var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Going for the green: Olympic torches for sale
";
arnews[0] += "Used Olympic torches from the 2010 torch relay have been popping up all over the Internet.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:18:37 GMT";
arnews[0] += "
";
arnews[1]="On this date: 1945 - Byron Nelson wins his 11th consecutive PGA Tour event
";
arnews[1] += "Aug. 4 1925 - Every player in each team's lineup has at least one putout in the Indians-Yankees game.";
arnews[1] += "
Publ.Date : Tue, 04 Aug 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="FINA World Championships, Swimming: Flash! Mary DeScenza Demolishes...
";
arnews[2] += "Click here for the latest Swimming World coverage of the FINA World Championships, including full results and recaps UniversalSports.com Daily Coverage, including webcasts ROME, Italy, July 29.";
arnews[2] += "
Publ.Date : Wed, 29 Jul 2009 07:30:41 GMT";
arnews[2] += "
";
arnews[3]="On this date: 1991 - Montreal Expos' Dennis Martinez pitches a perfect game
";
arnews[3] += "July 28 1913 - The United States wins its first Davis Cup since 1902 by beating Britain three matches to two.";
arnews[3] += "
Publ.Date : Tue, 28 Jul 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Wilson enters final round of women's 100-metre butterfly
";
arnews[4] += "Hong Kong's Hannah Wilson on Thursday morning entered the final round of the women's 100-metre butterfly competition at the World Student Games - breaking another Games' record.";
arnews[4] += "
Publ.Date : Thu, 09 Jul 2009 10:30:50 GMT";
arnews[4] += "
";
arnews[5]="World University Games, Swimming: United States Posts Stellar Day
";
arnews[5] += "BELGRADE, Serbia, July 8. THE United States had an outstanding effort during the fourth day of action at the World University Games held in Serbia.";
arnews[5] += "
Publ.Date : Wed, 08 Jul 2009 16:17:26 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("