var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spring movie preview
";
arnews[0] += "Think of Hollywooda TMs second quarter as the studiosa TM version of Easter: After fasting for solid new content over the course of Oscar season, the good movies emerge from the crypt with hopes of communing with the masses, and facilitating a resurrection of Tinseltowna TMs bottom line.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:56:33 GMT";
arnews[0] += "
";
arnews[1]="10 ways to fix a Saturday Night Livea
";
arnews[1] += "Hot young hosts there mainly to plug failed movies? An utter dearth of great pop-culture parody? No more! See our sure-fire ways to help NBC's weekend staple raise its game.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:45:47 GMT";
arnews[1] += "
";
arnews[2]="10 Ways to Fix SNL
";
arnews[2] += "Hot young hosts there mainly to plug failed movies? An utter dearth of great pop-culture parody? No more! See our sure-fire ways to help NBC's weekend staple raise its game.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:54:03 GMT";
arnews[2] += "
";
arnews[3]="Leave comment
";
arnews[3] += "After a dinner at Red Lobster that I was almost embarrassingly excited about, I hit the new Bar Celine at Park restaurant on Henderson.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:13:34 GMT";
arnews[3] += "
";
arnews[4]="Saturday Night Live
";
arnews[4] += "All the old ''Saturday Night Dead'' jokes no longer apply: Now in its 35th season, Saturday Night Live is a pop cultural machine that's likely to continue until producer Lorne Michaels decides to end it.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:01:25 GMT";
arnews[4] += "
";
arnews[5]="Kathie Lee not happy about SNL skit
";
arnews[5] += "This weekend's horrible Saturday Night Live featured another takeoff on the Kathie Lee Gifford/Hoda Kotb hour of Today and the two hosts talked about it on their show.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:04: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("