var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valance dating multi-millionaire
";
arnews[0] += "Actress and singer Holly Valance has apparently started dating a multi-millionaire. The Australian soap star, who played Felicity Scully in Neighbours before launching her singing career, has recently been linked to Nick Candy, one of London's richest bachelors.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 13:20:26 GMT";
arnews[0] += "
";
arnews[1]="Mordy: Kenny star takes to the sky
";
arnews[1] += "STERN critics of console games, take note: sometimes it pays to play. Melbourne writer and director Clayton Jacobson was watching his son hammer away, thumbs blazing, at the latest frenetic challenge when he noticed the game's backgrounds.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 02:21:06 GMT";
arnews[1] += "
";
arnews[2]="Candy man: Holly banks on true love
";
arnews[2] += "HOLLY Valance has found her candy man. The former Neighbours babe is dating hunky Nick Candy, who owns a super-yacht and wants to buy a bank.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 02:18:52 GMT";
arnews[2] += "
";
arnews[3]="Noughties mixtape
";
arnews[3] += "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[3] += "
Publ.Date : Mon, 16 Nov 2009 05:59:03 GMT";
arnews[3] += "
";
arnews[4]="Holly bags a billionaire
";
arnews[4] += "FORMER Neighbours babe Holly Valance has snared herself a new man and he's well worth holding on to.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 02:10:11 GMT";
arnews[4] += "
";
arnews[5]="Holly Valance's new boyfriend Nick Candy shops for a bank
";
arnews[5] += "Nick Candy disclosed to Mandrake last week that he was \"discreetly\" courting Holly Valance.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 01:19:14 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("