/*
if( top.location == self.location)
{

	var a = "http://www.rostau.org.uk";
	var b = "http://www.rostau.clara.co.uk";
	var c = top.location.href;

	if( c.substr(0, a.lenth) != a )
	{
		if( c.substr(0, b.length) == b )
			top.location.href = a + c.substr( b.length, c.length - b.length );
		else
		{
			if( c.substr(0, 4) != "file" )
				top.location.href = a + "/AEgyptian-L/";
		}
	}

}
*/
