var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Love sandwiches? Join the Club
";
arnews[0] += "Aaron Rothgeb's, executive sous chef at Pine Valley Country Club, shows off his specialties.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:46:37 GMT";
arnews[0] += "
";
arnews[1]="Obituaries, Feb. 10, 2010
";
arnews[1] += "Ruby Parsons Monfee, 89, a Prattville resident, passed away Sunday, Feb. 7, 2010.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:06:30 GMT";
arnews[1] += "
";
arnews[2]="Phoenix dismiss Smeltz rant
";
arnews[2] += "Forget the old club versus country debate, what about All Whites striker versus All Whites coach? Shane Smeltz vented to the media after his Gold Coast side lost 1-0 to the Wellington Phoenix on Sunday night.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:44:31 GMT";
arnews[2] += "
";
arnews[3]="Cherokee's Roeder, New Egypt's Hubert enjoy big nights in basketball
";
arnews[3] += "Tuesday night produced a pair of milestones and wea re not talking about snow accumulations.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:19:12 GMT";
arnews[3] += "
";
arnews[4]="Prep basketball roundup
";
arnews[4] += "Richlands outscored Virginia High in every quarter to coast to a 77-33 non-district boys basketball win on Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:49:41 GMT";
arnews[4] += "
";
arnews[5]="Christie halts affordable housing work
";
arnews[5] += "Gov. Chris Christie Tuesday froze nearly all actions by a controversial state board that for a quarter century has pushed towns across New Jersey to build affordable housing, promising municipalities their \"nightmare is over.\" The governor's executive order also created a committee to report on how to provide affordable housing, including housing ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:03:54 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("