var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lynn Henning
";
arnews[0] += "I can remember, three years ago this week, making another hundred or so phone calls in the latest quest to learn who Michigan State would hire as its new head football coach.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:23:50 GMT";
arnews[0] += "
";
arnews[1]="Needs of Mariners, Tigers fit
";
arnews[1] += "The Tigers and Mariners talked hotly and heavily last December about a trade that nearly brought reliever and Trenton native J.J. Putz to Detroit.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Josh Johnson and Florida Marlins Fail To Ink Long-Term Deal
";
arnews[2] += "Once a cheap team, always a cheap team. A The Florida Marlins have reportedly \" reached an impasse \" with ace Josh Johnson regarding a proposed four-year contract extension.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:41:22 GMT";
arnews[2] += "
";
arnews[3]="Johnson, Marlins reach impasse in contract talks
";
arnews[3] += "There will be no long-term contract for pitcher Josh Johnson with the Florida Marlins this winter, his agent said Friday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:31:54 GMT";
arnews[3] += "
";
arnews[4]="Mark Dantonio still right coach for Spartans
";
arnews[4] += "I can remember, three years ago this week, making another hundred or so phone calls in the latest quest to learn who Michigan State would hire as its new head football coach.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:17:02 GMT";
arnews[4] += "
";
arnews[5]="Lynn Henning
";
arnews[5] += "I can remember, three years ago this week, making another hundred or so phone calls in the latest quest to learn who Michigan State would hire as its new head football coach.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:21:27 GMT";
arnews[5] += "
";
arnews[6]="Season awards sum up '09 Tigers
";
arnews[6] += "Think either Rick Porcello or Justin Verlander got jobbed in the voting for their respective AL awards? Sorry to dredge up the season and the slow, dripping September giveaway.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 22:12:40 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("