var img_width = "166";
var img_height = "90";
var img_title = "Click Here";


var ad1=new Array()
//insert here your images src
ad1[0]='http://images.spadepot.com/images/ads/spa-system-flush.gif';
ad1[1]='http://images.spadepot.com/images/ads/silicone-01.png';
ad1[2]='http://images.spadepot.com/images/ads/case-lots-ad.png';
ad1[3]='http://images.spadepot.com/images/ads/prefresh-adlet.jpg';
ad1[4]='http://images.spadepot.com/images/ads/dead-sea-salts-01.jpg';
ad1[5]='http://images.spadepot.com/images/ads/shake-a-vac-01.jpg';
ad1[6]='http://images.spadepot.com/images/ads/spazazz.jpg';


var links1=new Array()
//insert here your links
links1[0]='http://www.spadepot.com/shop/Spa-System-Flush-16-oz-P436C635.aspx';
links1[1]='http://www.spadepot.com/shop/Silicone-Spa-Pool-Adhesive-Sealant-P9282C149.aspx';
links1[2]='http://www.spadepot.com/shop/Case-Lots-C738.aspx';
links1[3]='http://www.spadepot.com/shop/Pre-Fresh-Spa-Pool-Water-Fill-Filter-P784C57.aspx';
links1[4]='http://www.spadepot.com/shop/Nexa-Spa-Dead-Sea-Minerals-P9505C634.aspx';
links1[5]='http://www.spadepot.com/shop/Shake-a-Vac-II-Spa-Pool-Water-Vacuum-Drain-P654C57.aspx';
links1[6]='http://www.spadepot.com/shop/Spazazz-Spa-Bath-Aromatherapy-C779.aspx';


var xyz=Math.floor(Math.random()*ad1.length);
document.write('<a href="'+links1[xyz]+'" target="_parent"><img src="'+ad1[xyz]+'" border="0" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');


