var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Italian Grand Prix: Nick Thoman, Federica Pellegrini Top Sprint Meet
";
arnews[0] += "VIAREGGIO, Italy, November 14. IN a one-day short course sprint meet, Nick Thoman and Federica Pellegrini earned the top single-event performances at the Italian Grand Prix held in Viareggio.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 07:58:16 GMT";
arnews[0] += "
";
arnews[1]="UBC's Annamay Pierse stumbles, but headed in right direction at swimming worlds
";
arnews[1] += "Annamay Pierse of Canada competes in the Women's 100m Breaststroke Heats during the 13th FINA World Championships at the Stadio del Nuoto on July 27, 2009 in Rome, Italy.";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 11:03:10 GMT";
arnews[1] += "
";
arnews[2]="Hoff bronzed again
";
arnews[2] += "Katie Hoff won her third medal of the 2008 Olympics, swimming the anchor for the United States on the 800-meter freestyle relay and helping the Americans to a third-place finish today behind Australia and China.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 08:40:01 GMT";
arnews[2] += "
";
arnews[3]="Vancouver unveils Olympic anti-doping lab
";
arnews[3] += "More than 2,000 urine and blood samples will be tested during the Vancouver Olympics as part of a $16.4 million effort to catch drug cheats.";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 13:30:46 GMT";
arnews[3] += "
";
arnews[4]="Chinese woman sets 200 butterfly world record
";
arnews[4] += "Olympic champion Liu Zige trimmed 1.6 seconds off the world record in the women's 200-meter butterfly at China's National Games on Wednesday.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 15:24:45 GMT";
arnews[4] += "
";
arnews[5]="Obituaries in the news
";
arnews[5] += "She was 92. Harper died at Duke Hospital in Durham from complications related to a stroke she suffered last week, said her son, Ed Harper, editor of the family-owned State Port Pilot newspaper in Southport.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 03:03: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("