var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Recap: LA Clippers vs. Utah
"; arnews[0] += "Carlos Boozer recorded 34 points and 14 rebounds, powering Utah to its season-high ninth straight win, 109-99 over the Los Angeles Clippers."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:12:46 GMT"; arnews[0] += "
"; arnews[1]="N.C. Gubenatorial Candidates Queried On Flights
"; arnews[1] += "State elections officials have asked 17 gubernatorial candidates since 2004 for more information about campaign airplane travel after it was made public recently that the current and previous governor each took dozens of previously undisclosed flights."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:49:10 GMT"; arnews[1] += "
"; arnews[2]="Military Notes
"; arnews[2] += "Air Force Airman Kyle E. Law graduated from basic military training at Lackland Air Force Base in Texas."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:35:39 GMT"; arnews[2] += "
"; arnews[3]="High School Roundup: Sobolewski, Benet top Wheaton Academy
"; arnews[3] += "The standing-room only crowd at Wheaton Academy got its money's worth Tuesday. David Sobolewski had 21 points and seven assists and 6-10 junior Frank Kaminsky added 10 points and eight rebounds as No."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:01:00 GMT"; arnews[3] += "
"; arnews[4]="Hutton picked to be Kittery's next school superintendent
"; arnews[4] += "After interviewing three candidates, the School Committee selected Allyn Hutton to succeed Superintendent Larry Littlefield."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="NBA: Clippers lose big lead, fall to Jazz
"; arnews[5] += "Rasual Butler's shot from the corner banged off the rim, but the long rebound was tipped out to Baron Davis above the key."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:47:50 GMT"; arnews[5] += "
"; arnews[6]="Home Plates: Spinach casserole and pork tenderloin, Sunset-style
"; arnews[6] += "The dish Richard Daily's family called \"spinach casserole\" appeared regularly at their get-togethers. Marinated artichokes and chopped spinach were topped with a cream cheese/butter mixture and a dusting of Parmesan, then baked until golden brown."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 21:41:44 GMT"; arnews[6] += "
"; arnews[7]="Headed to the Games, with support from home
"; arnews[7] += "As local athletes check in at Olympics in Vancouver, coaches and family talk about what inspired them."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");