var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday Football Roundup: Mitty, Amador Valley upset
";
arnews[0] += "Opening night of North Coast and Central Coast Section playoffs were disrupted by rain and wind and two monumental upsets.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="High Schools Bay Area catches a break
";
arnews[1] += "With a new playoff format, six extremely competitive teams from the SJS, including defending state Open Division champion Grant-Sacramento, wound up in the section's 16-team Division II tournament.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:40:20 GMT";
arnews[1] += "
";
arnews[2]="Read Comments
";
arnews[2] += "Troops showing Afghans how to grow food instead of poppy By JAKE LOWARY * The Leaf-Chronicle * November 15, 2009 In addition to locating and killing terrorists and establishing security in eastern Afghanistan, the 3rd Brigade Combat Team hope to offer the local citizens a way forward.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 07:45:37 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Troops showing Afghans how to grow food instead of poppy In addition to locating and killing terrorists and establishing security in eastern Afghanistan, the 3rd Brigade Combat Team hope to offer the local citizens a way forward.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 12:53:05 GMT";
arnews[3] += "
";
arnews[4]="Poppy box thefts downtown
";
arnews[4] += "Thieves are stealing from war veterans as some legion branches report a decrease in donations during this year's poppy campaign.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 04:20:16 GMT";
arnews[4] += "
";
arnews[5]="Hart scales another mountain
";
arnews[5] += "The ride continues. Hart High's girls golf team finished in second place Monday at the CIF-Southern Section Final at the par-72 Mountain Meadows Golf Course in Pomona.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Hell's bells: AC/DC tops rich list
";
arnews[6] += "Wiggles no longer richest stars AC/DC rated Australia's wealthiest entertainers this year.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 07:24:47 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("