var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beverly resident digs in at Hooters Winbowl - Beverly Citizen
";
arnews[0] += "Even Coney Island and its acclaimed Nathan’s Famous Hot Dog Eating Contest would be hard-pressed to top the spectacle that unfolded during the Wing Bowl at Hooters, where a Beverly resident was right in the thick of things. With $5,000 in cash and ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[0] += "
";
arnews[1]="Wakefield man vies for coveted Wing Bowl crown - Abington Mariner
";
arnews[1] += "Last weekend, Nate Gayman of Wakefield ate dozens of chicken wings in 10 minutes. Forty-seven to be exact. But that still wasn’t enough to secure victory at the second annual Wing Bowl at Hooters in Saugus. Gayman was one of five competitive eaters ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[1] += "
";
arnews[2]="Kraske: Moore hangs in on health care, Funk facing more signatures and ... - Kansas City Star
";
arnews[2] += "I don’t know about you, but I mainline new Takeru Kobayashi s like competitive eater Takeru Kobayashi mainlines hot dogs. And I’m weary of the Mark Funkhouser saga. That said, the anti-Funk brigade now plans a new tactic to oust him, which is to ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 20:43:00 GMT";
arnews[2] += "
";
arnews[3]="New Kasilof chow champ crowned - Fairbanks Daily News-Miner
";
arnews[3] += "Don't expect to see Morris sitting alongside international hot dog eating sensation Takeru Kobayashi, though. Morris said this talent is one he'll reserve for his own table.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 20:26:00 GMT";
arnews[3] += "
";
arnews[4]="Kasilof chow champ crowned - Webcenter 11
";
arnews[4] += "Don't expect to see Morris sitting alongside international hot dog eating sensation Takeru Kobayashi, though. Morris said this talent is one he'll reserve for his own table.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:07:00 GMT";
arnews[4] += "
";
totcount = 5;
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("