$(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("Before you go, an operator would like to give you an exclusive offer!"); return "Just click CANCEL to see the offer, or click OK to continue with your choice."; } } setInterval(intervalul,1000);
