var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="You Talkin' to Me? Money talks - even for an ESPN star - Philadelphia Inquirer
";
arnews[0] += "According to Jason McIntyre at TheBigLead, the NFL Network is going after ESPN mainstay Chris Berman. The other Boomer has been at the WWL since it made its debut many years ago, but he wouldn't be the first \"star\" to leave the company. Dan Patrick ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:59:00 GMT";
arnews[0] += "
";
arnews[1]="Alone At The Top - CNN Sports Illustrated
";
arnews[1] += "Heiden is hardly alone in his wonder. \"[Shani is] not so much misunderstood,\" says Ohno. \"More like not understood.\" Shani and Cherie Davis come by their iconoclasm honestly. A single mom, Cherie found a refuge for her active toddler son at the ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 13:32:00 GMT";
arnews[1] += "
";
arnews[2]="Odd bets on the Super Bowl - EOG
";
arnews[2] += "How long will it take Carrie Underwood to sing the national anthem? - The ‘ over/under’ is set at one minute and 42 seconds on this one. Last year, it was at two minutes and three seconds for Jennifer Hudson, so this is considerably ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 14:02:00 GMT";
arnews[2] += "
";
totcount = 3;
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("