      	<!--
	function framecheck(mother)
	{
      	//document.write(top.length) 
      	if(top.length<2)window.location=mother;
	}
      	//-->
