var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hottest story lines of the hot-stove season
";
arnews[0] += "The Yankees WILL NOT come close to spending a half a billion dollars this winter.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:36:28 GMT";
arnews[0] += "
";
arnews[1]="Second baseman Placido Polanco is among the Tigers' notable free agents.
";
arnews[1] += "Topping the to-do list: Pitching was awful -- starters, relievers, hot dog vendors called to throw an inning.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:35:24 GMT";
arnews[1] += "
";
arnews[2]="A Bathing Ape "Go Go" New York T-Shirt
";
arnews[2] += "Celebrating the New York Yankees 27th Major League Baseball Championship, A Bathing Ape applaud the efforts of countryman and World Series MVP Hideki Matsui with a special t-shirt donning his number 55 on the backside along a crowned Bape logo on the front.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:32:28 GMT";
arnews[2] += "
";
arnews[3]="Pick your all-free agency team
";
arnews[3] += "Here's a fun exercise to kill some time at work today before the weekend: Create a team out of the free agents on the market.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:26:00 GMT";
arnews[3] += "
";
arnews[4]="7 Protected from Rule 5 Draft
";
arnews[4] += "This gives the Yankees 39 filled spots on the 40 man roster. So naturally this will start plenty of speculation about the Yankees plans.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:21:48 GMT";
arnews[4] += "
";
arnews[5]="Philly Mayor Visits NYC To Make Good On Series Bet
";
arnews[5] += "Required fields are marked with an asterisk The information you provide will be used only to send the requested e-mail and will not be used to send any other e-mail communications.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:15:26 GMT";
arnews[5] += "
";
arnews[6]="Philly Mayor Ventures Deep Into Yankee Territory
";
arnews[6] += "Philadelphia Mayor Michael Nutter is making good on his World Series bet with New York City Mayor Michael Bloomberg.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:56:00 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("