var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Honours even in Heworth encounters
";
arnews[0] += "Heworth Under 9s Game One Pocklington 1 Heworth 2 THE first game was evenly balanced from kick off with both sides pressuring their opponents.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:53:00 GMT";
arnews[0] += "
";
arnews[1]="Three-point shooting leads Lions over Tigers
";
arnews[1] += "Greenville hit 13 3-pointers on the way to an 84-67 basketball victory over the Commerce Tigers on Friday afternoon in the Lions Den.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:56:28 GMT";
arnews[1] += "
";
arnews[2]="Richardson, N. Victor
";
arnews[2] += "Mr. N. Victor Richardson passed away on Thursday, November 19, 2009 at High Point Regional Hospital.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:30:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays for Nov. 22-28
";
arnews[3] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[3] += "
";
arnews[4]="Prep football playoff caps
";
arnews[4] += "Patterson at Benicia When: Today, 7 p.m. The matchup: The Panthers, co-Solano County Athletic Conference champs, get their first crack at the postseason in four years.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:39:25 GMT";
arnews[4] += "
";
arnews[5]="Seattle U Redhawks rally for 85-84 win over Fresno State
";
arnews[5] += "The KeyArena court was dedicated in honor of Seattle U. alum Elgin Baylor, who attended along with several other program greats.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 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("