var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bluffton girls continue hot streak, blast Battery Creek
";
arnews[0] += "It might have seemed a silly statement to anyone who wasn't in the Bluffton High School girls basketball locker room when the Bobcats decided back in December that they were done with being downtrodden.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:04:39 GMT";
arnews[0] += "
";
arnews[1]="Pearl Harbor survivor dies at 90
";
arnews[1] += "Bill Lewis, Yolo County's last known Pearl Harbor survivor, died in his hometown of Esparto on Thursday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:45:59 GMT";
arnews[1] += "
";
arnews[2]="Long list of applicants seeking post
";
arnews[2] += "Pickerington officials will have a deeper pool to draw from in selecting their new city manager after reopening the search last month.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:52:38 GMT";
arnews[2] += "
";
arnews[3]="EVOLVE Wrestling News and Notes
";
arnews[3] += "EVOLVE Wrestling News and Notes Posted by Larry Csonka on 02.09.2010 All of the latest from EVOLVE... - EVOLVE sent out the following press release today... Pre-Order EVOLVE 1 DVD & Order JPC Set EVOLVE is thrilled to add the first DVD releases to our Shop.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:41:35 GMT";
arnews[3] += "
";
arnews[4]="Archer: On Cowboys trade rumors and whom should get the running back carries
";
arnews[4] += "Dallas Morning News Cowboys writer Todd Archer answered your questions about the Cowboys and the Super Bowl.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:28:15 GMT";
arnews[4] += "
";
arnews[5]="Archer: On Jason Garrett's playcalling, future and solution to Cowboys kicking problems
";
arnews[5] += "Dallas Morning News Cowboys writer Todd Archer answered your questions about the Cowboys and the Super Bowl.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:32:16 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("