var theBanners = new Array()

theBanners[0] = '<a href="http://click.linksynergy.com/fs-bin/click?id=OeRxmti3vb4&offerid=78941.10001409&type=4&subid=0"><IMG alt="Apple iTunes" border="0" src="http://images.apple.com/itunesaffiliates/US/2006/10/03/DesperateHousewives_468x60.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=OeRxmti3vb4&bids=78941.10001409&type=4&subid=0">'
theBanners[1] = '<a href="http://click.linksynergy.com/fs-bin/click?id=OeRxmti3vb4&offerid=128069.10000433&type=4&subid=0"><IMG alt="Limoges Jewelry" border="0" src="http://216.130.96.82/Affiliates-images/07cause-468x60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=OeRxmti3vb4&bids=128069.10000433&type=4&subid=0">'
theBanners[2] = '<a href="http://click.linksynergy.com/fs-bin/click?id=OeRxmti3vb4&offerid=122807.10000024&subid=0&type=4"><IMG border="0" alt="Bag Borrow Or Steal, Inc." src="http://ad.linksynergy.com/fs-bin/show?id=OeRxmti3vb4&bids=122807.10000024&subid=0&type=4&gridnum=1"></a>'
theBanners[3] = '<a href="http://click.linksynergy.com/fs-bin/click?id=OeRxmti3vb4&offerid=20451.10000528&type=4&subid=0"><IMG alt="Tupperware.com, Inc." border="0" src="http://order.tupperware.com/coe-images/affiliates/tup_orange468x60static.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=OeRxmti3vb4&bids=20451.10000528&type=4&subid=0">'
theBanners[4] = '<a href="http://www.jdoqocy.com/click-2204946-10458306" target="_top"><img src="http://www.lduhtrp.net/image-2204946-10458306" width="468" height="60" alt="Free Shipping and Price Match at CoutureCandy.com" border="0"/></a>'
theBanners[5] = '<a href="http://www.jdoqocy.com/click-2204946-10372238" target="_top"><img src="http://www.tqlkg.com/image-2204946-10372238" width="468" height="60" alt="Save on all the things you love to do!" border="0"/></a>'

var j = 0
var p = theBanners.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theBanners[i]
}
var whichBanner = Math.round(Math.random()*(p-1));
function showBanner(){
document.write(theBanners[whichBanner]);
}