
if (parent.location.href == self.location.href) setTimeout(go, 001);

function go(){
	window.location.href = '../../start.htm?' + self.location.href;
}
