var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hoff's gold standard
";
arnews[0] += "Six events, five gold medals. And if Katie Hoff's fingernails had been just a smidgen longer yesterday morning, she would have made it a clean sweep of her events at the Missouri Grand Prix.";
arnews[0] += "
Publ.Date : Tue, 19 Feb 2008 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="My School Sport: Sam Davies
";
arnews[1] += "Advice: Sam Davies says school sport is important for fitness, team building and because taking part in sport helps you to learn respect for others Where did you go to school and was sport an important part of your school life? Portsmouth High School, and not really, because the school didn't do the sports I was passionate about.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 02:24:51 GMT";
arnews[1] += "
";
arnews[2]="Who is the Top Female Swimmer of the Decade?
";
arnews[2] += "Column by John Lohn CRANBURY, New Jersey, October 26. TWO weeks ago, this column slot provided a look at one man's vote for the top 10 swimmers of the decade.";
arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 13:20:08 GMT";
arnews[2] += "
";
arnews[3]="Who is the Top Female Swimmer of the Decade?
";
arnews[3] += "Column by John Lohn CRANBURY, New Jersey, October 26. TWO weeks ago, this column slot provided a look at one man's vote for the top 10 swimmers of the decade.";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 13:20:08 GMT";
arnews[3] += "
";
arnews[4]="Heavyweights join lobbying for 2016 Olympics
";
arnews[4] += "Spain's king, Brazil's president and First Lady Michelle Obama are converging on Copenhagen for a final push to convince the International Olympic Committee to award the 2016 Olympics to their respective cities.";
arnews[4] += "
Publ.Date : Wed, 30 Sep 2009 08:57:07 GMT";
arnews[4] += "
";
arnews[5]="Olympians Ohno, Vonn among P&G endorsers
";
arnews[5] += "Five-time Olympic medalist Apolo Anton Ohno is among the athletes endorsing Procter & Gamble Co.";
arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 18:02:55 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("