var arnews = new Array(6);
totcount = 6;
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]="Yowza: A Video Interview with Heroes Actor Greg Grunberg
";
arnews[2] += "This post is part of our ReadWriteStart channel, which is dedicated to profiling startups and entrepreneurs.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:50:00 GMT";
arnews[2] += "
";
arnews[3]="J.J. Abrams Goes Into Warp Speed with Star Trek and Beyond
";
arnews[3] += "The fan-favorite director discusses his hit film, the inevitable sequel and a few of his other upcoming projects J.J. Abrams is one of the most successful entertainers in all of Hollywood.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:56:00 GMT";
arnews[3] += "
";
arnews[4]="The 8 (Greatest) Star Trek Cameos Ever
";
arnews[4] += "On the occasion of today's DVD/Blu-ray release of J.J. Abrams' Star Trek movie, it's a good time to review the many luminaries from science and entertainment who revealed their inner Trekkies by taking on small roles in the new and past incarnations of the beloved franchise.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:51:54 GMT";
arnews[4] += "
";
arnews[5]="Crate and Barrel, CB2 Partner with Yowza!! to Bring Savings to Consumers with Mobile Coupons
";
arnews[5] += "Beginning today, consumers who download Yowza!! for free from Apple's iTunes application store can access coupons on their iPhone or iPod touch that are redeemable at Crate and Barrel and CB2 stores throughout the U.S., and offer discounts on select items.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 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("