var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lara Bingle - Thumbnail
";
arnews[0] += "LARA Bingle's dream of becoming Australia's own Kate Moss faces some uphill challenges - not least of which are her own ambitions to become rich and famous.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:14:22 GMT";
arnews[0] += "
";
arnews[1]="Clarke back and scoring runs just in time
";
arnews[1] += "Phil Hughes is bowled at the SCG yesterday. Picture: Steve Christo MICHAEL Clarke couldn't have timed his run better if Bart Cummings trained him.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 14:27:06 GMT";
arnews[1] += "
";
arnews[2]="Who Weekly's 2009 Sexiest People
";
arnews[2] += "THERE were wall to wall beauties - and a few plain ones invited along for good measure - at Sydney's Summit Restaurant last night to see the unveiling of Who Weekly's 2009 Sexiest People list.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 20:44:56 GMT";
arnews[2] += "
";
arnews[3]="Sexiest People of 2009
";
arnews[3] += "The trio appear on the front cover of the Australian magazine, out on Friday, wearing strapless swimwear.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 07:28:37 GMT";
arnews[3] += "
";
arnews[4]="Who's sexiest: Gallery, video, report
";
arnews[4] += "MTV presenter Ruby Rose and models Megan Gale and Miranda Kerr lead the field of beauties in WHO magazinea s sexiest people issue.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 05:28:38 GMT";
arnews[4] += "
";
arnews[5]="Rose, Gale and Kerr lead Who's sexiest
";
arnews[5] += "MTV presenter Ruby Rose and models Megan Gale and Miranda Kerr lead the field of beauties in Who magazine's sexiest people issue.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 22:51:34 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("