var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Auckland Santa's facelift unveiled
"; arnews[0] += "Crowds gathered in Auckland's Queen St today to watch the unveiling of a new look Santa following his facelift."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:26:13 GMT"; arnews[0] += "
"; arnews[1]="Idaho men cruise past NDSU on road, 81-69
"; arnews[1] += "FARGO, N.D. A red-hot shooting day gave Idaho its second win over a 2009 NCAA Tournament team in three games, as the Vandal men stormed into Fargo and left with an 81-69 victory over North Dakota State on Saturday."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:15:59 GMT"; arnews[1] += "
"; arnews[2]="Streaking Saints vying for crisper performance in Tampa Bay
"; arnews[2] += "Quarterback Drew Brees #9 of the New Orleans Saints moves to pass the ball during the game against the Buffalo Bills at Ralph Wilson Stadium on September 27, 2009 in Orchard Park, New York."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:22:10 GMT"; arnews[2] += "
"; arnews[3]="Garrison runs into Dainger zone
"; arnews[3] += "The dream season for the Garrison Bulldogs came to an end with a lopsided 56-7 loss to defending state champion Daingerfield at Wildcat Stadium Friday night."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:49:43 GMT"; arnews[3] += "
"; arnews[4]="Fearless Prediction: Seahawks
"; arnews[4] += "KICKOFF: Sunday, 1 p.m. ET SURFACE: FieldTurf TV: FOX KEYS TO THE GAME: Vikings QB Brett Favre is successfully exploiting defenses that stack the box against RB Adrian Peterson, and the Seahawks face a similar dilemma as they did with Arizona's Kurt Warner last week."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:17:10 GMT"; arnews[4] += "
"; arnews[5]="Josh Wilson likely out against Vikings
"; arnews[5] += "Seahawks coach Jim Mora said that cornerback Josh Wilson is likely to miss Sunday's game because of a concussion he suffered against the Cardinals."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("
");