
function delayer(url){ window.location =
 url; }

function redirectTo(url)
{
  setTimeout('delayer(\"'+url+'\")', 5000);
}
