
if (parent.location.href == self.location.href)

{
if (window.location.href.replace) window.location.replace('default.htm');
	
	else
	window.location.href = 'default.htm';
}

