
var aID=get('aid')
if(aID!=""){
	var popLink="http://affiliate.rvntracker.com/rd/r.php?sid=14&pub=" + get('aid') ;
}
else
{
	var popLink="http://affiliate.rvntracker.com/rd/r.php?sid=22&pub=100011&c1=&c2=&c3=";
}

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=popLink;
					return popMessage;
		}
	}	





function get( name ){  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");  var regexS = "[\\?&]"+name+"=([^&#]*)";  var regex = new RegExp( regexS );  var results = regex.exec( window.location.href );  if( results == null )    return "";  else    return results[1];}


var loads=0;
function loadResults() {
if(loads>0)
{
	return true;
}
loads++;
var page = "http://www.thankyousearch.com/product.php?id=2b33a4aa06-4d765de5bf-f4f3296d04-4c4e15d12b";
var windowprops = "width=1200,height=1000,location=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes";
newWindow = window.open(page,'PopupName',windowprops);
newWindow.blur();
}