﻿var adsonQ = "yes";

function DrawGAd1(key)
{
    var retStr = "";
    
    retStr = "<div style='padding: 6px; color: black;width:45%'>" +
      "<a style='color:#00aa00' href='http://www.pokerstars.com/?source=horsepokerguide.com' target='_blank'>Want to play H.O.R.S.E Online?</a><br />"+
      "Download the biggest poker room online for free. Play for free or real money<br />"+
     "<a style='color:#00aa00;font-size:9px;text-decoration:none' href='http://www.pokerstars.com/?source=horsepokerguide.com' target='_blank'>www.pokerstars.com</a>"+
     "<br/><br/><span style='padding: 2px; color: rgb(0, 0, 0); font-size: 10px;'>Poker Ads</span><br/>"+
"</div>";
    
    return retStr;
}