                    // JavaScript Document
					
var mess = new Array(
<!--FullTilt-->
					'<a href="http://www.fulltiltpoker.com?key=MDAwMDg5MDcwMDAxQzAzRDIwMjI0MDI0MDAwMDAzOEU-" target="_blank"><img src="http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/100-deposit-bonus/120x600.gif" alt="Play Online Poker" width="120" height="600" border="0" ></a><br><a href="http://www.fulltiltpoker.com?key=MDAwMDg5MDcwMDAxQzAzRDIwMjI0MDI0MDAwMDAzOEU-" title="Play Online Poker" target="_blank"><b>Play Online Poker</b></a>',
<!--PKR-->					 
					 '<a href="http://www.pkr.com?CampaignId=8358&MarketingToolId=52&GraphicId=79" target"_blank"><IMG src="http://accounts.pkr.com/ServeMarketingTool.aspx?id=79&CampaignId=8358&MarketingTool=52" width="120" height="600" border="0" /></a>',
<!--Sun poker-->					 
					 '<a href="http://banner.sunpoker.com/cgi-bin/redir.cgi?179330" target="_blank"> <img src="images/SunPoker_500_120x600.gif" alt="Sun poker great loyalty system" width="120" border="0" height="600" /></a>',
<!--NoIQ poker-->
					 '<a href="http://www.noiqpoker.com/Enter.aspx?affiliate=SPD910"><img src="http://www.noiqaffiliates.com/banners/120x400.gif" alt="100% first deposit" width="120" height="400" border="0" class="inside" /></a>',
<!--WSEX Poker-->
					 '<a href="http://ms.wsex.com/mediaserver/handleClick?promotion-id=MjQ1"><img src="images/WSEX120x600_gptp.jpg" border="0" /></a>',
<!--Mansion-->	 
					 '<a href="http://banner.mansionpoker.com/cgi-bin/redir.cgi?SmartPD" target="_blank"><img src="images/MP_WBonus500CardsL_120x600_en.gif" border="0"  alt="MANSION" width="120" height="600"/></a>',
<!--Devilfish-->		 
					 '<a href="http://affiliates.devilfishpartners.com/processing/clickthrgh.asp?btag=a_298b_3"  target="_blank"><img src="http://affiliates.devilfishpartners.com/processing/impressions.asp?btag=a_298b_3" alt="150% up to €666" border=0 width="120"  height="600" ></a>',
<!--Doyle's Room-->		 
					 '<script language="javascript" src="http://aff.dbpn.com/banner.aspx?affid=SmartPD&imgid=100022&campaign=&refcode=SmartPD"></script>',
<!--Lucky Ace-->	 
					 '<a href="http://www.luckyacepoker.com/EN/default.aspx?aff=984209" target="_blank"><img src="images/LuckyAce_120X600.gif" border="0"/></a>',

<!--RedStar--> 
					 '<a href="http://www.ckpnetwork.com/RedStar/?t=4794&Lang=en"><img style="border: none;" src="http://redstar.ckpnetwork.com/Server/Banner.ashx?i=120x600.gif&t=4794" alt="Deposit bonus 100% up to $500"/></a>'
					 );

var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    // JavaScript Document