var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Player: Vladimir Guerrero - YAHOO!
";
arnews[0] += "The world of advanced baseball statistics can be an intimidating place for those of us who slept our way through advanced algebra or haven't been a follower of the Bill James revolution from the beginning. But that still doesn't mean that we should ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:20:00 GMT";
arnews[0] += "
";
arnews[1]="A guide to the free-agent market (cont.) - CNN Sports Illustrated
";
arnews[1] += "John Lackey reportedly prefers to go home to Texas or stay on the West Coast, but as many as eight teams likely will pursue him. Brad Mangin/SI 17. Jarrod Washburn . Knee issues hurt him in Detroit, but he starred in Seattle before that. His great ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[1] += "
";
arnews[2]="For Angels, Jason Bay, John Lackey and Chone Figgins are all in play - Los Angeles Times
";
arnews[2] += "Reporting from Chicago - Matt Holliday is not coming. Jason Bay might be coming. John Lackey and Chone Figgins are not coming back -- not together, anyway. Those were the highlights of the state of the Angels address delivered by owner Arte Moreno on ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:07:00 GMT";
arnews[2] += "
";
arnews[3]="Report: Angels plan to pursue outfielder Bay - NBC Sports
";
arnews[3] += "Angels owner Arte Moreno indicated Thursday that the Angels will pursue free agent outfielder Jason Bay this winter. Moreno told local media members that he's intrigued by Bay's \"great bat and great makeup.\" The 31-year-old should come at a cheaper ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:56:00 GMT";
arnews[3] += "
";
arnews[4]="David Ortiz Celebrity Golf Classic online auction to benefit kids - Examiner
";
arnews[4] += "November 21 -- Unable to get to Cap Cana in the Dominican Republic for David Ortiz’s charity golf tournament in December? View photos of your favorite Red Sox players, many of whom will tee it up at the David Ortiz Celebrity Golf Classic next month ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:16:00 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("