var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Page 2: Jerry Rice, Antarctic booze and Snooki
";
arnews[0] += "Best way to get even: To forget. Best use of adrenaline: Dwight Freeney. Best endorsement for beer: It might be good for your bones .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:18:23 GMT";
arnews[0] += "
";
arnews[1]="Column
";
arnews[1] += "How Merril gets that knot tied like that is a closely guarded secret. 35 to 44 points -- You replace ESPN's NFL Insiders.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:17:46 GMT";
arnews[1] += "
";
arnews[2]="Jim Donaldson: Jerry Rice a Patriot? It could have happened
";
arnews[2] += "Jerry Rice, who headlines the class of 2010 to be inducted this summer into the Pro Football Hall of Fame, is the greatest wide receiver I've seen in 34 seasons of covering the NFL.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:00:03 GMT";
arnews[2] += "
";
arnews[3]="About Last Night: Celebrating Angela Lansbury, With Zeta-Jones, Cariou, Garber, Peters and More
";
arnews[3] += "Last night, Feb. 8, the Drama League hosted its annual benefit A Musical Celebration of Broadway , honoring the career of one of Broadway's biggest stars, Angela Lansbury .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:16:49 GMT";
arnews[3] += "
";
arnews[4]="Jerry Rice Honors Old Boss
";
arnews[4] += "The news broke shortly before Saturday's Pro Football Hall of Fame vote that Jerry Rice had asked former 49ers owner Eddie DeBartolo to present him into the Hall when Rice gets inducted this August.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:42:10 GMT";
arnews[4] += "
";
arnews[5]="The evolution of ex-President Bush
";
arnews[5] += "When George W. Bush left the White House, his approval rating was in the tank and Will Ferrell was raking it in as his swaggering doppelganger on Broadway and HBO.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 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("