var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Duel in the AFC West
"; arnews[0] += "Chris Simms could get his first start of the season if Kyle Orton's ankle keeps him out."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:07:44 GMT"; arnews[0] += "
"; arnews[1]="AYSO Soccer Highlights (uncut) and Slideshow
"; arnews[1] += "Chilly described the morning as the Legends faced Castaic's Ninos Cabillitos. Things quickly warmed up first quarter for the Legends on the field as Justin Geike put in two and Matthew Mendoza one."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:58:35 GMT"; arnews[1] += "
"; arnews[2]="Sunday: Adriana, friends stage benefit concert at Menlo School in memory of her father
"; arnews[2] += "Adriana Kwicinski, a senior at Menlo School, will present - with her musical friends - a \"Songs for Life\" pop and jazz benefit concert at 2 p.m. Sunday, Nov."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:16:44 GMT"; arnews[2] += "
"; arnews[3]="Meteor lights night sky from Utah to Yavapai County
"; arnews[3] += "People from Utah to Yavapai County saw a green-hued meteor streaming toward Earth early Wednesday."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:50:20 GMT"; arnews[3] += "
"; arnews[4]="Take this waltz
"; arnews[4] += "Mark Growden's squeezebox soul. Preview: Mark Growden CD-release show at The Frame Thursday, Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:26:58 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("
");