var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Winter X Games 14 and athletes set records
";
arnews[0] += "A record number of fans and spectators enjoyed the unprecedented hours of Winter X Games 14 content across ESPN's numerous global platforms.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:51:48 GMT";
arnews[0] += "
";
arnews[1]="France's David makes Games family affair
";
arnews[1] += "Olympic competition runs in the blood of French world champion Ophelie David , who aims to take gold in the new freestyle event of ski cross at the Vancouver Games.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 14:51:18 GMT";
arnews[1] += "
";
arnews[2]="More
";
arnews[2] += "In Olympia, Greece, priestesses gathered in the Temple of Hera and use the sun's rays to light the Olympic flame in the bowl of a parabolic mirror.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 04:12:03 GMT";
arnews[2] += "
";
arnews[3]="Ski cross team wins five of six X Games medals
";
arnews[3] += "Canada's ski cross stars used the Winter X Games 14 to make a major statement in the last race before they go for broke in their sport's Olympic debut.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 05:42:54 GMT";
arnews[3] += "
";
arnews[4]="Moguls champ Heil carries Canadian hopes
";
arnews[4] += "Jennifer Heil of Canada is the Olympic favorite in women's moguls, but faces a lot of national pressure.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 14:04:42 GMT";
arnews[4] += "
";
arnews[5]="Canuck men sweep ski cross medals
";
arnews[5] += "Chris Del Bosco darts for the finish to take first ahead of David Duncan in second and Calgarian Brady Leman as they sweep the medals for Canada in the X Games men's ski cross event.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:27:01 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("