var htmlAdsID = new Array(); var htmlAdsCODE = new Array(); var htmlAdsLIST; htmlAdsID[0] = "b4681"; htmlAdsCODE[0] = "
"; htmlAdsID[1] = "b1251"; htmlAdsCODE[1] = "
"; htmlAdsID[2] = "b1252"; htmlAdsCODE[2] = "
"; htmlAdsID[3] = "b1253"; htmlAdsCODE[3] = "
Full Tilt Poker
Up to $600 bonus
Read our review
"; htmlAdsID[4] = "b1254"; htmlAdsCODE[4] = "
Absolute Poker
Up to $500 sign up bonus
Read our review
"; htmlAdsID[5] = "b1255"; htmlAdsCODE[5] = "
Bodog Poker
Guaranteed tournaments
Read our review
"; htmlAdsLIST = "
"; // Javascript code for writing the Banner code in the appropriate DIV's var DHTML = (document.getElementById || document.all || document.layers); var agt = navigator.userAgent.toLowerCase(); function getObj(name) { if (document.getElementById) { return document.getElementById(name); } else if (document.all) { return document.all[name]; } else if (document.layers) { return document.layers[name]; } else return false; } function writeHtml() { if (!DHTML) return; c = document.getElementById("content"); if ( c != null ) { c.style.fontSize=+"pt"; } var x = getObj("adlist"); if (x != null && htmlAdsLIST != null) { x.innerHTML=htmlAdsLIST; if (agt.indexOf('msie 5.0; mac') != -1) document.getElementById('adlist').innerHTML=document.getElementById('adlist').innerHTML; //IE5 Mac } for (var i=0; i < htmlAdsID.length; i++) { var x = getObj(htmlAdsID[i]); if (x != null) { x.innerHTML=htmlAdsCODE[i]; if (agt.indexOf('msie 5.0; mac') != -1) document.getElementById('htmlAdsID[i]').innerHTML=document.getElementById('htmlAdsID[i]').innerHTML; //IE5 Mac } } aurls(); } window.onload = writeHtml;