var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Tonight's TV Hot List: Saturday, Nov. 21, 2009
"; arnews[0] += "Saturday Night Live 11:29/10:29c NBC The topical sketch show continues its run of live episodes as Joseph Gordon-Levitt makes his SNL hosting debut."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:43:18 GMT"; arnews[0] += "
"; arnews[1]="What's on TV this weekend?
"; arnews[1] += "How the Grinch Stole Christmas, 8 p.m., TBS; also 8 p.m. Sunday. One of the truly great cartoon specials returns."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="TV this weekend: American Music Awards
"; arnews[2] += "The show plans to start big, with a medley from Janet Jackson. Her late brother Michael has five nominations, topped by teen phenom Taylor Swift with six."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Wyclef Revisits Hip-Hop Roots On 'Toussaint: St....
"; arnews[3] += "In the midst of recording his next project, a self-titled album slated for spring 2010, Wyclef Jean decided to revisit his hip-hop roots on the newly released \"DJ Drama Presents Wyclef Jean Aka Toussaint: St."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:53:08 GMT"; arnews[3] += "
"; arnews[4]="Archuleta returns to Utah for holiday concerts
"; arnews[4] += "David Archuleta performs selections from his recently-released Christmas album at Abravanel Hall on Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:40:47 GMT"; arnews[4] += "
"; totcount = 5; 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("
");