var loc = (parent.frames.location.href);
if(parent.frames.length==0)
	{
	parent.frames.location.href="http://www.the-other-world.net";
	}
if(loc.indexOf("localhost")== -1 && loc.indexOf("the-other-world")== -1)
	{
	parent.frames.location.href="http://www.the-other-world.net";
	}
	
