<!-- Begin
function Redirect()
{
  top.location.href= "#";
}
function RedirectWithDelay()
{
  window.setTimeout("Redirect();", 300);
}
// End 
-->