var arnews = new Array(7);
totcount = 7;
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]="Baseball's baffling free agent rankings
";
arnews[1] += "In most industries, being ranked among the top 20 percent of performers would be an honor, and you would be in line for a raise.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="...continue reading
";
arnews[2] += "Actress. Born Goldie Jeanne Hawn on November 21, 1945 in Washington, D.C. The daughter of a musician and an actress, Goldie Hawn began taking ballet and tap dancing lessons at age three.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:31:17 GMT";
arnews[2] += "
";
arnews[3]="Trials and Tribulations: Sign of times: Sheriff's narco unit to join with state
";
arnews[3] += "Orange County Sheriff Carl DuBois confirmed on Thursday the veracity of a rumor that's been bouncing around Goshen for about two weeks: The sheriff's office is in discussions with the Division of State Police in Albany to place the sheriff's narcotics unit, which consists of about a half-dozen plainclothes investigators, under the command of the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:10:13 GMT";
arnews[3] += "
";
arnews[4]="The baffling free-agent ranking system
";
arnews[4] += "In most industries, being ranked among the top 20 percent of performers would be an honor, and you would be in line for a raise.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Castillo's fate key to moves
";
arnews[5] += "The New York Mets offseason hinges on whether or not Luis Castillo stays with in Flushing.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:10:00 GMT";
arnews[5] += "
";
arnews[6]="Let's go shopping: Free-agent market open
";
arnews[6] += "As of 12:01 a.m. today, the free-agent market officially opened, meaning clubs no longer have exclusive negotiating rights to the players who wore their uniforms in 2009.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 05:30: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("