window.onbeforeunload = function (evt) {
    if(document.getElementById('exitnow').value == 0) {
			     var message = 'Thanks for visiting MyAsianAmateurs.com come back again soon for more!\n In a meanwhile checkout these hot dates in your area.\n \n Click CANCEL Button to stay on the page \n';
			
			     if(typeof evt == 'undefined') {
				        evt = window.event;
			     }
			     
			    	if (evt) {
				        evt.returnValue =  message;
			     }
			 window.location="http://www.xxxblackbook.com/?s=geolist&geo=1&geo2=1&ard=11406&r=lc117789&ethnicities[]=24&ethnicities[]=28&ethnicities[]=29&gdr=2&and_options[]=763&minimum_age=18&maximum_age=25&rand=1";
			 return message;
			

		  }
}