var posisjon = "Top3,x31,x32"; var page=""; // default/front //configuration OAS_url ='http://ads.vg.no/'; OAS_listpos = posisjon; OAS_query = ''; OAS_sitepage = 'pent.no/' + page; //end of configuration OAS_version = 10; OAS_rn = '001234567890'; OAS_rns = '1234567890'; OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11); function OAS_NORMAL(pos) { document.write('<' + 'A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top><' + 'img alt="" src="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" BORDER=0' + '><' + '/A' + '>'); } // --- DEL 2 --- OAS_version = 11; if (navigator.userAgent.indexOf('Mozilla/3') != -1) OAS_version = 10; showAds = true; //showAds = Math.random() < 0.5 ? true : false; if (OAS_version >= 11 && showAds) { document.write('<' + 'SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><' + '\/SCRIPT' + '>'); } // --- DEL 3 --- function no_OAS_AD(pos) { document.write(''); } function OAS_AD(pos) { if (!showAds) { no_OAS_AD(pos); return; } if (OAS_version >= 11) OAS_RICH(pos); else OAS_NORMAL(pos); } // --- DEL 4 2006-06-01 function placeButtons() { if (typeof(eval("posisjon")) != 'undefined') { for (i = 21; i <= 39; i++) { OAS_AD2("x" + i); } } } function OAS_AD2(pos, adLabel) { adLabel = (adLabel == null ? '' : adLabel); ppad = (adLabel == '' ? 'top' : 'right'); ppos = (adLabel == 'right' ? 'right' : 'left'); if (posisjon.search(pos) > -1) { document.write('
'); OAS_AD(pos); document.write('
'); } } //-->