var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Mad' owners: Draper separation rocks Dodgerdom
";
arnews[0] += "The crisis building among Dodger owners Don and Betty Draper has reached a breaking point that truly threatens to tear the organization apart.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 21:28:10 GMT";
arnews[0] += "
";
arnews[1]="Zelkovich: Kudos to Fox for rediscovering baseball
";
arnews[1] += "THE GOOD: TSN cameras caught Winnipeg quarterback Michael Bishop apparently signaling to Montreal defenders that he was going deep just before completing a 65-yard touchdown pass yesterday.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 12:30:00 GMT";
arnews[1] += "
";
arnews[2]="View Comments
";
arnews[2] += "Chad Ochocinco is used to making news. Now, he's trying to break some. The Cincinnati Bengals receiver is planning to form his own social news network on Twitter, using his player contacts around the league to develop news about other teams.";
arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 12:25:07 GMT";
arnews[2] += "
";
arnews[3]="Baseball cliches getting out of hand
";
arnews[3] += "Doesn't it make you cringe a little when Dodgers part-time television broadcaster Eric Collins says repeatedly, \"He's painting the corners\"? As if you haven't heard that before.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 01:50:00 GMT";
arnews[3] += "
";
arnews[4]="TBS broadcast is abominable
";
arnews[4] += "Chip Carray is downtight annoying... Ron Darling, while not annoying, adds absolutely nothing.";
arnews[4] += "
Publ.Date : Thu, 08 Oct 2009 03:02:30 GMT";
arnews[4] += "
";
totcount = 5;
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("