var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
";
arnews[0] += "November 11, 2009 - NBC gives the gift of holiday-themed series episodes and specials throughout late November and December with a multitude of festivities, a special military audience for \"The Jay Leno Show\" airing Thanksgiving evening and a night of holiday-themed Thursday night comedies from \"Community,\" \"Parks and Recreation,\" \"The Office\" and ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Week[end]: November 20-22, 2009
";
arnews[1] += "Get the holidays rolling early this weekend. The calendar includes: the Holiday Art Fair and Madison Women's Expo; the Wis-Kino Fall Kabaret; productions of The Little Match Girl , 1 SW33T R1DE , and the UW Dance Fall Faculty Concert; a book reading by Chris Newbold; Funk Out Cancer!; and, a bumper crop of live music by Carrie Newcomer, Modern ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="REVIEW: Near Dark
";
arnews[2] += "Following the inescapable madness that is the Twilight phenomenon, I wanted to see a vampire movie that was actually scary.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:50:14 GMT";
arnews[2] += "
";
arnews[3]="a Heroesa recap: Oh Mohinder, Youa ve Done It Again
";
arnews[3] += "It was recycling day at the Sullivan Bros. circus, and it was recycling day in the writers' room.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:15:58 GMT";
arnews[3] += "
";
arnews[4]="Characters even better than the animation in smart Up
";
arnews[4] += "Up : Pixar continues its tradition of fantastic, family-oriented films with this smart, poignant and imaginative fable.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 05:00:00 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("