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]="Wild Models, Inc. Talent Agency Books Multiple Talent on Hit FX Original Series "Rescue Me"
";
arnews[2] += "Continuing its success in booking 'Real People', as well as Glamour models and talent, Wild Models, Inc.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Seven Great African American Coming-of-Age Films
";
arnews[3] += "When people think of Coming-of-Age films, most often the Brat Pack of the 1980's comes to mind.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 19:57:07 GMT";
arnews[3] += "
";
arnews[4]="Precious and other super sad movies you love
";
arnews[4] += "\"Precious\" was recently unleashed in limited release. From the Tweets and Facebook statuses, some folks are still shaken by the memory of the movie.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 04:39:46 GMT";
arnews[4] += "
";
arnews[5]="Nia Long
";
arnews[5] += "This stunningly beautiful, rising black actress first began her acting career as a teenager, appearing in several stage productions, including \"227\", which was the basis for the NBC sitcom of the same name on which she.... This stunningly beautiful, rising black actress first began her acting career as a teenager, appearing in several stage ...";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 10:08:19 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("