var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holly Valance - News.com.au
";
arnews[0] += "FORMER Neighbours babe Holly Valance has snared herself a new man and he's well worth holding on to. While her former beau Peter Ververis was jailed in August for 2 1/2 years after pleading guilty to trafficking methamphetamine, the singer has now ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 21:44:00 GMT";
arnews[0] += "
";
arnews[1]="Ex-Neighbours stunner Holly Valance finds love with mega-rich Brit ... - News.com.au
";
arnews[1] += "While her former beau Peter Ververis was jailed in August for 2 1/2 years after pleading guilty to trafficking methamphetamine, the Kiss Kiss singer has now hooked up with one of London's most eligible bachelors Nick Candy. The 36-year-old property ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 09:05:00 GMT";
arnews[1] += "
";
arnews[2]="Valance dating multi-millionaire - Digital Spy
";
arnews[2] += "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 ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:50:00 GMT";
arnews[2] += "
";
totcount = 3;
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("