var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The new hot spot in Silicon Valley? That's right, Campbell
";
arnews[0] += "Along the cul-de-sacs that eddy out of Cambrian Drive, a civil war is being fought on battlefields with names like Sweetbriar and Stonehurst, where residents are waging a determined campaign to get into what they are certain is Silicon Valley's most desirable dwelling destination.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The new hot spot in Silicon Valley? That's right, Campbell
";
arnews[1] += "Along the cul-de-sacs that eddy out of Cambrian Drive, a civil war is being fought on battlefields with names like Sweetbriar and Stonehurst, where residents are waging a determined campaign to get into what they are certain is Silicon Valley's most desirable dwelling destination.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:17:23 GMT";
arnews[1] += "
";
arnews[2]="Colorado State holds off Air Force 51-47
";
arnews[2] += "Andy Ogide scored 12 points and Colorado State made three free throws in the closing minutes as the Rams topped Air Force 51-47 Tuesday night.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:56:42 GMT";
arnews[2] += "
";
arnews[3]="Recap: Air Force vs. T-C-U
";
arnews[3] += "TCU's defense was supposed to make the difference against Boise State. Instead, a lack of offense did.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 23:54:30 GMT";
arnews[3] += "
";
arnews[4]="OCFA honors its top firefighters, staff
";
arnews[4] += "The Orange County Fire Authority will honor its best and bravest tonight at its annual awards ceremony.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 02:52:53 GMT";
arnews[4] += "
";
arnews[5]="Local newsmakers: January 31, 2010
";
arnews[5] += "The Clover Optimist Club will sponsor an oratorical contest for students 16 and younger.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 05:40:15 GMT";
arnews[5] += "
";
totcount = 6;
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("