var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More world records expected in Singapore
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 04:34:39 GMT";
arnews[0] += "
";
arnews[1]="FINA World Cup, Singapore: Day One Prelims Complete
";
arnews[1] += "Universal Sports FINA World Cup Dashboard, including webcasts and highlights SINGAPORE, November 21.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:40:19 GMT";
arnews[1] += "
";
arnews[2]="Van der Burgh looks to secure top spot
";
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 : Fri, 20 Nov 2009 09:46:28 GMT";
arnews[2] += "
";
arnews[3]="Phelps: Defeat is just motivation for Games
";
arnews[3] += "BERLIN: Beijing Olympic star Michael Phelps insisted on Sunday he would use his poor form at Berlin's world record-laden shortcourse World Cup meet as future motivation with an eye on the London 2012 Games.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 11:46:37 GMT";
arnews[3] += "
";
arnews[4]="Defeat is just Olympic motivation, insists Phelps
";
arnews[4] += "Tuesday, November 17, 2009 BERLIN: Beijing Olympic star Michael Phelps insisted on Sunday he would use his poor form at Berlin's world record-laden shortcourse World Cup meet as future motivation with an eye on the London 2012 Games.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 04:29:38 GMT";
arnews[4] += "
";
arnews[5]="Quick Hits / They see 6 a.m. tip as great exposure
";
arnews[5] += "Some teams will do anything to play on national television. Look at what two New Jersey schools - St.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 06:28:58 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("