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

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

title0="";
content0="";
link0="";

title1="";
content1="";
link1="";

title2="";
content2="";
link2="";

len=0  // change to equal number of texts

today=new Date();

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

rnd=today%len;

document.writeln('<p><strong>'+eval("title"+rnd)+'</strong><br />'+eval("content"+rnd)+'<br /><a href="'+eval("link"+rnd)+'">Read more...</a></p>');

//-->