var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="UConn fans celebrate in South Bend
"; arnews[0] += "Jared, Brendan and John Young packed the van on Thursday morning, said goodbye to the rest of their respective families and set off from Trumbull on the ride of their lives."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:58:45 GMT"; arnews[0] += "
"; arnews[1]="Great Scott! Star leads Beads to four-peat
"; arnews[1] += "One of the best swimmers of the decade capped her high school career with the performance of a lifetime at the state finals Saturday at New Trier."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:57:10 GMT"; arnews[1] += "
"; arnews[2]="Tech women finish second at Volunteer Invitational behind two Hajnal titles, men place fourth
"; arnews[2] += "KNOXVILLE, Tenn. The Virginia Tech H2Okie swim teams concluded their fall season with second and fourth-place finishes in the three-day Volunteer Invitational held at the Allan Jones Intercollegiate Aquatic Center on Saturday."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:38:00 GMT"; arnews[2] += "
"; arnews[3]="Heather Mills partners up with Matt Evers for Dancing On Ice
"; arnews[3] += "Christmas will lead the average family of four to spend a whopping 1,695 this year."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:26:45 GMT"; arnews[3] += "
"; arnews[4]="Virtue and Moir slip but don't fall in original dance
"; arnews[4] += "KITCHENER, Ontario - It happened on the same side of the rink, but in opposite corners and in front of a stunned hometown crowd."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:17:48 GMT"; arnews[4] += "
"; arnews[5]="Virtue, Moir in control at Skate Canada
"; arnews[5] += "Canada's Tessa Virtue, from London, Ont., and Scott Moir of Ilderton, Ont., gave an outstanding original dance performance at Skate Canada on Saturday."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:37:08 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("
");