

function flyer_init(time)
{
	document.getElementById("content").style.display = "none";
	document.getElementById("flyer").style.display = "block";
	setTimeout("window.location.href = 'http://www.arabian-nights.be/?nf=1'", time);
}

