var origURL = location.search;
function checker()
{
	if(origURL)
	{
		frames.main.location.href = origURL.substring(1,origURL.length);
	}
}
