<!-- Begin 
var how_many_ads = 9; 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
if (ad==1) { 
txt="<b>Kosher by Design:</b><br>Picture Perfect Food for the Holidays & Every Day"; 
url="http://www.amazon.com/exec/obidos/ASIN/1578197074/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/1578197074.jpg"; 
width="116"; 
height="140"; 
} 
if (ad==2) { 
txt="<b>A Taste of the Past:</b><br>The Daily Life and Cooking of a Nineteenth-Century Hungarian Jewish Homemaker"; 
url="http://www.amazon.com/exec/obidos/ASIN/1584652098/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/1584652098.jpg"; 
width="93"; 
height="140"; 
} 
if (ad==3) { 
txt="<b>The New York Times Jewish Cookbook:</b><br>More than 825 Traditional & Contemporary Recipes from Around the World"; 
url="http://www.amazon.com/exec/obidos/ASIN/0312290934/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/0312290934.jpg"; 
width="112"; 
height="140"; 
} 
if (ad==4) { 
txt="<b>Joan Nathan's Jewish Holiday Cookbook</b>"; 
url="http://www.amazon.com/exec/obidos/ASIN/0805242171/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/0805242171.jpg"; 
width="114"; 
height="140"; 
} 
if (ad==5) { 
txt="<b>The New Complete International Jewish Cookbook</b>"; 
url="http://www.amazon.com/exec/obidos/ASIN/0883659557/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/0883659557.jpg"; 
width="108"; 
height="140"; 
} 
if (ad==6) { 
txt="<b>The First Jewish-American Cookbook</b>"; 
url="http://www.amazon.com/exec/obidos/ASIN/0486437329/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/0486437329.jpg"; 
width="88"; 
height="140"; 
} 
if (ad==7) { 
txt="<b>The Hadassah Jewish Holiday Cookbook:</b><br>Traditional Recipes from the Contemporary Kosher Kitchens"; 
url="http://www.amazon.com/exec/obidos/ASIN/0883636034/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/0883636034.jpg"; 
width="104"; 
height="140"; 
} 
if (ad==8) { 
txt="<b>The Jewish Heritage Cookbook</b>"; 
url="http://www.amazon.com/exec/obidos/ASIN/0754809781/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/0754809781.jpg"; 
width="104"; 
height="140"; 
} 
if (ad==9) { 
txt="<b>The Essential Jewish Festival Cookbook:</b><br>A Complete Culinary Guide"; 
url="http://www.amazon.com/exec/obidos/ASIN/1861053037/quatecsolutionsA/"; 
alt="ZionTimes Featured Cookbooks"; 
banner="images/cookbooks/1861053037.jpg"; 
width="97"; 
height="140"; 
} 
document.write('<center>'); 
document.write('<a href=\"' + url + '\" target=\"_blank\">'); 
document.write('<img style=border-color:#999966; src=\"' + banner + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=1></a><br>'); 
document.write('<font size="1">' + txt + '</font>'); 
document.write('</center>');

//End --> 
