var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stung last year, Ags raise intensity of Hornet rivalry
";
arnews[0] += "Maybe UC Davis started taking this Causeway Classic thing for granted. And who could blame the Aggies? They'd beaten Sacramento State eight consecutive times.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:12:14 GMT";
arnews[0] += "
";
arnews[1]="Causeway Classic looms large a
";
arnews[1] += "Del Oro High grad Jason Heath celebrates after a reception earlier this season. The Sacramento State senior will wrap up his college career Saturday in the Causeway Classic.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:34:20 GMT";
arnews[1] += "
";
arnews[2]="Cougars to regroup behind Kyle Potter in '09
";
arnews[2] += "Paradise Adventist seniors Kyle Potter and David Downham practice shooting Monday afternoon at the PAA gymnasium.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 09:11:46 GMT";
arnews[2] += "
";
arnews[3]="Johnny Biggs promises to serve big burgers
";
arnews[3] += "You better come hungry to Johnny Biggs Booze N' Burgers, which opens Monday in the former T.G.I.Friday's on Lexington-Springmill Road.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 12:45:24 GMT";
arnews[3] += "
";
arnews[4]="Summer Sights and Sounds
";
arnews[4] += "Summer started early this year when \"The Mummy Returns\" broke all kinds of box office records in its early May release.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 06:14:06 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("