var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Northampton wins again
"; arnews[0] += "There are new faces, a new coach and a new decade, but at Northampton the success on the wrestling mats continues."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:08:43 GMT"; arnews[0] += "
"; arnews[1]="Porthleven 1, Dobwalls 2
"; arnews[1] += "DOBWALLS travelled home pleased with their afternoon's work at Gala Parc which had seen them record their third consecutive league victory."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:19:22 GMT"; arnews[1] += "
"; arnews[2]="Marc Narducci: It's just business as usual for Irish
"; arnews[2] += "The inside game is clearly there, while the perimeter portion is also a key weapon."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:31:32 GMT"; arnews[2] += "
"; arnews[3]="TV Best Bets
"; arnews[3] += "Cougar Town, 9:30 p.m., ABC. A block of four Valentine episodes concludes with this funny one."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Events from around the PTW area
"; arnews[4] += "The Troy Hills Elementary School K-Kids Club recently collected items for U.S. Army Troop 23N/23IN - Alpha Company to support a New Jersey soldier, Pfc."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Jules faces holiday alone on 'Cougar Town'
"; arnews[5] += "TONIGHT'S MIGHT-SEE: 'Cougar Town,' 9:30 p.m., ABC. A block of four Valentine episodes concludes with this funny one."; 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("
");