var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="#8 Mocs' Offense Roars In Season-Opening Win
";
arnews[0] += "Published: Wednesday, November 18, 2009 at 11:36 p.m. Last Modified: Wednesday, November 18, 2009 at 11:36 p.m. LAKELAND Florida Southern College's high-powered offense went into high gear early in its season opener Wednesday night.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Infield, 'pen among Tigers' market concerns
";
arnews[1] += "Tigers president/general manager Dave Dombrowski has trade discussions percolating -- a lot of trade discussions, judging by his comments over the past week or so -- but he says those won't slow any of his free-agent talks as the Tigers' exclusive negotiating period with their own free agents closes Thursday night.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:03:30 GMT";
arnews[1] += "
";
arnews[2]="Cabrera, Verlander, Porcello win 2009 DIBS Honors
";
arnews[2] += "Cabrera and Verlander each received 20 first-place votes. Cabrera had a .942 on-base percentage plus slugging average , which was good for fifth in the American League.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 16:05:50 GMT";
arnews[2] += "
";
arnews[3]="Naputi and Tedpahogo lead Royals win 39-28
";
arnews[3] += "In a battle of undermanned teams, the Notre Dame Royals topped the John F. Kennedy Lady Islanders 39-28 last night at the Guam sports complex.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Naputi and Tedpahogo lead Royals win 39-28
";
arnews[4] += "In a battle of undermanned teams, the Notre Dame Royals topped the John F. Kennedy Lady Islanders 39-28 last night at the Guam sports complex.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 18:00:48 GMT";
arnews[4] += "
";
arnews[5]="Tigers facing tough decisions after meetings
";
arnews[5] += "Are the Tigers trying to purge payroll? Team president and general manager Dave Dombrowski said they're not having a fire sale.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 00:06:44 GMT";
arnews[5] += "
";
totcount = 6;
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("