function wl(st)
{
	if( this.window.top == this.window ) 
	{ 
		pos=String(this.document.location).search(st); 
		this.document.location.href = String(this.document.location).substring( 0 , pos )+'wl.php?target='+String(this.document.location).substring( pos , 1000 );
	}
	
	return true;
}


