window.onbeforeunload = function (evt) {
    if(document.getElementById('submission').value == 0) {
			     var message = 'Stop Special Offer Today Only!\n----------------------------------------------\n           To activate your membership:\n CLICK THE "CANCEL" BUTTON NOW\n----------------------------------------------';
			
			     if(typeof evt == 'undefined') {
				        evt = window.event;
			     }
			     
			    	if (evt) {
				        evt.returnValue =  message;
			     }
			     window.location="http://www.pervpornsites.com/bgb";
			 return message;
			

		  }
}
