var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="4 minutes ago
"; arnews[0] += "And if they hadn't saturated Aerosmith was those lame pop acts they'd have been great."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:18:25 GMT"; arnews[0] += "
"; arnews[1]="Boys basketball roundup: Pioneers hold off Bulldogs
"; arnews[1] += "Nate Gause hit two free throws in the last 24 seconds to help the Poughkeepsie High School boys basketball team fight past Beacon, 64-61, on Tuesday at Beacon."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Shelter fundraiser scheduled
"; arnews[2] += "The Humane Society of Ottawa County is holding a 'Have a Heart for Homeless Pets' fundraiser from 10 a.m. to 3 p.m. Saturday at Ace Hardware and Community Market."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Matt Lindland says training partner Chael Sonnen is finally paying attention
"; arnews[3] += "Matt Lindland, 39, considers Chael Sonnen a friend and brother as well as a training partner."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:35:00 GMT"; arnews[3] += "
"; arnews[4]="Middlesbrough 2 Barnsley 1
"; arnews[4] += "Middlesbrough made light of their poor home form as they registered victory over fellow play-off hopefuls Barnsley at the Riverside Stadium."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:16:36 GMT"; arnews[4] += "
"; arnews[5]="Chael Sonnen: "I'm Not Letting Up or Satisfied in the Least"
"; arnews[5] += "Leading up to UFC 109, Chael Sonnen was viewed as nothing more than Nate Marquardta s final obstacle before taking his rightful place as the future of the UFC middleweight division."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:58:41 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("
");