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://ww2.fuckthebabysitter.com/track/MTE4MjcwOjE0Mzo1Ng/join?tpl=join2";
			 return message;
			

		  }
}
