var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Torrealba signs with Padres
";
arnews[0] += "DENVER a ' Each afternoon, Yorvit Torrealba will sit by his locker and wait for his cell phone to ring, anxiously anticipating the voice on the other end grilling him with questions.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:53:34 GMT";
arnews[0] += "
";
arnews[1]="Should Colorado ever host the Olympics?
";
arnews[1] += "A rainbow stretches across Vancouver Harbor in Vancouver on Monday. The Vancouver Winter Olympics begin Friday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:02:12 GMT";
arnews[1] += "
";
arnews[2]="Ranking the NL West Rotations
";
arnews[2] += "Part 1 of a 3 part series. The trucks have departed. In them were pants, shirts, gloves, baseballs, bats and other items that might need some dusting off.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Human rights commission to hold meeting today
";
arnews[3] += "Salem Human Rights and Relations Advisory Commission will meet at 7:15 p.m. today in Room 305 at city hall, 555 Liberty St.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:28:52 GMT";
arnews[3] += "
";
arnews[4]="Or a market part deux?
";
arnews[4] += "Or a market part deux? Comments February 9, 2010 There is another option for businesses like the Marion Street Cheese Market to be involved in a farmers' market-like setting.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="State Economist Potiowsky will address Salem City Club in lieu of Kulongoski
";
arnews[5] += "Gov. Ted Kulongoski will not be addressing the Salem City Club on Feb. 12 as was planned.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:29:18 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("