var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Cloudy with a Chance of Meatballs' Blu-ray Full Details and Box Art - High-Def Digest
";
arnews[0] += "As previously reported , the animated feature based on the best-selling children's book will rain down on high-definition this winter -- and now we have full details. Sony is prepping ' Cloudy with a Chance of Meatballs ' starring the voice talents ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:53:00 GMT";
arnews[0] += "
";
arnews[1]="Nickelodeon To Air 'iCarly' TV Movie - Post Chronicle
";
arnews[1] += "Nickelodeon has announced plans to air \"iQuit iCarly,\" a new television-movie companion to its U.S. comedy series \"iCarly.\" Like the show, the film will star Miranda Cosgrove and Jennette McCurdy. \"iQuit iCarly\" is slated to premiere Dec. 5. \"A rift ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:46:00 GMT";
arnews[1] += "
";
arnews[2]="Nickelodeon's Keke Palmer celebrates her 16th birthday (slide show) - Examiner
";
arnews[2] += "Keke Palmer, the actress who currently stars in Nickelodeon's True Jackson, VP, turned sweet sixteen on August 26th. Palmer celebrated in style, partying in a LoftSeven penthouse with costars and fellow Nickelodeon friends including iCarly 's Miranda ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 06:51:00 GMT";
arnews[2] += "
";
arnews[3]="Power of Youth event honors actors - Variety
";
arnews[3] += "Corbin Bleu, Miranda Cosgrove, Jesse McCartney, AnnaLynne McCord and KeKe Palmer will be saluted for their charity work at the third annual Variety's Power of Youth event, to be held Dec. 5 on the Paramount lot. The 700 invited guests will include ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:13:00 GMT";
arnews[3] += "
";
arnews[4]="Nickolodeon to Release 'iCarly' Movie - TheWrap
";
arnews[4] += "Nickelodeon announced Monday that it will air a made-for-TV movie spinoff of its hit series \"iCarly\" on Dec. 5. Entitled \"iQuit iCarly,\" the movie will center on a rift between \"iCarly\"'s two main characters, Carly Shay (Miranda Cosgrove) and Sam ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="2009 Nickelodeon Kids' Choice Award - Scoop
";
arnews[5] += "... to Melbourne’s Hisense Arena on Friday, featuring this year’s bedazzling host Delta Goodrem, co-hosts Good Charlotte’s Joel and Benji Madden and special guest star Miranda Cosgrove, from Nickelodeon’s hit show, iCarly. Nickelodeon once ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 20:10: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("