var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Community calendar
"; arnews[0] += "Badger Globe Credit Union, 260 N. Green Bay Road, Neenah, will hold a blood drive from 2:30 to 5:30 p.m. To schedule a donation appointment, call 920-722-2122, or go to www.save3lives.org . Walk-in donors are welcome."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:21:26 GMT"; arnews[0] += "
"; arnews[1]="Portsmouth police say tire malfunction may have caused rollover that injured Dover woman
"; arnews[1] += "Police say a possible tire malfunction may have caused a Monday accident that sent a Dover woman to the hospital when her minivan flipped on Bartlett Street near the intersection of Woodbury Avenue."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:03:22 GMT"; arnews[1] += "
"; arnews[2]="A moveable feast: East by northwest
"; arnews[2] += "I knew I was about to enter Vancouver's famed Chinatown, and it wasn't when I passed under the ornately decorated orange arch, the Millennium Gate."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:27:06 GMT"; arnews[2] += "
"; arnews[3]="The Best Cheap And Free Deals In Town
"; arnews[3] += "Got a great deal? Email it to us at deals@wweek.com . GINGER JAMS : Back in their home in Los Angeles, symphonic folk band the Parson Red Heads used to do a monthly residency series at small clubs like the Echo and Silverlake Lounge."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:24:39 GMT"; arnews[3] += "
"; arnews[4]="Vancouver Olympics: speedskating
"; arnews[4] += "Best of the U.S.: Shani Davis is the name everyone will remember and is the favorite in both the 1,000 and 1,500. In 2006 in the 1,000-meter race, Davis became the first African American athlete to win gold in an individual Winter Games sport."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:13:46 GMT"; arnews[4] += "
"; arnews[5]="Michigan blanks Bowling Green in hockey
"; arnews[5] += "Louie Caporusso scored two goals, and Bryan Hogan made 21 saves to lead Michigan to a 4-0 victory over Bowling Green on Tuesday night at Yost Ice Arena."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 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("
");