var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Trickett fears medal drought
";
arnews[0] += "AUSTRALIA'S all-conquering swimming team risks flopping at this year's Commonwealth Games and the 2012 London Olympics unless Swimming Australia acts immediately to fill the vacant head coaching position.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 14:00:00 GMT";
arnews[0] += "
";
arnews[1]="Libby Trickett Teases Coming Out of Retirement
";
arnews[1] += "SYDNEY, Australia, February 4. IN a Sydney Morning Herald article, recently-retired Libby Trickett was reported to have teased the idea of returning to the sport.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 15:06:23 GMT";
arnews[1] += "
";
arnews[2]="Thompson's role was too big for one person: Neil
";
arnews[2] += "Swimming Australia says the decision that led to the demise of national coach Alan Thompson was because his role became ''too big for one person to do'', and to make sure other programs are not financially compromised to subsidise the elite team.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:00:01 GMT";
arnews[2] += "
";
arnews[3]="Officials hope to lure Trickett back to pool
";
arnews[3] += "Libby Trickett last night said she would consider an SOS call from Australian officials hoping to lure the former world champion back into the fold to help fend off a slide down the rankings.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 05:00:10 GMT";
arnews[3] += "
";
arnews[4]="Our Kim bowled over by princely dinner
";
arnews[4] += "KIM Watts feels like a princess. The lucky Warrnambool 24-year-old was the envy of every Australian girl on Tuesday when she dined with Prince William in Sydney.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 20:04:46 GMT";
arnews[4] += "
";
arnews[5]="Bring us the head of warrior killed by British centuries ago, Aborigines urge future king
";
arnews[5] += "To young Australian women, he is a bit of a heart-throb. To the country's republicans, he is a symbol of an ancient system that should be swept away.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 00:01:55 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("