var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who's the next Miley Cyrus?
";
arnews[0] += "By Stephanie Lysaght and Denise Martin, Los Angeles Times staff writers She can't rule the world forever, and \"iCarly\" star Miranda Cosgrove is already nipping at her heels.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:34:08 GMT";
arnews[0] += "
";
arnews[1]="Young Entertainers Honored by Variety
";
arnews[1] += "Hollywood's hottest young stars are being honored by Variety . Read on to find out why.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:46:00 GMT";
arnews[1] += "
";
arnews[2]="Power of Youth event honors actors
";
arnews[2] += "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.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:39:45 GMT";
arnews[2] += "
";
arnews[3]="New York, New York in Abilene: Students at Basetti Elementary get a taste of the Big Apple
";
arnews[3] += "Bassetti fourth-grader Tristen Villanueva runs back to a table in the school's library as he and his classmates research New York City on the computers in the Learning Resource Center on Wednesday.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 06:08:43 GMT";
arnews[3] += "
";
arnews[4]="2009 Nickelodeon Kids' Choice Award
";
arnews[4] += "Wednesday, 18 November 2009, 9:12 am Press Release: Nickelodeon There were plenty of stars, slime and smiles as the Nickelodeon Kids' Choice Awards returned 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 ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:32:24 GMT";
arnews[4] += "
";
arnews[5]="Nickelodeon To Air 'iCarly' TV Movie
";
arnews[5] += "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.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 16:32:20 GMT";
arnews[5] += "
";
arnews[6]="InnerTube: WPIX set to name Ch. 2 alum to top spot
";
arnews[6] += "WPIX/Ch. 11 is on the verge of naming Bill Carey as its news director. The former WCBS/Ch. 2 news director is expected to - perhaps as early as this week - get the top job at the Tribune-owned station.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 09:04:47 GMT";
arnews[6] += "
";
arnews[7]="A Feud Between Carly and Sam Threatens Their Friendship and Future of ...
";
arnews[7] += "A Feud Between Carly and Sam Threatens Their Friendship and Future of Their Web Show in iQuit iCarly, a Prime Time TV Movie Premiering Saturday, Dec.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 19:34:23 GMT";
arnews[7] += "
";
arnews[8]="Stars kid along with young fans at awards
";
arnews[8] += "Pop star Delta Goodrem signs autographs as she arrives for the Australian Nickelodeon Kids' Choice Awards / Getty Images Rove McManus wins at kids' choice awards Joel, Benji Madden among celeb guests Pictures: On the orange carpet TV talk-show host Rove McManus was dumped in a pool of a slime last night as he took out the top prize at the ...";
arnews[8] += "
Publ.Date : Fri, 13 Nov 2009 20:43:22 GMT";
arnews[8] += "
";
totcount = 9;
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("