var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olympic moments will ring louder than griping
";
arnews[0] += "Let's put aside the obvious and well-heard complaints about the Winter Olympics.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:50:00 GMT";
arnews[0] += "
";
arnews[1]="Winter X Games 14 and athletes set records
";
arnews[1] += "A record number of fans and spectators enjoyed the unprecedented hours of Winter X Games 14 content across ESPN's numerous global platforms.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:51:48 GMT";
arnews[1] += "
";
arnews[2]="Connecticut's Winter Olympic Contingent Pictures: Connecticut's Winter Olympians
";
arnews[2] += "U.S. Olympic athletes with ties to Connecticut: MEN'S HOCKEY CHRIS DRURY Connection: Fairfield Prep/Trumbull Age: 33 Of note: Captain of the New York Rangers.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Olympics 2010: Meet America's snowboarding ladies
";
arnews[3] += "Eight ladies who can tough it out in the snow make up the Women's US Team for the 2010 Winter Olympics.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Beyond the box score: Going for gold
";
arnews[4] += "Come Friday night, Americans and sports fans across the entire world will celebrate the opening ceremonies of the 2010 Winter Olympics.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:49:27 GMT";
arnews[4] += "
";
arnews[5]="Vancouver 2010 Olympic Games: Snowboarding
";
arnews[5] += "Who to WatchShaun White, USA White is expected to repeat the gold medal-winning halfpipe performance he gave at the 2006 Games in Torino.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:19:48 GMT";
arnews[5] += "
";
arnews[6]="Totally into the Winter Olympics?
";
arnews[6] += "But can't make it to Vancouver? Then check out Team USA's site , for all the latest on your favorite athletes and events.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 22:39:07 GMT";
arnews[6] += "
";
totcount = 7;
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("