var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leafs last in division, first in apps
";
arnews[0] += "Toronto Maple Leafs forward Phil Kessel celebrates his goal against the San Jose Sharks during the second period of their NHL hockey game in Toronto February 8, 2010.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:25:53 GMT";
arnews[0] += "
";
arnews[1]="Christian Slater: The stories behind his recent comedic turns (and...
";
arnews[1] += "Christian Slater didn't use to be a morning person, but phoning PopWatch at 6:30 a.m. PT on his way to work Monday a ' the reason he had to bow out of DirecTV's Celebrity Beach Bowl last weekend, FYI a ' you wouldn't have known it.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:48:09 GMT";
arnews[1] += "
";
arnews[2]="It's time for Ellen and Hollywood on 'Idol'
";
arnews[2] += "TONIGHT'S MUST-SEE: 'American Idol' and 'Past Life,' 8 and 9:01 p.m., Fox. The 'Idol' Hollywood phase finally stars, with 170-plus hopefuls and Ellen DeGeneres as a judge.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Elisha Cuthbert Joins Christian Slater On 'The Forgotten'
";
arnews[3] += "Elisha Cuthbert is set to team up with Christian Slater once again. Elisha is set to co-star on Christian's new drama mystery series \"The Forgotten\" on ABC.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:20:50 GMT";
arnews[3] += "
";
arnews[4]="Maple Leafs last in division, first in application downloads
";
arnews[4] += "Aside from dumping some dead weight and acquiring Elisha Cuthbert's boyfriend in a recent trade, there hasn't been much for fans of the Toronto Maple Leafs to cheer about when it comes to their hockey team this year.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:28:16 GMT";
arnews[4] += "
";
arnews[5]="Sutter came up short?
";
arnews[5] += "While both the Maple Leafs and the Flames accomplished plenty in the seven-player trade involving Dion Phaneuf last week, obviously not every-one's happy about it.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:24:49 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("