var ads = [
	'Trade CFDs at <a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">IG Markets</a> Near-INSTANT fills plus EXCELLENT PRO Charts,<br>Small Margin requirements, can even enter Stops on my deal TICKET.<br>INSTANT responses to EMAIL. <a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">Apply for an Account</a>.',
	'Trade CFDs using Direct Market Access via PureDMA at <a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">IG Markets</a><br>Transparent market prices from just 0.1% commission.<br>Over 7000 shares worldwide, plus forex, indices, commodities and options...<br><a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">Apply for an Account.</a> ',
	'I wanted a platform that was easy to use and had a good support desk.<br>I wanted a platform that had easy to access data and tic charting.<br>I searched for a platform that was web based and also offered a desktop application.<br> I wanted a firm that offered both DMA and Market Maker functionality.<br><a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">I chose IG Markets</a> ',
	'<a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">IG Markets</a> part of the IG Group. Well-respected and long-established public company.<br>A true pioneer in taking markets to the masses.  Offer DMA level 2 book trading for CFD\'s,<br>by doing this NO ONE can manipulate the price you are deciding on!<br><a href="http://www.contracts-for-difference.com/ccount/click.php?id=11" title="IG Markets" target="_blank" class="text">Apply for an Account</a>.'
];

var randomAds = {
	random: Math.floor(Math.random()*ads.length),
	
	write: function () {
		document.write(ads[randomAds.random]);
	}
}