var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 Nickelodeon Kids' Choice Award
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 17 Nov 2009 20:32:24 GMT";
arnews[0] += "
";
arnews[1]="Noughties mixtape
";
arnews[1] += "WELCOME to part one of the News.com.au mixtape. We've scoured the back catalogues, trawled our playlists and dusted off the chart lists to compile the 30 songs that gave the Noughties its soundtrack.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 05:59:03 GMT";
arnews[1] += "
";
arnews[2]="2: Biggest hits |
";
arnews[2] += "In part one, Aussie breakouts , we named our top 10 homegrown heroes. In part two, Hits and flops , we named the five best and five worst songs of the Noughties.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 02:36:40 GMT";
arnews[2] += "
";
arnews[3]="Delta Goodfug
";
arnews[3] += "I can never remember if, as an American, I am SUPPOSED to know who Delta Goodrem is.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 20:52:15 GMT";
arnews[3] += "
";
arnews[4]="Stars kid along with young fans at awards
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 13 Nov 2009 20:43:22 GMT";
arnews[4] += "
";
totcount = 5;
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("