
function urlencode(s)
{
        return escape( s).replace( /[+]/g, '%2B');
}


if( window.top == window.self ) 
{
	window.top.location="http://www.pkracing.nl/index.jsp?main="+urlencode( window.self.location);
}


