var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="10 ways to fix ‘Saturday Night Live’ - MSNBC
";
arnews[0] += "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. Enough with the parade of sexy young startlets! Buzzed-about ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[0] += "
";
arnews[1]="Dushku wants role in 'Dr. Horrible 2' - Digital Spy
";
arnews[1] += "Eliza Dushku has said that she would like to appear in the sequel to Joss Whedon's Dr. Horrible's Sing-Along Blog . The actress, who stars in producer Whedon's recently cancelled Dollhouse , told Popeater that she would jump at the chance to join the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT";
arnews[1] += "
";
arnews[2]="Drama Mama: The Thanksgiving List - New York Post
";
arnews[2] += "As Mama gets up at 3 a.m. to start cooking her Thanksgiving turkey, she is mindful of the things on TV she is thankful for: \" Friday Night Lights \" is with us for two more years: Because the Taylors' marriage is the most realistic on television, and ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:05:00 GMT";
arnews[2] += "
";
arnews[3]="It's @ActuallyNPH; Harris Joins Twitter - Playbill
";
arnews[3] += "You can almost picture Neil Patrick Harris sitting down at night in front of his computer as the theme from \"Doogie Howser, M.D.\" plays. The star of stage and screen has officially joined the tweeting community with his own Twitter page. In under 24 ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:20:00 GMT";
arnews[3] += "
";
arnews[4]="Dr. Horrible Preview - CRAVE ONLINE
";
arnews[4] += "Neil Patrick Harris fans rejoice! Joss Whedon fans rejoice! Nathan Fillion fans rejoice! Joss Whedon's internet sensation Dr. Horrible's Sing-Along Blog is hitting your local comic shops this Wednesday, November 18, courtesy of Dark Horse Comics ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:01:00 GMT";
arnews[4] += "
";
arnews[5]="James Franco's Crazy Genius In Full And Gangsterlicious Flower - NPR News
";
arnews[5] += "Nathan Fillion, who first gained attention as Joey Buchanan on One Life To Live , graciously popped back in 2007 for its 10,000th episode celebration (a great example of not spitting on the people who gave you your big break), but other than that ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:15: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("