function redirect()
{
   if (! window.focus)return true;

      location.href = "http://www.ddcpc.org";

return false;
}


