var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="An Education deserves high marks
"; arnews[0] += "Coming-of-age movies are a dime-a-dozen, but one as exemplary as An Education deserves nothing less than the opportunity to command top dollar on the open market."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:08:24 GMT"; arnews[0] += "
"; arnews[1]="Bryan County Lady Redskins basketball preview
"; arnews[1] += "The Bryan County Lady Redskins who finished with a 4-16 overall record last season are looking for more than that this year."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="People in the News: Scholars from Boston University, The Governor's Academy & Phillips Exeter
"; arnews[2] += "DEANa S LIST. Chantal M. De Bakker, of Hollis, was named to the deana s list for the spring 2009 semester at Boston University."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:52:56 GMT"; arnews[2] += "
"; arnews[3]="Survey Finds Despite Hard Times, Majority of Americans Are Living With an Open Heart
"; arnews[3] += "Despite the ups and downs of today's economy, nearly nine out of 10 Americans say they are living with an Open Heart -- the philosophy of keeping your heart open, despite adversity, thereby resulting in something positive."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:01:53 GMT"; arnews[3] += "
"; arnews[4]="Movie Review | An Education: Actress excels in breakthrough
"; arnews[4] += "Funny and moving in the way it looks at a girl's journey from innocence to experience, An Education does so many things so well, it's difficult to know where to begin when cataloging its virtues."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:41:25 GMT"; arnews[4] += "
"; totcount = 5; 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("
");