var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="World Discus Champ Samuels Wins Aussie Sports Award
";
arnews[0] += "November 19 SAMUELS AND FEARNLEY TOP 2009 NSWIS AWARDS Discus queen Dani Samuels and the king of Wheelchair Track & Road Kurt Fearnley are tonight the toast of NSW sport after gaining top honours at the glittering 2009 NSW Institute of Sport Annual Awards Dinner at the Australian Jockey Club in Sydney.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:52:22 GMT";
arnews[0] += "
";
arnews[1]="The Morning Swim Show, Nov. 18, 2009: Jordan Anderson Talks About...
";
arnews[1] += "The Morning Swim Show , Nov. 18, 2009: Jordan Anderson Talks About Applying for Rhodes Scholarship; Grant Stoelwinder Offers Up Challenging Sprint Set -- November 18, 2009 PHOENIX, Arizona, November 18.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="Low-tech Phelps ploughs a lonely path
";
arnews[2] += "BERLIN: Beijing Olympics star Michael Phelps insisted he would use his poor form at Berlin's world record-laden shortcourse World Cup event as future motivation with an eye to the London 2012 Games.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 16:12:54 GMT";
arnews[2] += "
";
arnews[3]="Records confirm Jones still queen of breaststroke
";
arnews[3] += "LEISEL Jones proved that amid swimming's suit farce she is still a force, with two world short-course records confirming her status as breaststroke queen.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:47:22 GMT";
arnews[3] += "
";
arnews[4]="FINA World Cup, Berlin: Flash! Five World Records Set During Day One Finals
";
arnews[4] += "Universal Sports FINA World Cup Dashboard, including webcasts and highlights BERLIN, Germany, November 14.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 16:23:24 GMT";
arnews[4] += "
";
arnews[5]="Leisel breaks breaststroke WR
";
arnews[5] += "Leisel Jones powers through the water on her way to a world record in Berlin. Olympic champion Leisel Jones has broken the short-course world record for the 100 metres breaststroke at the FINA World Cup meet in Berlin.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 05:41:18 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("