var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="We waste food, we overeat, while so many starve
"; arnews[0] += "Hunger now scars the lives of more than a billion people - a new record. World leaders gathered at a UN summit in Rome this week to debate just what to do about it."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:43:12 GMT"; arnews[0] += "
"; arnews[1]="Princess Haya Bint Al Hussein: Mapping Starvation and the World Food Summit
"; arnews[1] += "Hunger now scars the lives of over 1 billion people -- a new record. On Monday, world leaders will gather at a UN food summit in Rome to debate what to do about it."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 13:20:56 GMT"; arnews[1] += "
"; arnews[2]="'Jaws' takes meatball title in Vegas, flautas next?
"; arnews[2] += "He couldn't tell what his winning percentage was. It's just pretty darn good, which explains why the Vallejo native continues his reign as the No."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 11:44:10 GMT"; arnews[2] += "
"; arnews[3]="Super-Eater Joey Chestnut Wins Meatball Eating Contest
"; arnews[3] += "It may be one of the Seven Deadly Sins, but gluttony is the path to glory for some people."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 19:50:41 GMT"; arnews[3] += "
"; arnews[4]="'Soba' slurper's 399 bowls too tough to beat
"; arnews[4] += "Japanese food fighter Takeru Kobayashi, famed for his success at the annual Coney Island hot dog-eating contest - step aside."; arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 01:52:53 GMT"; arnews[4] += "
"; arnews[5]="Tammany Hall and Joseph Mitchell Rejoice! A Look Forward at the Brooklyn Beefsteak.
"; arnews[5] += "Andrew Dermont and Derek Silverman, the two twentysomethings behind the Brooklyn Beefsteak , are scarcely old enough to remember Beefsteak Charlie's, let alone the 19th- and early 20th-century meatstravaganzas that inspired the beef-and-beer blowout being held this Sunday at the Bell House."; arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 19:49:32 GMT"; arnews[5] += "
"; arnews[6]="[UPDATES] I Couldn't Hear You With All the Flags Flapping In My Ears
"; arnews[6] += "Maybe some of you have seen Uber-Patriot Darren Rovell's hit piece on the winner of the NYC Marathon, Bruin and American citizen Meb Keflezighi."; arnews[6] += "
Publ.Date : Tue, 03 Nov 2009 20:03:31 GMT"; arnews[6] += "
"; arnews[7]="Burger King Gives Japan a Seven-Patty Challenge
"; arnews[7] += "Burger King has not exactly lived up to its name in Japan. It has only 15 stores nationwide, compared to McDonald's roughly 3,750. But there's no denying that Burger King now offers the biggest burger in town."; arnews[7] += "
Publ.Date : Sat, 31 Oct 2009 18:10:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");