	function getgoing()
	{
	top.location="index.htm";
	}
	if (top.frames.length==0)
	{
	document.write("<CENTER><B>Tämä sivu kuuluu kehyksiin, odota... - This page is designed for frames, wait...<br> tai <a href='index.htm'>klikkaa</a> - or <a href='index.htm'>click</a></b></center><hr>");
	setTimeout('getgoing()',0000);
	}

