
var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="/books/glossary.html";
alt="A Glossary of Jewish Life";
banner="/images/books/glossary_big.gif";
width="125";
height="182";
}
if (ad==2) {
url="/books/every_shabbat.html";
alt="Every Person's Guide to Shabbat";
banner="/images/books/shabbat_big.gif";
width="125";
height="182";
}if (ad==3) {
url="/books/mitzvot613.html";
alt="Mitzvot: A Sourcebook for the 613 Commandments";
banner="/images/books/mitzvot613_big.gif";
width="125";
height="182";
}if (ad==4) {
url="/books/sacred_celebrations.html";
alt="Sacred Celebrations: A Jewish Holiday Handbook";
banner="/images/books/sacred-celebrations_big.gif";
width="125";
height="182";
}if (ad==5) {
url="/books/howto2.html";
alt="The Second How-To Handbook for Jewish Living";
banner="/images/books/how-to2_big.gif";
width="125";
height="182";
}if (ad==6) {
url="/books/sidrah.html";
alt="Sidrah Reflections: Guide to the Torah Portions and Haftarot";
banner="/images/books/sidrah_big.gif";
width="125";
height="182";
}if (ad==7) {
url="/books/words.html";
alt="Words for the Soul: Jewish Wisdom for Life's Journey";
banner="/images/books/words_big.gif";
width="125";
height="182";
}if (ad==8) {
url="/books/ascending.html";
alt="Ascending Jacob's Ladder";
banner="/images/books/ascending_big.gif";
width="125";
height="182";
}if (ad==9) {
url="/books/becoming.html";
alt="Becoming Jewish: A Handbook for Conversion";
banner="/images/books/becoming_big.gif";
width="125";
height="182";
}if (ad==10) {
url="/books/haggadah.html";
alt="The Discovery Haggadah";
banner="/images/books/haggadah_big.gif";
width="125";
height="182";
}if (ad==11) {
url="/books/taste.html";
alt="A Taste of Text";
banner="/images/books/taste_big.gif";
width="125";
height="182";
}if (ad==12) {
url="/books/advice.html";
alt="Life's Little Book of BIG Jewish Advice";
banner="/images/books/advice_big.gif";
width="125";
height="182";
}if (ad==13) {
url="/books/nutshell.html";
alt="Essential Judaism in a Nutshell";
banner="/images/books/nutshell_big.gif";
width="125";
height="182";
}if (ad==14) {
url="/books/kosher.html";
alt="Kosher Living";
banner="/images/books/kosher_big.gif";
width="125";
height="182";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1><br>');
document.write('<small>' + '</small></a>');
document.write('</center>');
