var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Records fall to SSA swimmers
"; arnews[0] += "The SSA Wet 'N' Wildcats tackled the three-day Madison Thanksgiving Invitational this past weekend."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 16:09:20 GMT"; arnews[0] += "
"; arnews[1]="Palin Tells Crowd She'll 'Speak The Truth'
"; arnews[1] += "Former Vice Presidential candidate and Alaska Governor Sarah Palin is busy signing hundreds of autographs of her new book, \"Going Rogue\", at the Rookwood Pavilion Friday afternoon."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:26:03 GMT"; arnews[1] += "
"; arnews[2]="Rare thunderstorm jolts area
"; arnews[2] += "In the early-morning hours Patrick O'Hara heard something not usually associated with the week before Thanksgiving - peals of thunder."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:40:11 GMT"; arnews[2] += "
"; arnews[3]="Chris Brown, Jonas Brothers, Kristen Stewart, Norah Jones, Zac Efron
"; arnews[3] += "Finalist Laura Kirkpatrick, from \"America's Next Top Model\", poses on the runway for friends and family as part of the festivities to watch the finale at Lincoln County High School on Tuesday, November 18, 2009 in Stanton, Kentucky."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:19:35 GMT"; arnews[3] += "
"; arnews[4]="Holly Madison bares her feet in wine fete
"; arnews[4] += "Holly Madison stomps grapes with a Lucille Ball look-alike at the unveiling of Beaujolais Nouveau at the Paris on Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:06:53 GMT"; arnews[4] += "
"; arnews[5]="Records fall to SSA swimmers
"; arnews[5] += "The SSA Wet 'N' Wildcats tackled the three-day Madison Thanksgiving Invitational this past weekend."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 16:09:20 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("
");