var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Who's News
"; arnews[0] += "Has Emily Procter of \"CSI: Miami\" ever been in a movie? Is she married? Does she have children? George Williams, Zeeland, Mich."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:38:14 GMT"; arnews[0] += "
"; arnews[1]="Local news, weather, sports & information
"; arnews[1] += "Students in Luther College's opera workshop course will present 'Americani in Italia' on Saturday, Nov."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:29:15 GMT"; arnews[1] += "
"; arnews[2]="Ed Watch: Calendar of Events
"; arnews[2] += "Washburn Rural High School's jazz band will perform at 7 p.m. Monday at the school, 5900 S.W. 61st."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:20:07 GMT"; arnews[2] += "
"; arnews[3]="Ms Holden gives romantic advice and trains as a stuntwoman
"; arnews[3] += "I read about my friend, The One Show's Christine Bleakley, meeting Frank Lampard recently in Amika nightclub in London so I call to get the low-down. He sounds smart and funny - and as they're both single I tell her to go for it! Sometimes a girl just needs a bit of fun and, of course, I'm encouraging it because I've got a very vested interest in ..."; arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Navy Secretary Mabus to appear on 'NCIS' episode
"; arnews[4] += "CBS says the real-life Navy secretary, Ray Mabus, will try a different role when he appears on the network's hit drama \"NCIS.\" Mabus will play an NCIS investigator on a Thanksgiving-themed episode airing Nov."; arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 13:52:26 GMT"; arnews[4] += "
"; arnews[5]="CBS goes back to MMA with Fedor, Strikeforce
"; arnews[5] += "Fedor Emelianenko is ready for his close-up. The Russian mixed martial artist will no longer be his sport's least-seen superstar after Saturday night, when CBS showcases his Strikeforce debut against Brett Rogers to a national audience."; arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 23:35:15 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("
");