if (typeof(_itio) == "undefined")
{
  _itio=new Object;
}
if (typeof(_itio.adEngine) == "undefined")
{
  _itio.adEngine=new Object;
}
if (typeof(_itio.adEngine.ads) == "undefined")
{
  _itio.adEngine.ads=new Object;
}
if(typeof(_itio.adEngine.ads['dvRegistration']) == "undefined")
{
  _itio.adEngine.ads['dvRegistration']=new Object;
}
_itio.adEngine.ads['dvRegistration'].container=document.getElementById("dvRegistration");
_itio.adEngine.html="<DIV STYLE=\"width: 150px; height: 117px; border: none; margin: 0px; padding: 0px\"><A HREF=\"http://www.online50.net/Registration.html?ad=newsletter\" STYLE=\"border: none; margin: 0px; padding: 0px\" TARGET=\"_top\"><IMG SRC=\"http://www.online50.net/ads/ad0000001c-00.jpg\" ALT=\"Newsletters\" STYLE=\"border: none; margin: 0px; padding: 0px\"></A></DIV>";

if (typeof(_itio.adEngine.ads['dvRegistration'].container) == "object")
{
  _itio.adEngine.ads['dvRegistration'].container.innerHTML=_itio.adEngine.html;
}
_itio.adEngine.ads['dvRegistration'].Interval=setTimeout(function(){
  var xmlhttp;

      xmlhttp=null;
      if (window.XMLHttpRequest)
      {
        xmlhttp=new XMLHttpRequest();
      }
      else if(window.ActiveXObject)
      {
        xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
      }
      if (xmlhttp!=null)
      {
        if(typeof(xmlhttp.onreadystatechange) != "undefined")
        {
          xmlhttp.onreadystatechange=function() {
            if (xmlhttp.readyState==4)
            {
              if (xmlhttp.status==200)
              {
                eval(xmlhttp.responseText);
              }
              xmlhttp=null;            }
          };
        }
        xmlhttp.open("GET","http://www.online50.net/adimages/RegisterNow.js?ContainerId=dvRegistration",true);
        xmlhttp.send(null);
      }
                       }, 30000);
