var img_width = "556";
var img_height = "69";
var img_title = "Best Offers";


var ad=new Array()
//insert here your images src
ad[0]='http://www.top10dedicatedhosting.com/banners/esecuredata.gif';
ad[1]='http://www.top10dedicatedhosting.com/banners/singlehop.gif';
ad[2]='http://www.top10dedicatedhosting.com/banners/b2net1.gif';
ad[3]='http://www.top10dedicatedhosting.com/banners/theplanet.gif';
ad[4]='http://www.top10dedicatedhosting.com/banners/b2net1.gif';

var links=new Array()
//insert here your links
links[0]='http://www.top10dedicatedhosting.com/esecuredata.html';
links[1]='http://www.top10dedicatedhosting.com/singlehop.html';
links[2]='http://www.top10dedicatedhosting.com/b2net.html';
links[3]='http://www.top10dedicatedhosting.com/theplanet.html';
links[4]='http://www.top10dedicatedhosting.com/b2net.html';

var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');

