function redirect()
{
	if (parent.frames.length==0)
	{
//	top.location = 'http://127.0.0.1/An-rafting.com/_frameset.htm?'+window.location;
	top.location = 'http://www.an-rafting.com/_frameset.htm?'+window.location;
	}
}