var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Irina Slutskaya
";
arnews[0] += "\" Password \" is case sensitive. If you need additional assistance, please contact customer support .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:05:16 GMT";
arnews[0] += "
";
arnews[1]="Vera Wang looks back at skaters' styles
";
arnews[1] += "This 1976 file photo shows United States figure skater Dorothy Hamill in action during the 1976 Winter Olympic games held in Innsbruck, Austria.";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="100208photogallery_olympics1
";
arnews[2] += "Sarah Hughes Surprises in Salt Lake In fourth place after the short program, 16-year-old Hughes skated the long program of her life, producing a perfect routine with seven triple jumps, including two triple-triple combinations.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:10:29 GMT";
arnews[2] += "
";
arnews[3]="Flexible figures
";
arnews[3] += "Photos of Olympic figure skaters performing some amazing moves. A January 19, 2010 A A A A Russian Irina Slutskaya performs her women's short program during the figure skating competition at the Olympic Ice Center, 19 February 2002 during the XIXth Winter Olympics in Salt Lake City.";
arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="On Jan. 29, 1936, the first members of baseball's Hall of Fame were named in Cooperstown, N.Y.
";
arnews[4] += "Today is Friday, Jan. 29, the 29th day of 2010. There are 336 days left in the year.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 21:15:31 GMT";
arnews[4] += "
";
totcount = 5;
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("