var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Great snowstorm ... great food
"; arnews[0] += "This is one in an occasional column that looks at why food is more than just the meal in front of us."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:39:23 GMT"; arnews[0] += "
"; arnews[1]="from weco radio
"; arnews[1] += "Interest is continuing to grow in the August 2010 General Election. As of Monday, 36 people have picked up petitions to seek election to the various offices that will be on the August ballot. Those showing interest so far are:"; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:43:38 GMT"; arnews[1] += "
"; arnews[2]="Police Briefs
"; arnews[2] += "MILLSBORO -- Police have identified the body they found alongside Jones Store Road last week as Carla Howard of Ellendale."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Thomas Carl Munsch
"; arnews[3] += "Thomas Carl Munsch, 54, Gillette, Wyo., formerly of Hays, died Thursday, Jan. 28, 2010, at Campbell County Memorial Hospital, Gillette."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:51:30 GMT"; arnews[3] += "
"; arnews[4]="Donatella Versace Spills on '90s Supermodel Drama, Complains Today's Models Don't Have Enough Ego
"; arnews[4] += "Remembering the good ol' days of supermodeldom. From left to right, Karen Mulder, Linda Evangelista, Gianni Versace and Carla Bruni."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:18:00 GMT"; arnews[4] += "
"; arnews[5]="Burn Notice Review
"; arnews[5] += "Michael helps out that dude he shot back in Episode 1. February 7, 2010 - \" Noble Causes \" was a bit of a dud."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 06:13:25 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("
");