/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var img_width = "120";
var img_height = "60";
var img_title = "Click Here";


var ad=new Array()
//insert here your images src
ad[0]='http://clickserve.cc-dt.com/link/tplimage?lid=41000000000006712&pubid=21000000000016154';
ad[1]='http://clickserve.cc-dt.com/link/tplimage?lid=41000000013954026&pubid=21000000000016154';
ad[2]='http://clickserve.cc-dt.com/link/tplimage?lid=41000000000001939&pubid=21000000000016154';
ad[3]='http://www.usfreeads.com/affiliate/banners/120-60_1.gif';
ad[4]='http://www.art-bridge.com/images/mp_button.gif';


var links=new Array()
//insert here your links
links[0]='http://clickserve.cc-dt.com/link/tplclick?lid=41000000000006712&pubid=21000000000016154';
links[1]='http://clickserve.cc-dt.com/link/tplclick?lid=41000000013954026&pubid=21000000000016154';
links[2]='http://clickserve.cc-dt.com/link/tplclick?lid=41000000000001939&pubid=21000000000016154';
links[3]='http://www.usfreeads.com';
links[4]='http://www.musicplaces.com';


var xy=Math.floor(Math.random()*5);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a>');



