var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police identify victim in Sunday Oakland murder
";
arnews[0] += "A 17-year-old Concord boy and a 38-year-old man were killed in separate Oakland shootings Sunday night, police said.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:17:50 GMT";
arnews[0] += "
";
arnews[1]="West's Salvitti stands tall
";
arnews[1] += "There was 1 minute, 43 seconds remaining until halftime when the smallest guy on the floor made the biggest shot of the night.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:54:35 GMT";
arnews[1] += "
";
arnews[2]="On Native GroundTHE Fine Line Between Opposition and Incitement
";
arnews[2] += "It's hard not to laugh at the people who went to the various \"tea bag\" protests on Tax Day.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:08:07 GMT";
arnews[2] += "
";
arnews[3]="Sean Maher: Economy not all doom and gloom in Boulder
";
arnews[3] += "Last year, housing prices in Boulder dropped for the first time in more than 20 years.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 19:17:10 GMT";
arnews[3] += "
";
arnews[4]="Consumer credit falls for 11th straight month
";
arnews[4] += "Consumer credit declined in December for the 11th straight month, but the pace slowed considerably, according to a government report released Friday.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 00:24:08 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("