var img_width = "166";
var img_height = "90";
var img_title = "Click Here";


var ad2=new Array()
//insert here your images src
ad2[0]='http://images.spadepot.com/images/ads/pump-seals.jpg';
ad2[1]='http://images.spadepot.com/images/ads/thermofloat-01.jpg';
ad2[2]='http://images.spadepot.com/images/ads/zorbo.gif';
ad2[3]='http://images.spadepot.com/images/ads/backyard.jpg';
ad2[4]='http://images.spadepot.com/images/ads/spa-cover-adlet-01.jpg';
ad2[5]='http://images.spadepot.com/images/ads/spazazz2.jpg';
ad2[6]='http://images.spadepot.com/images/ads/ozcheck-01.jpg';
ad2[7]='http://images.spadepot.com/images/ads/blaster-01.gif';



var links2=new Array()
//insert here your links
links2[0]='http://www.spadepot.com/shop/Pump-Seals-Wear-Rings-Plugs-C687.aspx';
links2[1]='http://www.spadepot.com/shop/Floating-Blankets-C637.aspx';
links2[2]='http://www.spadepot.com/shop/Zorbo-Oil-Scum-Absorber-P94C1.aspx';
links2[3]='http://www.spadepot.com/shop/Patio-Backyard-C764.aspx';
links2[4]='http://www.spadepot.com/shop/Spa-Covers-C45.aspx';
links2[5]='http://www.spadepot.com/shop/Spazazz-Spa-Bath-Aromatherapy-C779.aspx';
links2[6]='http://www.spadepot.com/shop/Ozone-Test-Kit-P9242C60.aspx';
links2[7]='http://www.spadepot.com/shop/Blaster-1000-Automatic-Filter-Cleaner-20-P9271C57.aspx';




var xy=Math.floor(Math.random()*ad2.length);
document.write('<a href="'+links2[xy]+'" target="_parent"><img src="'+ad2[xy]+'" border="0" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');

