var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Drunken 'hero' guilty in attack on Oasis rocker
";
arnews[0] += "Daniel Sullivan, centre, is apprehended by a security guard after running on stage at the Virgin Festival in Toronto, Sept.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:30:00 GMT";
arnews[0] += "
";
arnews[1]="Around the State
";
arnews[1] += "West Point 34, Pearl 7 Justin Cox scored on a 3-yard run and threw a 70-yard touchdown pass to Dandy Dozen senior Michael Carr as the Super 10 No.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Condors thump Aces
";
arnews[2] += "Granted, seven road games is a small sample, but in that span the Alaska Aces' penalty killing has proved disastrous enough to feel like a little slice of hockey hell.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Shattuck's streak is snapped
";
arnews[3] += "The streak is over. Class C No. 4 Deer Creek-Lamont ended top-ranked Shattuck's 93-game winning streak with a 16-12 upset victory in Friday night's quarterfinals.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:38:57 GMT";
arnews[3] += "
";
arnews[4]="Obama salutes Alaska's soldiers, families during brief stop
";
arnews[4] += "President Barack Obama received a rousing welcome at Elmendorf Air Force Base on Nov.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:38:00 GMT";
arnews[4] += "
";
arnews[5]="Court Log
";
arnews[5] += "April 24, 2007 Robert W. Mann , 30, of 26 Elm St. Heights, Marlboro, larceny from a person over 65, guilty, two years in the House of Correction, sentence suspended until April 23, 2009, supervised probation, $50 victim witness fee, drug and alcohol free, psychiatric evaluation, restitution to be determined; larceny under $250 by a single scheme, ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:32:00 GMT";
arnews[5] += "
";
arnews[6]="Sports journal
";
arnews[6] += "Simonds swept the first games of its 2009 tip-off senior and junior varsity basketball tournament Thursday.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[6] += "
";
arnews[7]="2009 Week 11 football capsules
";
arnews[7] += "CCs Division i playoffsWatsonville [7-3] at Piedmont Hills [8-2] TIME: 7 p.m. PLACE: Piedmont Hills High [1377 Piedmont Rd., San Jose, 95132]. NOTES: No.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 11:37:47 GMT";
arnews[7] += "
";
arnews[8]="Birth Records
";
arnews[8] += "Mercy Medical Center Ezra Michael Becker, son of Holly Ann Becker of Oshkosh, was born Sept.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("