

// ***********************************************
// AUTHOR: 21century Web
// URL: http://www.21centuryweb.com
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.yourpokertour.com/online/bodog.php' target='_blank'><img src='http://www.yourpokertour.com/banners/bodog-728x90.gif' border='0'></a>"
banner[number++] = "<a href='http://www.yourpokertour.com/online/ultimatebet.php' target='_blank'><img //src='http://www.yourpokertour.com/banners/ultimatebet.gif' border='0'></a>"
banner[number++] = "<a target='_blank' href='http://www.yourpokertour.com/online/full-tilt-poker.php'><img src='http://www.yourpokertour.com/banners/Full-tilt2-728x90.gif' border='0'></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);
