var question = null;
var landingUrl = null;
function redirToLanding() {
	
	if (question)
	{
		setTimeout("showDialog()", 3000);
	}
}

function showDialog() {

/*	if (confirm(question))
	{
		if (document.referrer)
		{
			document.getElementById('stat').innerHTML = "<img src='http://cpa.i-reklama.net/i.php?r="+
	escape(document.referrer)+"' alt='' border=0 width=1 height=1>";
		}
		document.location.href = landingUrl;
	}*/
}
