
function banner() {
};

banner = new banner();
number = 0;

// bannerArray
//couturecandy
banner[number++] = "<a href='http://click.linksynergy.com/fs-bin/click?id=QFJhO2KUFzg&offerid=91602.10000601&type=4&subid=0'><IMG alt='Playboy' border='0' src=' http://efashion.hs.llnwd.net/o33/efs/affiliate/AFFL_PB_728x90_octweek3.jpg'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=QFJhO2KUFzg&bids=91602.10000601&type=4&subid=0'>"
banner[number++] = "<a href='http://click.linksynergy.com/fs-bin/click?id=QFJhO2KUFzg&offerid=91602.10000552&type=4&subid=0'><IMG alt='Playboy' border='0' src='http://efashion.hs.llnwd.net/o33/efs/affiliate/AFF_PB_728x90_dvds.jpg'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=QFJhO2KUFzg&bids=91602.10000552&type=4&subid=0'>"
banner[number++] = "<a href='http://click.linksynergy.com/fs-bin/click?id=QFJhO2KUFzg&offerid=91602.10000551&type=4&subid=0'><IMG alt='Playboy' border='0' src='http://efashion.hs.llnwd.net/o33/efs/affiliate/AFF_PB_728x90_80.jpg'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=QFJhO2KUFzg&bids=91602.10000551&type=4&subid=0'>"
banner[number++] = "<a href='http://click.linksynergy.com/fs-bin/click?id=QFJhO2KUFzg&offerid=127634.10000075&subid=0&type=4'><IMG border='0'   alt='Free Communication Weekend!' src='http://ad.linksynergy.com/fs-bin/show?id=QFJhO2KUFzg&bids=127634.10000075&subid=0&type=4&gridnum=16'></a>"
banner[number++] = "<a href='http://click.linksynergy.com/fs-bin/click?id=QFJhO2KUFzg&offerid=127634.10000073&subid=0&type=4'><IMG border='0'   alt='Lesbian No Issues 728x90' src='http://ad.linksynergy.com/fs-bin/show?id=QFJhO2KUFzg&bids=127634.10000073&subid=0&type=4&gridnum=16'></a>"
// keep adding items here...


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

document.write(banner[increment]);

