function framecheck()
{var parentframe='index1.htm';
	if (parent.location.href==self.location.href)
		{var current=window.self.location.pathname;
		window.location.replace(parentframe+'?'+current);
}
}

