/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 15;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="<a href=http://www.purezing.com/recipes/salad_asparagus_springlemony.html>Spring Asparagus Salad with Sweet Lemon Vinaigrette</a>"; body="A fresh combination for a spring luncheon.";
}

if (quotes==1) {
title="<a href=http://www.purezing.com/recipes/fruits&veg_lemonsspiced.html>Preserved Spiced Meyers Lemons</a>"; body="Meyers lemons are at their best in the spring and go great with any salad.";
}

if (quotes==2) {
title="<a href=http://www.purezing.com/recipes/baking_bars_lemonbars.html>My Oh Meyers Lemon Bars</a>"; body="Luscious dessert bars to wow your guests.";
}

if (quotes==3) {
title="<a href=http://www.purezing.com/recipes/snack_soup_gazpacho.html>Gazpacho</a>"; body="The beautiful colors, textures and chilled, zippy flavor are a delight on a hot day.";
}

if (quotes==4) {
title="<a href=http://www.purezing.com/recipes/baking_muffins_cornmuffins.html>Tequila Cheese Corn Muffins</a>"; body="Great with soups and stews, serve these with butter, or mayonnaise and nitrite-free bacon.";
}

if (quotes==5) {
title="<a href=http://www.purezing.com/recipes/baking_bread_beerbread.html>Basil and Beer Quick Bread</a>"; body="Great on it's own but also good toasted and sprinkled with freshly grated Parmesan.";
}

if (quotes==6) {
title="<a href=http://www.purezing.com/recipes/marinades_dips_hotmayo.html>Hot Mayonnaise</a>"; body="Use to season egg, tuna and crab salads, put in wraps with meat, season fish, dip French fries in, and toss into a Waldorf salad.";
}

if (quotes==7) {
title="<a href=http://www.purezing.com/recipes/marinades_dips_cilantromayo.html>Cilantro-Sage Mayonnaise</a>"; body="A dip for grilled vegetables, grilled fish or meat, in wraps, in egg salads and devilled eggs.";
}

if (quotes==8) {
title="<a href=http://www.purezing.com/recipes/marinades_sauce_emeraldgreen.html>Emerald Green Sauce</a>"; body="This sauce is great over sliced turkey breast with caramelized onions, topped with sour cream.";
}

if (quotes==9) {
title="<a href=http://www.purezing.com/recipes/snack_snack_stuffedgrapeleaves.html>Stuffed Grape Leaves (Dolmades)</a>"; body="Serve hot, warm or cold with large wedges of lemon to squeeze over the grape leaves, or serve with Avgolemono Sauce.";
}
if (quotes==10) {
title="<a href=http://www.purezing.com/recipes/poultry_peanutsauce.html>Chicken Drenched in Peanut Sauce</a>"; body="A healthier twist on a Thai-style dish. Made with shelled peanuts instead of peanut butter, to give it a nuttier flavour.";
}

if (quotes==11) {
title="<a href=http://www.purezing.com/recipes/poultry_basiltomato.html>Basil and Tomato Peppered Chicken</a>"; body="A great mid-week dish, lovely over rice or pasta, and cooks in less than 30 minutes.";
}

if (quotes==12) {
title="<a href=http://www.purezing.com/recipes/poultry_gingerchicken.html>Marinated Ginger Chicken</a>"; body="A spicy marinade of yogurt, chili, ginger, and more.";
}

if (quotes==13) {
title="<a href=http://www.purezing.com/recipes/poultry_greekmustard.html>Greek Mustard Sauce and Chicken</a>"; body="A lovely sauce to give your roast chicken deep flavours.";
}

if (quotes==14) {
title="<a href=http://www.purezing.com/recipes/poultry_couscouschicken.html>African Couscous Stuffed Chicken</a>"; body="This stuffing has a slightly sweet flavour combined with spices reminiscent of Moroccan dishes.";
}




document.write('<div align=left>');
document.write('<strong>' + title + '</strong>');
document.write('<br>'+ body +'');
document.write('</div>');
