<!--

function onTop(href)
{
	page = self.location;
	if (page != top.location) return;
	page = ''+ page;
	if (!(page.indexOf('http://')==0 | page.indexOf('https://')==0)) return;

	if (href!='')
	{
		top.location.replace(href);
	 	//top.location = href;
	}
}
//-->
