var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CVCC tourney jackets presented
";
arnews[0] += "First place winners: Howard McLean, Rob Morrison, Tim Lindsey and John Shaw don the gold jackets.";
arnews[0] += "
Publ.Date : Wed, 07 Oct 2009 02:26:44 GMT";
arnews[0] += "
";
arnews[1]="Briefly News ... July 10 edition
";
arnews[1] += "A respite night for families with special needs children is scheduled for today, Fri., July 10, 6-9pm at First Congregational Church, 1425 N 5th St.";
arnews[1] += "
Publ.Date : Fri, 10 Jul 2009 07:16:20 GMT";
arnews[1] += "
";
totcount = 2;
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("