/* 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 = 14;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="<a href=http://www.purezing.com/recipes/marinades_dips_greensalsa.html>Green Tomato Salsa</a>"; body="Serve with pita bread and grilled meats, or to spice up other dishes.";
}

if (quotes==1) {
title="<a href=http://www.purezing.com/recipes/fruits&veg_veg_croquet.html>Croquet on the Green</a>"; body="Celery root is very potato-like, in a fresher way!  Give it a try in this delightful croquette recipe.";
}

if (quotes==2) {
title="<a href=http://www.purezing.com/recipes/fruits&veg_cauliflowermillet.html>Cauliflower and Millet Mash Potatoes/a>"; body="Yummy mashed potatoes with the healthy benefits of cauliflower and millet.";
}

if (quotes==3) {
title="<a href=http://www.purezing.com/recipes/fruits&veg_potato_garlickypancakes.html>Garlicky Potato Pancakes</a>"; body="A great recipe that makes use of young spring potatoes.";
}

if (quotes==4) {
title="<a href=http://www.purezing.com/recipes/poultry_chickenvealrollup.html>Lemony Chicken and Veal Rollups</a>"; body="Uses tender chicken and veal and the sweet Meyer’s Lemon for a delicious spring evening supper.";
}

if (quotes==5) {
title="<a href=http://www.purezing.com/recipes/snack_snack_olives_pepperedrosemary.html>Peppered Rosemary Olives</a>"; body="Marinate your own olives at home. These delicious rosemary olives will keep inyour fridge for 2 weeks.";
}

if (quotes==6) {
title="<a href=http://www.purezing.com/recipes/snack_soup_colddill.html>Creamy Cold Dill and Cucumber Soup</a>"; body="A lovely chilled soup perfect for the spring.";
}

if (quotes==7) {
title="<a href=http://www.purezing.com/recipes/salad_papaya_thai.html>Thai Papaya Salad</a>"; body="Spicy and tangy citrus flavours combine for a light salad with some zing!";
}

if (quotes==8) {
title="<a href=http://www.purezing.com/recipes/pasta_noodles_coconutcurry.html>Coconut Curried Noodles</a>"; body="Forget all the preservatives that are in store-bought curries - make your own at home - fresh and easy!";
}

if (quotes==9) {
title="<a href=http://www.purezing.com/recipes/pasta_pasta_sagepasta.html>Fresh Sage Pasta</a>"; body="Once you discover how easy it is to make pasta at home, you'll never want to buy the packaged stuff again!";
}

if (quotes==10) {
title="<a href=http://www.purezing.com/recipes/poultry_lemongrasschicken.html>Fragrant Lemongrass Chicken</a>"; body="Thai at home has never been so easy! 30 minutes to an exotic home-cooked meal.";
}

if (quotes==11) {
title="<a href=http://www.purezing.com/recipes/poultry_marrakechchick.html>Marrakech Paprika and Cumin Chicken</a>"; body="The blend of spices in this marinade give your chicken lovely exotic flavours of Morocco.";
}

if (quotes==12) {
title="<a href=http://www.purezing.com/recipes/poultry_lemonmarinated.html>Lemon Marinated Roast Chicken</a>"; body="To make your meal even easier, quarter potatoes and put them in the roasting pan to cook alongside the chicken.";
}


if (quotes==13) {
title="<a href=http://www.purezing.com/recipes/poultry_morroccanphyllo.html>Moroccan Phyllo Almond and Chicken Pie</a>"; body="A modified version of a North-African dish. This requires some time, but the result is really worth the effort and will impress your guests!";
}


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