var img_width = "166";
var img_height = "90";
var img_title = "Click Here";


var ad=new Array()
//insert here your images src
ad[0]='http://images.spadepot.com/images/ads/brom.gif';
ad[1]='http://images.spadepot.com/images/ads/cards.gif';
ad[2]='http://images.spadepot.com/images/ads/ledlight.gif';
ad[3]='http://images.spadepot.com/images/ads/insparation.gif';
ad[4]='http://images.spadepot.com/images/ads/htcaddy.gif';
ad[5]='http://images.spadepot.com/images/ads/aquachek-01.jpg';
ad[6]='http://images.spadepot.com/images/ads/nature2-02.png';
ad[7]='http://images.spadepot.com/images/ads/spa-sale-01.jpg';
ad[8]='http://images.spadepot.com/images/ads/ozcheck-01.jpg';
ad[9]='http://images.spadepot.com/images/ads/blaster-01.gif';
ad[10]='http://images.spadepot.com/images/ads/silicone-01.png';
ad[11]='http://images.spadepot.com/images/ads/spa-pillow-01.png';
ad[12]='http://images.spadepot.com/images/ads/case-lots-ad.png';
ad[13]='http://images.spadepot.com/images/ads/nexa-spa.gif';
ad[14]='http://images.spadepot.com/images/ads/prefresh-adlet.jpg';
ad[15]='http://images.spadepot.com/images/ads/dead-sea-salts-01.jpg';
ad[16]='http://images.spadepot.com/images/ads/shake-a-vac-01.jpg';
ad[17]='http://images.spadepot.com/images/ads/xmas-2008.gif';

var links=new Array()
//insert here your links
links[0]='http://www.spadepot.com/shop/Bromine-Tablets-15-lbs-P607C43.aspx';
links[1]='http://www.spadepot.com/shop/Waterproof-Playing-Cards-P633C1.aspx';
links[2]='http://www.spadepot.com/shop/Digital-Color-Spa-Light---24-LED-P652C1.aspx';
links[3]='http://www.spadepot.com/shop/Spa-Fragrances-C51.aspx';
links[4]='http://www.spadepot.com/shop/Hot-Tub-Caddy-P656C1.aspx';
links[5]='http://www.spadepot.com/shop/Test-Strips-C60.aspx.aspx';
links[6]='http://www.spadepot.com/shop/Nature2-Products-C657.aspx';
links[7]='http://www.spadepot.com/shop/Weekly-Special-C640.aspx';
links[8]='http://www.spadepot.com/shop/Ozone-Test-Kit-P9242C60.aspx';
links[9]='http://www.spadepot.com/shop/Blaster-1000-Automatic-Filter-Cleaner-20-P9271C57.aspx';
links[10]='http://www.spadepot.com/shop/Silicone-Spa-Pool-Adhesive-Sealant-P9282C149.aspx';
links[11]='http://www.spadepot.com/shop/Spa-Pillows-C56.aspx';
links[12]='http://www.spadepot.com/shop/Case-Lots-C738.aspx';
links[13]='http://www.spadepot.com/shop/Nexa-Spa-Natural-Chlorine-Generator-P9506C43.aspx';
links[14]='http://www.spadepot.com/shop/Pre-Fresh-Spa-Pool-Water-Fill-Filter-P784C57.aspx';
links[15]='http://www.spadepot.com/shop/Nexa-Spa-Dead-Sea-Minerals-P9505C634.aspx';
links[16]='http://www.spadepot.com/shop/Shake-a-Vac-II-Spa-Pool-Water-Vacuum-Drain-P654C57.aspx';
links[17]='http://www.spadepot.com/warehouse/xmas.htm';

var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_parent"><img src="'+ad[xy]+'" border="0" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');

