setTimeout ("locationurl()", 1500);

function locationurl()
{
if (top.location == location) 
top.location.href=("http://radiolinker.com");
}


