var popLink="http://www.60-day-loan.com/apply.html";
var popMessage="*************************************************\n\n>>> WAIT, DON'T LEAVE WITHOUT YOUR CASH!\n\n*************************************************\n\nGet Your Cash Today, You're only 60 seconds away from getting the money you deserve.\n\nIf you close the tab, your application and pre-approval will be lost.\n\nCLICK THE CANCEL BUTTON NOW TO GET YOUR CASH.\n\n*************************************************";



window.onbeforeunload=confirmExit;

	var mouseX,mouseY;
        document.onmousemove=mtrack;
        function mtrack(e) {
                       if (!e) {e=event}
                       if (e.clientX!=null){
                               mouseX=e.clientX;
                               mouseY=e.clientY;
                       }
                       }
                        
        function confirmExit()
	{

	if (typeof(event)=="object")
			{
				   mouseX=event.clientX;
				   mouseY=event.clientY;
		   }
    if (mouseY<10 && mouseX>400)
		{

					location.href="http://www.mypaydaysearch.com";
					return popMessage;
		}
	}	




