var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Koolreward? Thort as much - Ballarat Courier
";
arnews[0] += "BALLARAT band Unsafe Thort has joined the ranks of Missy Higgins and Delta Goodrem, winning the Kool Skools band competition. The pop-punk outfit, made up of Jack Cotter, Xav Frost, Danny Cullinan and Will Clark, entered the Kool Skools competition ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:18:00 GMT";
arnews[0] += "
";
arnews[1]="2009 Nickelodeon Kids' Choice Award - Scoop
";
arnews[1] += "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 ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 20:10:00 GMT";
arnews[1] += "
";
arnews[2]="Noughties mixtape: Top of the pops - News.com.au
";
arnews[2] += "Celebrity sex tapes, Michael Jackson and Harry Potter - Yumi Stynes counts down her top ten pop culture moments of the last decade. End of the decade: 10 years, one moment Name the next decade and WIN! Bad tunes: Worst songs of the decade What was ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 20:04:00 GMT";
arnews[2] += "
";
arnews[3]="Noughties mixtape: Aussie breakouts - News.com.au
";
arnews[3] += "Celebrity sex tapes, Michael Jackson and Harry Potter - Yumi Stynes counts down her top ten pop culture moments of the last decade. End of the decade: 10 years, one moment Name the next decade and WIN! Bad tunes: Worst songs of the decade What was ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:27:00 GMT";
arnews[3] += "
";
totcount = 4;
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("