var exit=true;
var temp_url = document.location.href;
var url_pieces = new Array();
url_pieces = temp_url.split("/");
var goto_url = 'http://teenmegaworld.net/portal.php?account=4';
window.onbeforeunload = function () {   
if(exit==true){	
 	location.replace(goto_url);   
 	return "PLEASE, WAIT!! Best Teen Porn Sites!!! CLICK 'CANCEL' TO CONTINUE!";
}
}

