<!--
	/* take user directly to the page */
	if( top.location.search.length )
	{
		var RequiredLocation = top.location.search.substr(1, top.location.search.length) ;
		top.frames['body'].location.href = RequiredLocation ;
	}
// -->
