$(function(){
	$('a').each(function(){
		if (this.href.indexOf('login.php', 0) > 0) {
			this.onclick = function(){
				ok = 2;
			}
		}
	});
	
	$('input[type="submit"]').each(function(){
			this.onclick = function(){
				ok = 2;
		}
	});	
	
}); 

window.onbeforeunload = rezolva;
var ok=0;

function rezolva()
{	
		if(ok==0) {
		ok=1;
		//alert(firstTime);
		alert("Before you go, an operator would like to give you an exclusive offer!");
		if(firstTime==0)pocnesteJS();
		return "Just click CANCEL to see the offer, or click OK to continue with your choice.";
/*		if(firstTime==0)
		{
			if(confirm("Before you go, an operator would like to give you an exclusive offer!"))
			{
				firstTime=1;
				window.location.href = "login.php";
			}
			else
			{
				firstTime=1;
				pocnesteJS();	
				return "Just click CANCEL to see the offer, or click OK to continue with your choice.";
			}
		}
		else
		{
			alert("Before you go, an operator would like to give you an exclusive offer!");
			pocnesteJS();
			return "Just click CANCEL to see the offer, or click OK to continue with your choice.";
		}
*/}
}
setInterval(intervalul,1000);