var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Webcke to join forces with Johns
";
arnews[0] += "MATTHEW JOHNS has snared Shane Webcke , one of the most vocal critics of The Footy Show , to join his rival rugby league program.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 13:45:47 GMT";
arnews[0] += "
";
arnews[1]="Search for a local model
";
arnews[1] += "Have you got what it takes? The search is on for a model to front April Hewat's swimwear label.";
arnews[1] += "
Publ.Date : Wed, 09 Dec 2009 19:09:06 GMT";
arnews[1] += "
";
arnews[2]="Fashions on the Field
";
arnews[2] += "Laura Dundovic poses at the Myer marquee during the Emirates Melbourne Cup Day 2009 at Flemington Racecourse on Nov.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 13:23:38 GMT";
arnews[2] += "
";
arnews[3]="Cup gossip: Sophie's near-reunion with Benji
";
arnews[3] += "THEY were as ships in the night when bitterly busted-up couple Sophie Monk and Benji Madden came within metres of each other at the Cup yesterday.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 02:28:45 GMT";
arnews[3] += "
";
arnews[4]="Thousands gather for Melbourne Cup
";
arnews[4] += "For sheer star power per square metre, it's all about the Emirates marquee at the Melbourne Cup today.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 23:01:46 GMT";
arnews[4] += "
";
arnews[5]="Cup day star power
";
arnews[5] += "For sheer star power per square metre, it's all about the Emirates marquee at the Melbourne Cup today.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 06:47:16 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("