var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Trade Market Depends on the Mets
";
arnews[0] += "Due to the rather barren nature of this free agent market and the huge drop off of talent between Holliday, Bay, Lackey, and maybe Figgins some of the important moves need to be made through trade.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:41:37 GMT";
arnews[0] += "
";
arnews[1]="Adrian Beltre and Rick Ankiel: What's up with the Boston Red Sox?
";
arnews[1] += "The Boston Red Sox are reportedly A interested in four different free agents who are represented by Scott Boras.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:04:19 GMT";
arnews[1] += "
";
arnews[2]="Boras clients high on Red Sox's list
";
arnews[2] += "It seems that every winter, the Red Sox always have plenty to talk about with agent Scott Boras.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Red Sox eye Scott Boras quartet
";
arnews[3] += "The Sox consider Holliday as an alternative, albeit a more expensive one, to free agent Jason Bay should those talks fail.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:36:14 GMT";
arnews[3] += "
";
arnews[4]="TV Watch: 'Medium' recap: A shade shady
";
arnews[4] += "After a somewhat ho-hum start to its sixth season - and a move to a new night and network - Medium has gotten back on stride, and last night's \"The Future's So Bright\" found the procedurals-are-better-with-psychics drama back at its creepy, inventive best.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Roundup: Vizquel to light Hot Stove?
";
arnews[5] += "Warm rumors and cool talk around the Hot Stove on the first day of true free agency: Vizquel to lead off FA march? Shortstop great Omar Vizquel is poised to become the first of 171 free agents to switch teams, according to FoxSports.com, which has the 42-year-old signing a one-year deal with the White Sox.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Braden Looper is among the Brewers' notable free agents.
";
arnews[6] += "Topping the to-do list: With about $15 million to spend, and a lot of holes -- but if we're being specific, they need help hitting and pitching.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 02:36:06 GMT";
arnews[6] += "
";
arnews[7]="Reaper
";
arnews[7] += "Feel free to leave a comment below by clicking on comment or you can sign in with your Twitter account by clicking on the \"Admin\" button to log in.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 21:33:25 GMT";
arnews[7] += "
";
totcount = 8;
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("