if (self != top) top.location.replace(self.location);
		
function reframer()
	{
	if(location.search)
		{
	     	var fp = location.search.substring(1);
	        eval("main.location.replace('"+fp+"')");
      		}	
	}

