var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Wedding bells for Buchholz
"; arnews[0] += "Clay Buchholz is joined by teammates Jacoby Ellsbury , Dusty Brown and Casey Kotchman ."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 06:29:22 GMT"; arnews[0] += "
"; arnews[1]="Wedding bells for Clay Buchholz
"; arnews[1] += "Clay Buchholz is joined by teammates Jacoby Ellsbury , Dusty Brown and Casey Kotchman ."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 05:39:12 GMT"; arnews[1] += "
"; arnews[2]="Bears and Eagles ready for softball showdown
"; arnews[2] += "The top two softball teams in GHSA Region 1-AAAAA meet at 6 p.m. Thursday when fourth-ranked and three-time defending region champion Houston County invades the Eagles Nest for a game against No."; arnews[2] += "
Publ.Date : Tue, 22 Sep 2009 17:22:00 GMT"; arnews[2] += "
"; arnews[3]="'Face the Ace' Returns to NBC on September 12
"; arnews[3] += "The poker-themed show gives contestants who qualify online an opportunity to win up to $1 million by successfully defeating three different poker professionals in a series of pressure-packed heads-up matches."; arnews[3] += "
Publ.Date : Wed, 09 Sep 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="'Face the Ace' Returns to NBC on September 12
"; arnews[4] += "The poker-themed show gives contestants who qualify online an opportunity to win up to $1 million by successfully defeating three different poker professionals in a series of pressure-packed heads-up matches."; arnews[4] += "
Publ.Date : Wed, 09 Sep 2009 07:00:00 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("
");