var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Rookies may yet own the podium
"; arnews[0] += "Many of Canada's 132 rookie Olympians saw Turin as a chance to craft the perfect resume for the Vancouver Olympics."; arnews[0] += "
Publ.Date : Mon, 27 Feb 2006 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="CROSS-COUNTRY: Mercer County flexes muscle at group meet
"; arnews[1] += "November 15, 2009 5:51 p.m. It wasn't more than just a few years ago that Mercer County was considered one of the weakest areas around the state in cross-country. Now, it's one of deepest and most talented in New Jersey."; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:11:06 GMT"; arnews[1] += "
"; arnews[2]="TQC 2010 First Announcement [The Quantum Pontiff]
"; arnews[2] += "Dave Bacon is a theoretical ski bum who is also a pseudo professor . His research is on quantum computing , his scientific passions extend to everything in physics, mathematics, computer science and beyond, and his personal pleasures include making wine, playing poker, skiing, camping, and daydreaming Nothing he says on this blog should be ..."; arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 22:18:28 GMT"; arnews[2] += "
"; arnews[3]="The most eligible women: 1-25
"; arnews[3] += "She has travelled to Japan and China, and had tea with the mayor of Kyoto. Then it was back to Scotland to play Princess Jasmine in pantomime at Edinburgh's King's Theatre."; arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 19:38:32 GMT"; arnews[3] += "
"; arnews[4]="Roundup: Carraciolo leads Portledge to PSAA girls soccer title
"; arnews[4] += "It was the second time this week Carraciolo was the hero as she scored the winner in the second half against Berkeley Carroll in a semifinal on Tuesday."; arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 09:20:19 GMT"; arnews[4] += "
"; arnews[5]="Carraciolo leads Portledge to PSAA girls soccer title
"; arnews[5] += "It was the second time this week Carraciolo was the hero as she scored the winner in the second half against Berkeley Carroll in a semifinal on Tuesday."; arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 06:17:42 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("
");