var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebs get 'charged' for New Year's Eve
";
arnews[0] += "Kerry Butler cheers on Constantine Maroulis as he pedals a Power Rover at the kick-off event for the Duracell Smart Power Lab in Times Square.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:02:51 GMT";
arnews[0] += "
";
arnews[1]="Duracell Invites Consumers to Power in the New Decade at the Duracell ...
";
arnews[1] += "The company unveiled specially-designed Power Rovers that will be featured in the Duracell Smart Power Lab, which officially opens November 23, 2009, at the Charmin Restrooms in the heart of Times Square.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Anvil Knitwear Named Official T-Shirt Supplier of Yo Gabba Gabba! Live: There's a Party in My City
";
arnews[2] += "S2BN Entertainment is proud to announce Anvil Knitwear as the official t-shirt supplier for YO GABBA GABBA! LIVE: THERE'S A PARTY IN MY CITY 2009.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:20:18 GMT";
arnews[2] += "
";
arnews[3]="Chicago Checklist
";
arnews[3] += "The comedy video short contest \"So You Think You Can Funny?\" will be judged by a panel of Second City alum, including Fred Willard, Rachel Dratch, Jeff Garlin and Mick Napier .";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:32:44 GMT";
arnews[3] += "
";
arnews[4]="Reynolds, Urie, Kind and More to Be Part of Celebrity Autobiography
";
arnews[4] += "Screen actor Ryan Reynolds will participate in the Nov. 23 installment of Eugene Pack's Celebrity Autobiography at the Triad Theater.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 05:39:29 GMT";
arnews[4] += "
";
arnews[5]="Top Chef: Fat Kid Goes To The Circus
";
arnews[5] += "Hi guys'n'gals'n'tranzys, and welcome back to our regularly scheduled season of clowns.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 20: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("