var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Jr. Cubs shut out Jr. Dragons 28-0, playoffs next
"; arnews[0] += "Pictured above: Malique West runs behind the blocking of TE Beau Barrington , fullback Tobias Lopez and center Jason Brockett as QB Hofstetter and guard Tanner Mendoza look on."; arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 20:45:23 GMT"; arnews[0] += "
"; arnews[1]="Haye aims to be first to floor giant Valuev
"; arnews[1] += "David Haye doesn't care that he's nearly a foot shorter and 100 pounds lighter than Nikolai Valuev."; arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 19:24:10 GMT"; arnews[1] += "
"; arnews[2]="Dagner 2nd at NCS; advances to Monday's TOC
"; arnews[2] += "Sonoma Valley High senior Brooke Dagner had the second lowest score of all the North Coast Section qualifiers Monday, firing a sizzling round of 82 for a second-place finish and an automatic berth into next Mondaya s Tournament of Champions in Arcata."; arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 13:26:14 GMT"; arnews[2] += "
"; arnews[3]="On the Town: Gem of all balls
"; arnews[3] += "BRAVI A TUTTI: : Nancy Burton, one of the gala's chairmen, and her husband, Mark Burton, are delighted at the success of the evening."; arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 18:33:07 GMT"; arnews[3] += "
"; arnews[4]="On the Town: Gem of all balls
"; arnews[4] += "BRAVI A TUTTI: : Nancy Burton, one of the gala's chairmen, and her husband, Mark Burton, are delighted at the success of the evening."; arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 10:55:28 GMT"; arnews[4] += "
"; totcount = 5; 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("
");