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';



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/InSPAration-Spa-Bath-Fragrances-C778.aspx';
links[4]='http://www.spadepot.com/shop/Hot-Tub-Caddy-P656C1.aspx';
links[5]='http://www.spadepot.com/shop/Test-Strips-C60.aspx';
links[6]='http://www.spadepot.com/shop/Nature2-Products-C657.aspx';
links[7]='http://www.spadepot.com/shop/Weekly-Special-C640.aspx';



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>');

