var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Soft Pack announce North American tour
"; arnews[0] += "The Soft Pack have announced details of an upcoming tour of North America. Beginning with an appearance at Bro Fest in Texas on March 21, the jaunt will follow on from their upcoming February tour of the UK ."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:32:58 GMT"; arnews[0] += "
"; arnews[1]="Sarah C. Sucht
"; arnews[1] += "Sarah C. Sucht, 99, died Feb. 8 at Larned Healthcare Center, Larned. She was born March 13, 1910, in rural La Crosse, the of daughter of Conrad and Katie Bott Schwindt."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:31:08 GMT"; arnews[1] += "
"; arnews[2]="Fresno Mayor Announces New City Manager
"; arnews[2] += "Fresno Mayor Ashley Swearengin announced Fresno's newest City Manager on Tuesday."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:30:07 GMT"; arnews[2] += "
"; arnews[3]="John DiStaso's Granite Status: Ayotte, Hodes tap D.C. PACs for campaign funds
"; arnews[3] += "UnionLeader.com has learned that the Republican Bedford business executive will make his candidacy for the 1st District U.S. House seat official tomorrow."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:16:59 GMT"; arnews[3] += "
"; arnews[4]="#5 - Edgewater mechanic's 800 number now a phone sex line
"; arnews[4] += "For five years, Glenn Noyes used the same 800 number to advertise his Edgewater service station, plastering it on T-shirts, pens and magnets - even including it in church newsletters and school yearbooks."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:09:04 GMT"; arnews[4] += "
"; arnews[5]="Running results, calendar
"; arnews[5] += "Chris Ashby, Bellingham, Wash., 5:39.95; 12. Christina Bruner-Sonsire, Pine City, 5:45.75; 19."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:05:43 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("
");