var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cif Football Playoffs: California 55, Rowland 27
";
arnews[0] += "Executing a high-powered offense, California High School defeated visiting Rowland in a CIF-Southern Section Southeast Division first-round playoff game on Friday night.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Changes alter route along I-10, Oracle Rd.
";
arnews[1] += "Course changes have shortened the route for El Tour de Tucson by about a half-mile and could lead to a faster race today, founder Richard DeBernardis said.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:17:49 GMT";
arnews[1] += "
";
arnews[2]="Coal Ridge's Blair named 3A WSL Coach of the Year
";
arnews[2] += "Coal Ridge boys soccer coach Brian Blair won 3A Western Slope League Coach of the Year honors.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:59:18 GMT";
arnews[2] += "
";
arnews[3]="Police blotter
";
arnews[3] += "The following people were booked Tuesday, Nov. 17 into the Highlands County Jail: Lynn Wayne Allen , 20, of 3525 S. County Road 17, Sebring, on warrants charging failure to appear for a pretrial conference on charges of possession of marijuana, possession of drug paraphernalia and driving while license is suspended or revoked.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:08:04 GMT";
arnews[3] += "
";
arnews[4]="Defense keys offense in Mustangs' win
";
arnews[4] += "This week, on a raw, drizzly Friday night at Eschenburg Field, McHugh made amends in a big way.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:52:07 GMT";
arnews[4] += "
";
arnews[5]="Drivers charged in fatal race
";
arnews[5] += "Two drivers were charged Friday in the illegal street race that killed a former San Jose high school cheerleader last month and reached speeds of more than 90 mph on a suburban South San Jose street.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:58:29 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("