/* ROTATING BANNER SCRIPT */

banners = new Array();

/* Banners list */
banners[0] = '<a href="/ad-banner1.php" TARGET="_BLANK" rel="tooltip" title="BT Shop has dozens of home phones to suit all pockets. Prices start from &pound;9.99 so click here!" ><img  src="http://impgb.tradedoubler.com/imp?type(img)g(16417256)a(1364876)"></a>';
banners[1] = '<a href="/ad-banner2.php" TARGET="_BLANK" rel="tooltip" title="How much more fun would it be if you could see the person you were talking to? Go here for great deals on BT video phones" ><img  src="http://impgb.tradedoubler.com/imp?type(img)g(16417318)a(1364875)"></a>';
banners[2] = '<a href="/ad-banner3.php" TARGET="_BLANK" rel="tooltip" title="Low price routers, microfilters, USB adapters, wi-fi accessories and more from BT. Click here!" ><img  src="http://impgb.tradedoubler.com/imp?type(img)g(16417278)a(1364876)"></a>';

var ran = Math.floor(Math.random() * banners.length);

window.onload = function()
{
	document.getElementById('ad-1').innerHTML = banners[ran];
}