var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dozen athletes tabbed for new USADA program - Colorado Springs Gazette
";
arnews[0] += "When DeeDee Trotter explodes from the starting blocks, hands off the baton or stretches across the finish line, she doesn’t want anyone wondering if she’s doping. “Test me, I’m clean,” Trotter said. “Test me any day of the week, any time ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:27:00 GMT";
arnews[0] += "
";
arnews[1]="What to make of Michael Phelps' struggles in Europe - Weblogs.baltimoresun.com
";
arnews[1] += "If you follow swimming much in a non-Olympic year -- which, understandably, you probably don't -- then you've likely heard something about what a miserable time Michael Phelps has had in Sweden and Germany the past two weeks. But in case you don't ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:32:00 GMT";
arnews[1] += "
";
arnews[2]="Sun coverage: Michael Phelps - Baltimore Sun
";
arnews[2] += "When Katie Hoff finished the 400-meter individual medley last night, everyone assumed she just had set a U.S. Open record. It was announced over the public address system at the Ohio State Grand Prix, the crowd roared, and a representative from USA ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="Fit & Fat: What you should be eating for weight loss - WKYC
";
arnews[3] += "ROCKY RIVER -- Can you be fit and fat? That's the question circulating in the fitness community over the past few months. Does exercise really lead to weight loss? \"I would teach boot camp, muscle conditioning, step and a spinning. And either ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:40:00 GMT";
arnews[3] += "
";
arnews[4]="More world records expected in Singapore - Daily Times
";
arnews[4] += "SINGAPORE: The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations high that world records will fall. Sixteen new marks were set in Berlin last weekend with the vast majority achieved by athletes ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[4] += "
";
arnews[5]="The New Fujitsu Lifebook T5010 Tablet PC with Olympic Gold Medallist ... - tabletpc2.com
";
arnews[5] += "The New Fujitsu Lifebook T5010 Tablet PC with Olympic Gold Medallist Michael Phelps on the Screen A First Look at the Fujitsu Lifebook T5010 Tablet PC by Linda A. Epstein August 2008 The first thing you notice on the new Fujitsu T5010 Tablet PC is ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 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("