
        //this file makes the actual call to real media for the ads.
        OAS_version=11;
        if ((navigator.userAgent.indexOf('Mozilla/3') != -1) || (navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1))
           OAS_version=10;
        if (OAS_version >= 11)
           document.write ('<scr'+'ipt type="text/javascript" SRC="' +OAS_url+ 'adstream_mjx.ads/' +OAS_sitepage+ '/1' +OAS_rns+ '@' +OAS_listpos+ '?' +OAS_query+ '"><\/script>');

