var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="TV pick: Better off Ted
"; arnews[0] += "The Hollywood Reporter called it the clever satire we've all been waiting for and the Philadelphia Daily News said that while it might be a little too spot on about the work many people do, it sure is a laugh."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 04:23:06 GMT"; arnews[0] += "
"; arnews[1]="Azzurri edges Sweden in friendly
"; arnews[1] += "Italy beat Sweden 1-0 in a friendly Wednesday featuring experimental teams on both sides."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:27:22 GMT"; arnews[1] += "
"; arnews[2]="Battle of the bin: Strategy for winning the carry-on war
"; arnews[2] += "Travelers make their way toward the terminal at Austin-Bergstrom International Airport."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 03:57:20 GMT"; arnews[2] += "
"; arnews[3]="Appleton names 174 AP Scholars
"; arnews[3] += "APPLETON - A total of 174 Appleton Area School District high school students and June graduates have earned AP Scholar Awards in recognition of their exceptional achievement on AP Exams."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Taste of the Town: Readers point out place for perch
"; arnews[4] += "OK, OK already. I get the message. After a recent reference to a reader search for lake perch in this column, I started getting recommendations for a place that had not yet been mentioned: Jackson's Bar & Grill, 6020 W. Flamingo Road, which has a $13.99 Friday Fish Fry."; arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 13:41:02 GMT"; arnews[4] += "
"; arnews[5]="Ironman 'virgins' get in gear for gruelling race
"; arnews[5] += "Enjoying their first indoor winter training session Saturday on the long road to the 2010 Ironman Canada triathlon next August are, from left, Luke Kurach, Simonette Underwood, Jaclyn Draker and Carrie Corsiatto."; arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 11:37:34 GMT"; arnews[5] += "
"; arnews[6]="Community news ...
"; arnews[6] += "Akron police officer Jeff Tyler was named Law Enforcement Defensive Tactics Instructor for 2009 by the International Martial Arts Council."; arnews[6] += "
Publ.Date : Sun, 25 Oct 2009 09:31:57 GMT"; arnews[6] += "
"; arnews[7]="Taste of the Town: Plenty of places to buy lemon curd
"; arnews[7] += "Lemon curd -- that oh-so-tart, slightly sweet English import -- is phenomenal when it's homemade."; arnews[7] += "
Publ.Date : Wed, 21 Oct 2009 10:36:01 GMT"; arnews[7] += "
"; arnews[8]="Get ready for a weekend's worth of concerts at Blue Heron, Bike and Luna
"; arnews[8] += "Red Bike serves up rock and funk Greg Timmons and the Austin House will play a free show at Red Bicycle Bistro at 9:30 p.m. Friday, Oct."; arnews[8] += "
Publ.Date : Wed, 21 Oct 2009 05:26:18 GMT"; arnews[8] += "
"; totcount = 9; 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("
");