var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Flash mob continues to entertain students
"; arnews[0] += "Members of the Miami University Flash Mob perform a silent rave Nov. 10 in the lobby of King library."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:08:59 GMT"; arnews[0] += "
"; arnews[1]="OHHS, CHS fall athletes earn honors
"; arnews[1] += "Now that the fall season has concluded, Coupeville and Oak Harbor high school athletes have received all-league, local team, and varsity letter awards."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:43:52 GMT"; arnews[1] += "
"; arnews[2]="Walt Disney World Resort and Steve Harvey Inspire Teens Through Disney's Dreamers Academy 2010 Class
"; arnews[2] += "On 8:30 am EST, Thursday November 19, 2009 LAKE BUENA VISTA, Fla., Nov. 19 /PRNewswire/ -- Walt Disney World Resort, in partnership with nationally syndicated radio personality Steve Harvey, announced its selection of 100 nationwide high school students to participate in the Disney's Dreamers Academy of 2010."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:01:31 GMT"; arnews[2] += "
"; arnews[3]="Tenn. community buries soldier killed at Fort Hood
"; arnews[3] += "Defense Secretary Robert Gates gathered with mourners in a tiny northeast Tennessee community Wednesday to bury Army Spc."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:45:00 GMT"; arnews[3] += "
"; arnews[4]="School & campus news
"; arnews[4] += "Students earn a Valedictorian or Salutatorian Scholarship for graduating first or second in their secondary school class."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Hopson's career-high 25 leads Tennessee
"; arnews[5] += "Scotty Hopson, a University Heights graduate, had a career-high 25 points, and No."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:38:07 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("
");