var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Area runners are set for 'true state meet'
"; arnews[0] += "Since the Rush-Henrietta boys and Pittsford Mendon girls cross country teams earned rare invitations to the New York State Federation Cross Country Championships, the Royal Comets and Vikings will see what they can do at the meet."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Hot Hollywood party
"; arnews[1] += "Actress Stephanie Pratt poses at the US Weekly Fall Hot Hollywood Issue party in West Hollywood, California November 18, 2009."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:13:33 GMT"; arnews[1] += "
"; arnews[2]="Us Weekly Hot Hollywood 2009 Party Honors All Kinds Of Hotties
"; arnews[2] += "Having just celebrated the launch of her new album, Echo , Leona Lewis made her way over to the Us Weekly Hot Hollywood 2009 Party to get her due for Chanteuse of the Year."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:59:18 GMT"; arnews[2] += "
"; arnews[3]="'The Biggest Loser' Review: I'm Giving You A Makeover
"; arnews[3] += "The past couple of weeks on The Biggest Loser has been a little bit about the game, of people getting bitten because of overplaying it, and people who do the same thing despite the warnings."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:57:17 GMT"; arnews[3] += "
"; arnews[4]="Vital statistics: Births, deaths and divorces in southwestern Michigan
"; arnews[4] += "Here are the vital statistics for Tuesday, Nov. 17: Births BRONSON METHODIST HOSPITAL Iyeshia Lewis, of Kalamazoo, a son."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="2nd Annual Day of Days Special Event Photos
"; arnews[5] += "I had the wonderful opportunity to attend the 2nd Annual 'Day of Days' event in Los Angeles on November 7, 2009."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 03:59:29 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("
");