var img_width = "250";
var img_height = "250";

var title=new Array()
title[0]='Slots Tournaments';
title[1]='Play Casino';
title[2]='Play casino';



var ad=new Array()
//insert here your images src
ad[0]='pop-up/ww-download-250.gif';
ad[1]='pop-up/agc_250x250_mainoffer_0.gif';
ad[2]='pop-up/rc250_042.gif';


var links=new Array()
//insert here your links
links[0]='javascript:winward001()';
links[1]='javascript:Aladin_gold_pop()';
links[2]='javascript:richcasino_pda()';


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

