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/webintellects.gif';

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