var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Libby Trickett warns of medal drought without top coach - News.com.au
";
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. That dire warning comes from Olympic great ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 19:31:00 GMT";
arnews[0] += "
";
arnews[1]="As stocks plummet, officials hope to lure Trickett back to pool - Sydney Morning Herald
";
arnews[1] += "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. Acting national head coach Leigh Nugent, who took on the ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 07:46:00 GMT";
arnews[1] += "
";
arnews[2]="Thompson's role was too big for one person: Neil - Sydney Morning Herald
";
arnews[2] += "Libby Trickett, meanwhile, says she will consider making a return to swimming under new coach Leigh Nugent, reports Stathi Paxinos. Nugent said he was likely to call the former 100 metres freestyle and 100m butterfly world champion to ask her to ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:08:00 GMT";
arnews[2] += "
";
arnews[3]="News Round-Up: A Rip Tide Called Phelps - Swimnews
";
arnews[3] += "USA: The Michael Phelps factor has long been the subject of debate in the US when assessing the popularity of a sport that has grown in the States over the years of the most successful swimming career of all-time. The Columbia Daily Tribune is the ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 11:08:00 GMT";
arnews[3] += "
";
totcount = 4;
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("