function redirect(URL)
{
  document.location=URL;
  return false;
}
