var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="David Ortiz Celebrity Golf Classic online auction to benefit kids
";
arnews[0] += "November 21 -- Unable to get to Cap Cana in the Dominican Republic for David Ortiz's charity golf tournament in December? No worries.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Doug Glanville: The Freedom of Free Agency
";
arnews[1] += "Fifteen days after the World Series, the marketplace opens. Until then, the team for which you last played has exclusive rights to negotiate with you.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="November 20, 2009 More scoopage with regard to Big Papia s Celebrity Golf Classic and Auctiona
";
arnews[2] += "November 20, 2009 More scoopage with regard to Big Papi's Celebrity Golf Classic and Auction Posted by Christine E. at 7:06 pm in Good Deeds , Red Sox Started in 2008, the David Ortiz Celebrity Golf Classic is held at Cap Cana in the Dominican Republic, one of the most spectacular resort communities in the world, with the tournament taking place ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:23:57 GMT";
arnews[2] += "
";
arnews[3]="Red Sox Notebook
";
arnews[3] += "They both thought they needed another big bat and then the team swung and missed at Mark Teixeira .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:30:07 GMT";
arnews[3] += "
";
arnews[4]="How physics and the Yankees won the Series
";
arnews[4] += "As I watched my beloved Yankees defeat the Phillies to win the 2009 World Series two weeks ago, several questions popped into my head regarding the science of the game.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Papi gearing up for big return in 2010
";
arnews[5] += "As evidenced by his wardrobe, David Ortiz didn't need to make an extra trip into Fenway Park on Thursday to promote his upcoming charity golf tournament.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="David Ortiz wants another bat
";
arnews[6] += "They both thought they needed another big bat and then the team swung and missed at Mark Teixeira.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:41:00 GMT";
arnews[6] += "
";
arnews[7]="Ortiz says the Sox need more power
";
arnews[7] += "David Ortiz held a little get-together with the media this morning to discuss his upcoming charity golf event in the Dominican Republic.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Francona says Varitek embraces new role
";
arnews[8] += "It sounds as though captain Jason Varitek [ stats ] has already made his peace with being the club's backup catcher, a job at which Francona believes Varitek will be \"unbelievable.\" \"If he didn't accept that, then it could have been a problem.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 02:35:33 GMT";
arnews[8] += "
";
totcount = 9;
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("