var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Resignation is act of disloyalty
";
arnews[0] += "GEORGE Lee's resignation is an act of disloyalty to the 27,000 people who voted for him and to the hundreds of people who canvassed for him.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:31:27 GMT";
arnews[0] += "
";
arnews[1]="College football: Sanctions at USC could influence recruit's decision
";
arnews[1] += "Seantrel Henderson remains committed to Southern California, but that doesn't mean the blue-chip tackle prospect has crossed Ohio State and a couple of other former suitors off his list.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:24:34 GMT";
arnews[1] += "
";
arnews[2]="Leaders Caterpillar go nap at Loughborough FC
";
arnews[2] += "Powerscreen Premier Division leaders Caterpillar FC won 5-1 at Loughborough FC. Nick Moore , John Curry, John Pope and Scott Pickering struck for Caterpillar, Ryan Peacock for the Luffs.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:17:31 GMT";
arnews[2] += "
";
arnews[3]="Best of the decade: Games
";
arnews[3] += "10, 2001 Possibly the wildest and most exciting win in Virginia history. A combined 43 points were scored during the fourth quarter - 25 of them by Virginia, which was down 20-7 at halftime.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:00:37 GMT";
arnews[3] += "
";
arnews[4]="Parsippany: Police Blotter, Feb. 10
";
arnews[4] += "Officer Michael Sprung conducted a motor vehicle stop at Route 46 and New Road after observing 1992 Ford Crown Victoria traveling at a high rate of speed on Jan.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 10:53:48 GMT";
arnews[4] += "
";
arnews[5]="Golf: Stricker tops in another category
";
arnews[5] += "Steve Stricker is No. 2 in the official world golf ranking. He might be No. 1 on a list not so official.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:51:30 GMT";
arnews[5] += "
";
arnews[6]="Lots of events on Valentine weekend
";
arnews[6] += "Monday wasn't too bad; some fog in the morning and lots of sunshine, which was nice after several days of partially wet and cold.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:18:18 GMT";
arnews[6] += "
";
arnews[7]="your local source
";
arnews[7] += "These are the bookings recorded by the North Augusta Department of Public Safety for the dates of Jan.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 08:45:18 GMT";
arnews[7] += "
";
arnews[8]="Picking up where we left off
";
arnews[8] += "Picked-up pieces while wondering whether Bill Belichick plans to name himself Patriots special teams coach and strength and conditioning coordinator before the start of two-a-days. Across the nation, the 2010 Super Bowl goes down as the story of the rise of the Saints and the rebuilding of the city of New Orleans.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 08:41:41 GMT";
arnews[8] += "
";
totcount = 9;
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("