var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Victor's Broderick wins state diving title
"; arnews[0] += "WEBSTER - Ashley Broderick imagines each dive she takes before it is time to climb onto the board."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Surreal life: CSM collects first NorCal crown
"; arnews[1] += "College of San Mateo linebacker Ashanti Watson knew exactly what the open field in front of him meant."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:45:28 GMT"; arnews[1] += "
"; arnews[2]="Poor dive proves costly for Menz
"; arnews[2] += "It was her best finish in four state meets, but one that left Binghamton diver Alyssa Menz feeling empty on Saturday."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:16:46 GMT"; arnews[2] += "
"; arnews[3]="University of Rochester men advance in NCAA soccer
"; arnews[3] += "Jake Cargill headed in a cross from Josh Richards 37 seconds into the second sudden-death overtime to lift the University of Rochester men's soccer team to a 2-1 victory over Wesleyan in the NCAA Division III men's soccer tournament Saturday at Messiah College in Grantham, Pa."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:03:00 GMT"; arnews[3] += "
"; arnews[4]="Melrose Place: Cahuenga: Bitch-Kitty Boulevard
"; arnews[4] += "If you've watched three minutes of anything on The CW in the last month, you know this is the MP episode featuring 90's vixen Heather Locklear reprising her camp-classic role as villainous blonde Amanda Woodward ."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:50:33 GMT"; arnews[4] += "
"; arnews[5]="HF-L swimmer, Victor diver win state titles
"; arnews[5] += "WEBSTER - Victor junior Ashley Broderick and Honeoye Falls-Lima freshman Cari Stankaitis will finish this season as state champions."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 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("
");