var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Solano women sweep BVC awards
";
arnews[0] += "Solano, which cruised to the Bay Valley Conference women's soccer championship, swept postseason honors after a poll of the league's coaches this week.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:53:06 GMT";
arnews[0] += "
";
arnews[1]="Solano soccer rules all-BVC
";
arnews[1] += "Solano College's women's soccer team, which cruised to the Bay Valley Conference championship, swept postseason honors after a poll of the league's coaches this week.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:09:09 GMT";
arnews[1] += "
";
arnews[2]="Solano women sweep BVC awards
";
arnews[2] += "Solano, which cruised to the Bay Valley Conference women's soccer championship, swept postseason honors after a poll of the league's coaches this week.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:40:27 GMT";
arnews[2] += "
";
arnews[3]="Hoops: Girls 2A & 2AA capsules
";
arnews[3] += "CORONADO LADY LEOPARDS Head coach: Eric Kajca 2008-09 record: 16-11, lost 69-55 to Navajo Pine in the first round of the Class AA State Tournament.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hard Rock Hotel takes the wrap
";
arnews[4] += "Downtown shoppers can have their holiday gifts wrapped in exchange for a charitable donation on Nov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 10:32:53 GMT";
arnews[4] += "
";
arnews[5]="Fassbinder nets Iiac MVP honors
";
arnews[5] += "Sara Fassbinder had been away from competitive soccer for four years when she called Jason Berna about playing for the University of Dubuque women's soccer team.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:23:02 GMT";
arnews[5] += "
";
arnews[6]="Community Roundup: Athletic Horizons visits NorCal Championships
";
arnews[6] += "The qualifiers from Athletic Horizons Gymnastics Center in Chico competed at the Level 6 NorCal Championships in Lemoore.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 09:11:59 GMT";
arnews[6] += "
";
totcount = 7;
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("