    image1=new Image(109,26);
    image1.src = "images/theonlinebillboard_site_02_.jpg";
    image2=new Image(91,26);
    image2.src = "images/theonlinebillboard_site_03_.jpg";
    image3=new Image(92,26);
    image3.src = "images/theonlinebillboard_site_04_.jpg";
    image5=new Image(220,19);
    image5.src = "images/loading.gif";

    function getHTTPObject() { 
      var xmlhttp; 

      if(window.XMLHttpRequest){ 
        xmlhttp = new XMLHttpRequest(); 
      }

      else if(window.ActiveXObject){ 
        xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); 
        if(!xmlhttp){ 
          xmlhttp=new ActiveXObject("Msxml2.XMLHTTP"); 
        }
      }
  return xmlhttp; 
  }

  var statusmsg="";

  function hidestatus(){
    window.status=statusmsg;
    return true
  }

  //function breakout_of_frame()
    //{
    //if (top.location != location) {
      //top.location.href = document.location.href;
    //}
  //}

    function hideShareForm() {
      document.getElementById("sharepage").style.display = "none";
    }
    function showShareForm() {
      document.getElementById("sharepage").style.display = "block";
      document.getElementById("share_myname").focus();
    }