var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="King cake for the day
"; arnews[0] += "It's a coffee cake with a twist and a history. The feted king cake of New Orleans, made of braided Danish pastry and laced with cinnamon, is traditionally served between Epiphany and Mardi Gras, which this year is celebrated on Tuesday."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT"; arnews[0] += "
"; arnews[1]="Clean Plates N.Y.C. claims to review restaurants that are good and good for you-Part 2
"; arnews[1] += "Clean Plates N.Y.C.: Your guide to restaurants where you can eat well and healthfully? If this were a \"continuing drama\" on TV, a voice-over right now would be saying \" Previously on Clean Plates, N.Y.C. ...\" Well, guess what? This is a continuing drama."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:26:40 GMT"; arnews[1] += "
"; arnews[2]="Emeril's Burgers and More Will Leave You Wanting More
"; arnews[2] += "Want Fries with That? Sure. Price: $14, comes with one side. There is no conversion of an edifice more indicative of the transformation of the American economy than that of the Bethlehem Steel building into a casino."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:47:52 GMT"; arnews[2] += "
"; arnews[3]="Valentine's Day Desserts, Recipes, Ideas: Popular Holiday Searches
"; arnews[3] += "The Food Network celebrity chefs have been busy making sweet Valentine Desserts for you."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:36:12 GMT"; arnews[3] += "
"; arnews[4]="Tickets Still Available for South Beach Wine & Food Festival 2010
"; arnews[4] += "If you thought it was too late to score tickets to the delicious South Beach Wine & Food Festival , think again."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:28:45 GMT"; arnews[4] += "
"; arnews[5]="RECIPE: Emeril's Oven-Crispy French Fries
"; arnews[5] += "Not Just for Burgers French fries with paprika-parmesan salt Servings: 4-6 Difficulty: Easy 30-60 min You think fries, you think burgers."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:22:31 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");