banners = new Array(3);

banners[0] = "<a href='http://click.linksynergy.com/fs-bin/click?id=g7tVTCL1Lzc&offerid=77305.10001690&type=4&subid=0' target='_blank'><IMG alt='Apple Store' border='0' src='http://afimages.apple.com/ipod/shuffle_468x60.gif'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=g7tVTCL1Lzc&bids=77305.10001690&type=4&subid=0'>";
banners[1] = "<a href='http://click.linksynergy.com/fs-bin/click?id=g7tVTCL1Lzc&offerid=77305.10001669&type=4&subid=0' target='_blank'><IMG alt='Apple Store' border='0' src='http://afimages.apple.com/ipod/nano_468x60.jpg'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=g7tVTCL1Lzc&bids=77305.10001669&type=4&subid=0'>";
banners[2] = "<a href='http://click.linksynergy.com/fs-bin/click?id=g7tVTCL1Lzc&offerid=77305.10001668&type=4&subid=0' target='_blank'><IMG alt='Apple Store' border='0' src='http://afimages.apple.com/ipod/iPod_468x60_animated.gif'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=g7tVTCL1Lzc&bids=77305.10001668&type=4&subid=0'>";

//calculate a random index
index = Math.floor(Math.random() * banners.length);

//display the banner
document.write(banners[index]);