var img_width = "184";
var img_height = "154";
var img_title = "Click Here";


var ad=new Array()
//insert here your images src
ad[0]='http://www.top10dedicatedhosting.com/banners/singlehop1.gif';
ad[1]='http://www.top10dedicatedhosting.com/banners/esecuredata1.gif';
ad[2]='http://www.top10dedicatedhosting.com/banners/b2net.gif';
ad[3]='http://www.top10dedicatedhosting.com/banners/theplanet1.gif';
ad[4]='http://www.top10dedicatedhosting.com/banners/b2net.gif';

var links=new Array()
//insert here your links
links[0]='http://www.top10dedicatedhosting.com/singlehop.html';
links[1]='http://www.top10dedicatedhosting.com/esecuredata.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>');

