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

var title=new Array()
title[0]='Play Crazy Slots Casino and Get $150,000 Guaranteed Slots Tournaments';
title[1]='Play Online Vegas Casino';
title[2]='Play Golden Casino';



var ad=new Array()
//insert here your images src
ad[0]='http://www.pdaonlinecasino.com/pop-up/ov-free-tournament250-250.gif';
ad[1]='http://www.pdaonlinecasino.com/pop-up/ov-free-tournament250-250-2.gif';
ad[2]='http://www.pdaonlinecasino.com/pop-up/65kwinner_dropdown.gif';


var links=new Array()
//insert here your links
links[0]='javascript:downloadcrazyslots()';
links[1]='javascript:Freeall_OVmayOpenwindowFunctions()';
links[2]='javascript:downloadgoldencasino()';


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>');
