var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="An Ortiz revival and a Lester slump? What the numbers guys say about the 2010 Red Sox
";
arnews[0] += "Prediction is an impossible art to master -- but even so, it's one of the most fun parts of the baseball offseason.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:00:03 GMT";
arnews[0] += "
";
arnews[1]="Federal agencies failing to ease colonias' water needs, new study says
";
arnews[1] += "About $1.4 billion in taxpayers' money has been sent to the border for water and sewage projects in the last eight years, but little has been achieved in making low-income neighborhoods more livable, a new federal study says.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:30:08 GMT";
arnews[1] += "
";
arnews[2]="Apaches' supporting cast stepping up
";
arnews[2] += "Vallejo High School has been shedding its reputation as a one-star offense behind senior swingman Joseph Slocum.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:45:59 GMT";
arnews[2] += "
";
arnews[3]="Red Sox not an issue of black and white
";
arnews[3] += "In a city where race has always been a touchy subject given its deplorable history, you may remember how Fox Sports' Ken Rosenthal's 2008 column questioning the overwhelming whiteness of the Red Sox touched a nerve.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:39:32 GMT";
arnews[3] += "
";
arnews[4]="Ask Amalie Red Sox mailbag
";
arnews[4] += "The spring training non-roster invites are out, Truck Day is on Friday, and those who live in Fort Myers, Fla.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:39:18 GMT";
arnews[4] += "
";
arnews[5]="Red Sox: Abraham picks his Top 20
";
arnews[5] += "Here's a fun winter exercise that will hopeully spark some debate: Who are the 20 most important members of the Red Sox organization? Globe colleague Chad Finn ranked the major league players the other day on Boston.com. But this Top 20 takes a wider look.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:57:56 GMT";
arnews[5] += "
";
arnews[6]="UTEP Men's Golf Team in 11th Place at Callaway Invitational
";
arnews[6] += "The UTEP men's golf team is in 11th place through 36 holes of the Callaway Invitational on Monday in Rancho Santa Fe, Calif.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:53:47 GMT";
arnews[6] += "
";
totcount = 7;
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("