function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.viewbestads.com/public/index/index/ref/NDc3Nzk3aXY' target='_blank'><img src='http://www.viewbestads.com/public/images/banner_images/bnr_468x60.jpg' border='0'></a>"
banner[number++] = "<a href='http://www.cashnhits.com/index.php?ref=abhipratham' target='_blank'><img src='http://www.cashnhits.com/banners/banner.php?refid=abhipratham' border='0'></a>"
banner[number++] = "<a href='http://www.neobux.com/?r=abhir79' target='_blank'><img src='http://images.neobux.com/imagens/banner9/?u=abhir79&u3=3518514' border='0'></a>"
banner[number++] = "<a href='http://www.onbux.com/?r=abhipratham' target='_blank'><img src='http://images.onbux.com/banner1.gif' border='0'></a>"
banner[number++] = "<a href='http://www.buxism.com/?ref=abhipratham' target='_blank'><img src='http://buxism.com/banner7.gif' border='0'></a>"
banner[number++] = "<a href='http://www.surfearnmoney.com/index.php?refer=abhipratham' target='_blank'><img src='http://www.surfearnmoney.com/banners/banner1.gif' border='0'></a>"
banner[number++] = "<a href='http://www.mindbux.com/?ref=abhipratham' target='_blank'><img src='http://www.mindbux.com/banners/mindbux_animited.gif' border='0'></a>"
banner[number++] = "<a href='http://www.clixsense.com/?3426084' target='_blank'><img src='http://static.clixsense.com/banners/clixsense468x60a.gif' border='0'></a>"
banner[number++] = "<a href='http://xeobux.com/index.php?ref=abhipratham' target='_blank'><img src='http://xeobux.com/bs.php?u=1360' border='0'></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);


