var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Officials praise controversial facility
";
arnews[0] += "A new $31 million Craven County Judicial Center at 1100 Clarks Road was dedicated Friday with about 400 braving overcast skies that turned to drizzle to see the place they'll work or fund for the next 20 years.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:39:15 GMT";
arnews[0] += "
";
arnews[1]="Pac-10 football: Oregon, OSU in the thick of the conference bowl scramble; news, notes & links
";
arnews[1] += "If running back LaMichael James, shown here scoring against Arizona State, and the Ducks keep winning, they will be in the Rose Bowl.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:51:06 GMT";
arnews[1] += "
";
arnews[2]="Valley cops greet Beck
";
arnews[2] += "Greeted by 250 saluting officers, LAPD Chief Charlie Beck on Thursday led a formal inspection of the Devonshire Division and addressed sworn staff in his first major appearance in the San Fernando Valley since becoming chief.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:12:34 GMT";
arnews[2] += "
";
arnews[3]="Pac-10 football: Ducks need to beware of an ambush Saturday in Arizona Stadium. News, notes & links
";
arnews[3] += "Arizona's coaching staff has a healthy respect for Oregon quarterback Jeremiah Masoli, here breaking loose for yardage against Arizona State.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:32:23 GMT";
arnews[3] += "
";
arnews[4]="Pac-10 football: Could the Oregon Ducks crash and burn in the desert again? News, notes & links
";
arnews[4] += "UO quarterback Jeremiah Masoli puts a move on Arizona State linebacker Vontaze Burfict last week.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:17:38 GMT";
arnews[4] += "
";
arnews[5]="High and State streets, oldtime 'Gateway to Newburyport'
";
arnews[5] += "While I was looking around while waiting for the light to turn at High and State streets, it came to mind that a lot of local history was made here over the years.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 09:14:41 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("