<!-- written by road2webmaster.com - Random Banner Ads Generator

// more generator at http://www.road2webmaster.com/free_resources/Souce_Code_Generator/index.html

img0="";
alt0="";
width0="";
height0="";
text0="";
link0="";
linktext0="";

img1="";
alt1="";
width1="";
height1="";
text1="";
link1="";
linktext1="";

img2="";
alt2="";
width2="";
height2="";
text2="";
link2="";
linktext2="";

img3="";
alt3="";
width3="";
height3="";
text3="";
link3="";
linktext3="";

img4="";
alt4="";
width4="";
height4="";
text4="";
link4="";
linktext4="";

len=0  // change to equal number of banners

today=new Date();

today=Math.round(today.getTime()/10);

rnd=today%len;

document.writeln('<center><a href="'+eval("link"+rnd)+'" target="_blank"><img src="'+eval("img"+rnd)+'" alt="'+eval("alt"+rnd)+'" width="'+eval("width"+rnd)+'" height="'+eval("height"+rnd)+'" border="0"></a></center><br />'+eval("text"+rnd)+'<br /><a href="'+eval("link"+rnd)+'" target="_blank">More info...</a>');

//-->