function enterPage() {
	document.location.href="http://www.daviko.com/";
	}

function waitin() {
	window.setTimeout("enterPage()",100);
	}
