
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<a href="http://click.linksynergy.com/fs-bin/click?id=MldFu*O0rzA&offerid=26018.10000137&type=4&subid=0" target="new"><IMG  width="125" height="125" alt="Promo_2" border="0" src="http://www.handspring.com/company/affiliates/images/banners/125x125_plat_50_5.4.01.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=MldFu*O0rzA&bids=26018.10000137&type=4&subid=0">'

quotes[1]='<a href="http://click.linksynergy.com/fs-bin/click?id=MldFu*O0rzA&offerid=26018.10000148&type=4&subid=0" target="new"><IMG  width="125" height="125" alt="Visor Pro - 125x125" border="0" src="http://www.handspring.com/company/affiliates/images/banners/125x125_new_visor_pro_9.13.01.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=MldFu*O0rzA&bids=26018.10000148&type=4&subid=0">'

quotes[2]='<a href="http://click.linksynergy.com/fs-bin/click?id=MldFu*O0rzA&offerid=29744.10000132&subid=0&type=4" target="new"><IMG border="0"  width="120" height="90"   alt="Special Offers From Dell Computers" src="http://ad.linksynergy.com/fs-bin/show?id=MldFu*O0rzA&bids=29744.10000132&subid=0&type=4"></a>'

quotes[3]='<a href="http://click.linksynergy.com/fs-bin/click?id=MldFu*O0rzA&offerid=29744&subid=0" target="new"><IMG alt="" border="0"  width="120" height="90" src="http://ad.linksynergy.com/fs-bin/show?id=MldFu*O0rzA&bids=29744&gridnum=5&catid=-1&subid=0"></a>'

quotes[4]='<a href="http://click.linksynergy.com/fs-bin/click?id=MldFu*O0rzA&offerid=32532.10000035&type=4&subid=0" target="new"><IMG  width="125" height="125" alt="Philosophy 2" border="0" src="http://www.sephora.com/images/browse/affiliate/philjuicefast_storefront.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=MldFu*O0rzA&bids=32532.10000035&type=4&subid=0">'

quotes[5]='<a href="http://click.linksynergy.com/fs-bin/click?id=MldFu*O0rzA&offerid=32532.10000035&type=4&subid=0" target="new"><IMG  width="125" height="125" alt="Philosophy 2" border="0" src="http://www.sephora.com/images/browse/affiliate/philjuicefast_storefront.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=MldFu*O0rzA&bids=32532.10000035&type=4&subid=0">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

