var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="First Down: Rivalry has lost its luster
";
arnews[0] += "The Washington Redskins play the Dallas Cowboys at 1 p.m. Sunday at brand new Cowboys Stadium.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:10:45 GMT";
arnews[0] += "
";
arnews[1]="It's that time of year when Chargers surge
";
arnews[1] += "The Norv Turner Chargers have become about as predictable as your calendar. Let's see, if it's September, that would be Turner on the sideline with a befuddled look on his face, watching his on-paper Super Bowl contenders underachieve again.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 11:12:42 GMT";
arnews[1] += "
";
arnews[2]="NBA notebook - Nov. 21
";
arnews[2] += "Clippers longtime play-by-play announcer Ralph Lawler and color analyst Michael Smith were suspended one game by the Fox Sports Prime Ticket cable network for their comments about Memphis center Hamed Haddadi .";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 11:03:46 GMT";
arnews[2] += "
";
arnews[3]="The Damn Dirty DVD Review: Bruno
";
arnews[3] += "Bruno -- Sacha Baron Cohen Lutz -- Gustaf Hammersten Diesel -- Clifford Banagale O.J. -- Chibundu Orukwowu Kookus -- Josh Meyers I had high hopes for Bruno .";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:43:30 GMT";
arnews[3] += "
";
arnews[4]="A Bit Too Far
";
arnews[4] += "I'm certainly no defender of idiot sports broadcasters who say offensive things.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:22:05 GMT";
arnews[4] += "
";
arnews[5]="Clippers' broadcasters suspended for remarks
";
arnews[5] += "Ralph Lawler hadn't missed a Los Angeles Clippers broadcast in 25 years. Not for a cold or flu or even a kidney stone attack.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:18:57 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("