var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Online
"; arnews[0] += "\"THE BLIND SIDE\" -- A homeless African-American teenager is taken in by a wealthy white couple as part of a college football recruitment program in this adaptation of Michael Lewis' nonfiction bestseller."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:28:41 GMT"; arnews[0] += "
"; arnews[1]="Saturday Night Live
"; arnews[1] += "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[1] += "
Publ.Date : Wed, 18 Nov 2009 20:01:25 GMT"; arnews[1] += "
"; arnews[2]="Video: 'Vincent Price's Thanksgiving Special 1958' on SNL
"; arnews[2] += "An instant classic from Season 31 of Saturday Night Live . Bill Hader as Vincent Price, hosting a Thanksgiving special that, naturally, would work better as a Halloween special."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 18:13:15 GMT"; arnews[2] += "
"; arnews[3]="Global Cataclysm At The Water Park In This Week's 'South Park'
"; arnews[3] += "The boys are super excited to spend the day at Pipi's Splash Town, but there is danger at every turn in an all-new \" South Park \" titled \"Pee,\" premiering on Wednesday, November 18 at 10:00 p.m. on Comedy Central."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:09:53 GMT"; arnews[3] += "
"; arnews[4]="(RATINGS: The movies listed below are rated according to the...
"; arnews[4] += "Film Clips November 13, 2009 capsule film reviews by Michael Phillips, chief movie critic for the Chicago Tribune, and other contributing writers; 2) longer reviews of \"2012,\" \"Pirate Radio,\" Ong Bak 2,\" \"The Boondock Saints II,\" \"The House of the Devil\" and \"Gentlemen Broncos.\") 2012."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Saturday Night Live: January Jones Is No Jon Hamm
"; arnews[5] += "After seeing January Jones trash talk her way through a beer pong match with Jimmy Fallon on Tuesday night, we allowed ourselves to get our hopes up for her to take on the hosting duties of Saturday Night Live this week."; arnews[5] += "
Publ.Date : Sun, 11 Jan 2009 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("
");document.write("
");