
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/howto1.html";
alt="The How-To Handbook for Jewish Living";
banner="/images/books/how-to1_big.gif";
width="125";
height="182";
}
if (ad==2) {
url="/books/ask.html";
alt="Ask the Rabbi";
banner="/images/books/ask_big.gif";
width="125";
height="182";
}if (ad==3) {
url="/books/bride_groom.html";
alt="The Bride and Groom Handbook";
banner="/images/books/bride_groom_big.gif";
width="125";
height="182";
}if (ad==4) {
url="/books/mourner.html";
alt="The Jewish Mourner's Handbook";
banner="/images/books/mourner_big.gif";
width="125";
height="182";
}if (ad==5) {
url="/books/wedding.html";
alt="Loving Companions: Memories of Our Wedding";
banner="/images/books/wedding_big.gif";
width="125";
height="182";
}if (ad==6) {
url="/books/every_high_holy.html";
alt="Every Person's Guide to the High Holy Days";
banner="/images/books/high-holy_big.gif";
width="125";
height="182";
}if (ad==7) {
url="/books/every_passover.html";
alt="Every Person's Guide to Passover";
banner="/images/books/passover_big.gif";
width="125";
height="182";
}if (ad==8) {
url="/books/almanac.html";
alt="The Jewish Bible Almanac";
banner="/images/books/almanac_big.gif";
width="125";
height="182";
}if (ad==9) {
url="/books/music.html";
alt="Jewish Music: Its History, People, and Song";
banner="/images/books/music_big.gif";
width="125";
height="182";
}if (ad==10) {
url="/books/legends.html";
alt="Legends of Biblical Heroes: A Sourcebook";
banner="/images/books/legends_big.gif";
width="125";
height="182";
}if (ad==11) {
url="/books/traveler.html";
alt="The Jewish Traveler's Handbook";
banner="/images/books/traveler_big.gif";
width="125";
height="182";
}if (ad==12) {
url="/books/count.html";
alt="Count Your Blessings: 100 Prayers For a Day";
banner="/images/books/count_big.gif";
width="125";
height="182";
}if (ad==13) {
url="/books/amazing.html";
alt="Amazing Jewish Facts and Curiosities";
banner="/images/books/amazing_big.gif";
width="125";
height="182";
}if (ad==14) {
url="/books/ask.html";
alt="Ask the Rabbi";
banner="/images/books/ask_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>');
