var img_width = "166";
var img_height = "90";
var img_title = "Click Here";


var ad=new Array()
//insert here your images src
ad[0]='../images/ads/brom.gif';
ad[1]='../images/ads/cards.gif';
ad[2]='../images/ads/ledlight.gif';
ad[3]='../images/ads/insparation.gif';
ad[4]='../images/ads/htcaddy.gif';
ad[5]='../images/ads/aquachek-01.jpg';
ad[6]='../images/ads/nature2-02.png';
ad[7]='../images/ads/spa-sale-01.jpg';
ad[8]='../images/ads/ozcheck-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.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';


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>');


