<!--
window.onload =
  function()
  {
    var Target = document.location.search;

    if (Target != '')
    { top.homepage.document.location.href = Target.substring(Target.lastIndexOf('?')+1, Target.length); }
  }
//-->

