var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Litigation: Bec pressures New Idea for story source
";
arnews[0] += "TENNIS wife Bec Hewitt says a gossip magazine is trying to \"neuter\" her attempts to learn the source of false claims she was having an extra-marital affair.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 09:06:31 GMT";
arnews[0] += "
";
arnews[1]="Hewitt vs New Idea - show me the money
";
arnews[1] += "A SPLIT decision in the legal stoush between Bec Hewitt and a gossip magazine has left lawyers on both sides scrabbling for each other's money.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 05:25:57 GMT";
arnews[1] += "
";
arnews[2]="Ahead of the rest
";
arnews[2] += "'Tis the season to wear hats, so we thought it was time to pay homage to some of the sporting world's most colourful identities known particularly for their head-wear. Hats off to them! 1. Backward thinking ISN'T the point of a wearing peaked cap to keep the sun out of your eyes? Not so, according to Australian tennis ace Lleyton Hewitt, who ...";
arnews[2] += "
Publ.Date : Sat, 24 Oct 2009 13:47:35 GMT";
arnews[2] += "
";
arnews[3]="New Idea: Serve for mag over Hewitt 'other man'
";
arnews[3] += "In April, the magazine published an article entitled \"Bec's New Man\", which incorrectly claimed she was \"sharing her life\" with a \"hunky\" male nanny named \"Minder Mark\". The man identified as \"Mark\" was Mrs Hewitt's brother, Shaun Cartwright.";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 08:16:30 GMT";
arnews[3] += "
";
arnews[4]="No idea if New Idea sources are real
";
arnews[4] += "AN article in New Idea about former soapie star Bec Hewitt and a supposed \"other man\" in her life, known as Minder Mark, possibly had no sources behind it at all, a judge has found.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 07:34:34 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("