var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebrity Sightings: All-star week
"; arnews[0] += "There's plenty of stargazing to do this weekend for the All-Star Game and here's the most comprehensive list of where to go and who to see them."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:57:55 GMT"; arnews[0] += "
"; arnews[1]="January 20 obituaries
"; arnews[1] += "Ruby M. Brown Ruby M. Brown, 94, of Marshall, died Tuesday, Jan. 12, 2010. Ruby was born Dec."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="January 27 obituaries
"; arnews[2] += "Charles Denver Wyatt Sr. Charles Denver Wyatt Sr., 71, of 54 Waters Road, Asheville, passed away Monday, Jan.18, 2010."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Madison man assaulted with candlestick
"; arnews[3] += "MADISON a ' A Madison man was upset when he saw an unfamiliar car at his ex-girlfrienda TMs home on Sam Circle in Madison-annexed Limestone County, a Limestone investigator said."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:46:55 GMT"; arnews[3] += "
"; arnews[4]="Holly Madison Spills Out Of Her Cocktail Dress
"; arnews[4] += "Playboy pinup Holly Madison showed up at the Laura Croft 27th birthday celebration at Tao Nightclub in Las Vegas on February 4 practically spilling out of her little black dress."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:53:36 GMT"; arnews[4] += "
"; arnews[5]="Surprise snow blankets Limestone
"; arnews[5] += "A pedestrian waits to cross Jefferson Street on the square in Athens during Mondaya s surprise snowstorm."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:45:05 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("
");