var rtp = "http://www.saskia.fi/index.html";

if (window.name!='Main' && !((self.innerHeight == 0) && (self.innerWidth == 0)))
if (self == top)
	{
	rtp=rtp+"?"+window.location.href;
	setTimeout("top.location.href = rtp",1000);
	}

