var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="County schools rated above average
"; arnews[0] += "By CHRISTINA TATU and SETH AUGENSTEIN newsroom@njherald.com County schools make the grade, according to the annual New Jersey Department of Education Report Cards released Tuesday."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:32:20 GMT"; arnews[0] += "
"; arnews[1]="Stoops makes hiring official
"; arnews[1] += "University of Arizona football coach Mike Stoops today promoted assistants Bill Bedenbaugh and Seth Littrell to co-offensive coordinators and hired veteran Frank Scelfo to coach quarterbacks."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:45:00 GMT"; arnews[1] += "
"; arnews[2]="Trexa announces surprisingly affordable base price for EV platform
"; arnews[2] += "In this case however, the six digits just might create much ado anew. How does $15,999 grab you? Yeah, us too."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:34:00 GMT"; arnews[2] += "
"; arnews[3]="Betty I. McKittrick
"; arnews[3] += "Betty I. McKittrick, 80, of Shelbyville, IL, passed away at 12:05 p.m. Monday Feb."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:04:22 GMT"; arnews[3] += "
"; arnews[4]="Elementary hoops championship round
"; arnews[4] += "We've done some checking, but we're still not sure if it has been done before. If it has, it's been a while ago."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:49:24 GMT"; arnews[4] += "
"; arnews[5]="Family guy
"; arnews[5] += "Kanye West, Black Eyed Peas's Will.i.am and U2's Larry Mullen Jnr are just some of the stars lending their voices to new Family Guy cartoon spin-off The Cleveland Show."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:13:50 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("
");document.write("
");