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

