function killFrames() {
    if (top.location != location) {
        if(document.referrer && 
           document.referrer.indexOf("hondaswap.com") == -1) {
            top.location.replace(document.location.href);
        }
    }
}
killFrames();