var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stephanie Rice likes decent guys
";
arnews[0] += "Australian News.Net Saturday 21st November, 2009 Melbourne, Nov 21 : Swimming champ Stephanie Rice likes guys who are decent and fun to be with.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:24:01 GMT";
arnews[0] += "
";
arnews[1]="Steph's splash of colour
";
arnews[1] += "NEWLY independent Stephanie Rice made an interesting fashion choice for the GQ Man of the Year awards, channelling a canary in a cheery cocktail frock.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:30:37 GMT";
arnews[1] += "
";
arnews[2]="More world records expected in Singapore
";
arnews[2] += "SINGAPORE: The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations high that world records will fall.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:34:39 GMT";
arnews[2] += "
";
arnews[3]="Van der Burgh looks to secure top spot
";
arnews[3] += "Singapore - The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations high that world records will fall.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:46:28 GMT";
arnews[3] += "
";
arnews[4]="Check your knowledge
";
arnews[4] += "2. What 1940s song about flowers is to the tune of a oeOld Time Religiona ? 3. Eve Arden was the star of Our Miss Brooks on radio and television.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:48:52 GMT";
arnews[4] += "
";
arnews[5]="KDFL: Galhoy win epic encounter
";
arnews[5] += "Division 3 and 4 Shield Final Galhoy FC: 1 Moone Celtic: 1 GALHOY FC lifted their first trophy in their four year history when they overcame Moone Celtic in a penalty shootout, the sides having finished level at 1-1 following a most entertaining 110 minutes of football.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:39:24 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("