var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Overtime avoided
"; arnews[0] += "Desert Hills's Charity Suttner stepped to the foul line to attempt what could be the game-winning free throws."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:00:00 GMT"; arnews[0] += "
"; arnews[1]="'U.S. News' recognition sheds national light on H-LP academics
"; arnews[1] += "Harris-Lake Park High School received national kudos when \"U.S. News and World Reports\" recognized it as \"one of American's Best High Schools\" this past December."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:54:12 GMT"; arnews[1] += "
"; arnews[2]="Tuesday, Feb 09, 2010
"; arnews[2] += "Read the whole story Parlee switches Pac-10 allegiance [OREGON WOMEN] Lindsay Parlee, who ranks on the top 10 career list at Washington State in goals-against average, wins, shutouts and minutes played, has transferred to Pac-10 rival Oregon."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:01:21 GMT"; arnews[2] += "
"; arnews[3]="ABC fall shows look familiar
"; arnews[3] += "ABC is sticking to basics this fall. The newly ascendant network, home to such hits as Grey's Anatomy, Desperate Housewives and Lost, is favouring the tried-and-true over change and experimentation, with just one new scripted series, Life on Mars, on its fall schedule."; arnews[3] += "
Publ.Date : Thu, 15 May 2008 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Well done for East & North Des Moines - 2/9/10
"; arnews[4] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="Emma Roberts, Anne Hathaway, Jessica Biel Steal "Valentine's Day" Hearts
"; arnews[5] += "The depth of the ensemble cast for upcoming film \"Valentine's Day\" assures that photos of Hollywood's most attractive actresses and actors will dominate celebrity gossip pages for the next few weeks."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:14:22 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("
");