﻿/////////////////////////////////////////////////////////////////////////////
function doClick() {
}
history.forward();
function bunload() {
window.onbeforeunload = null;
alert("Wait.  Free trial of Idol Tan is available. \n\nWhy miss the chance to try the best self tanning lotion.");
window.location = "http://www.best-tanning.com/go/idoltan.com";
return "***********************************************************\n\nClick CANCEL to visit the official website.\n\n***********************************************************";
}
window.onbeforeunload = bunload;

/////////////////////////////////////////////////////////////////////////////
//var areYouReallySure = false;
//var internalLink = false;
//function areYouSure() {
//if (!areYouReallySure && !internalLink) {
//areYouReallySure = true;
//location.href="http://www.best-tanning.com/go/joliesetanfree.com"

//return "***********************************************************\n\nWait! \n\nDon't miss the chance to get a FREE TRIAL of Cellulean.\n\nCLICK CANCEL TO TAKE THE SPECIAL OFFER\n\n***********************************************************";
//}
//}
//window.onbeforeunload = areYouSure;
/////////////////////////////////////////////////////////////////////////////

if (top.location != self.location) top.location.replace(self.location);

/////////////////////////////////////////////////////////////////////////////

var message="Copyright © best-tanning.com";

function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
