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

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

readinglist0="http://www.road2webmaster.com/books/readinglist.html";
img0="../images/41bytxGb-iL._SL160_.jpg";
alt0="books";
width0="124";
height0="124";
text0="New Perspectives on HTML, XHTML, and Dynamic HTML: Comprehensive";
author0="Patrick M. Carey"
link0="http://www.amazon.com/gp/product/1423925432?ie=UTF8&tag=roatoweb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1423925432";
linktext0="Read more...";

readinglist1="http://www.road2webmaster.com/books/readinglist.html";
img1="";
alt1="";
width1="";
height1="";
text1="";
author1=""
link1="";
linktext1="Read more...";

readinglist2="http://www.road2webmaster.com/books/readinglist.html";
img2="";
alt2="";
width2="";
height2="";
text2="";
author2=""
link2="";
linktext2="Read more...";

readinglist3="http://www.road2webmaster.com/books/readinglist.html";
img3="";
alt3="";
width3="";
height3="";
text3="";
author3=""
link3="";
linktext3="Read more...";

readinglist4="http://www.road2webmaster.com/books/readinglist.html";
img4="";
alt4="";
width4="";
height4="";
text4="";
author4=""
link4="";
linktext4="Read more...";

len=1  // change to equal number of banners

today=new Date();

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

rnd=today%len;

document.writeln('<h4><a href="'+eval("readinglist"+rnd)+'">READING LIST</a></h4><img src="'+eval("img"+rnd)+'" alt="'+eval("alt"+rnd)+'" width="'+eval("width"+rnd)+'" height="'+eval("height"+rnd)+'" border="0"><br />'+eval("text"+rnd)+'<br /><i>Author:'+eval(" author"+rnd)+'</i><br /><a href="'+eval("link"+rnd)+'">More info...</a>');

//-->