  var pfadname = document.location.pathname;
  if (pfadname.substr(pfadname.length-4,pfadname.length) != ".asp")
    {document.writeln("<form name=\'thisForm\'>");}
