var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="8 to watch in '08
";
arnews[0] += "The 21-year-old sprinter heads into the Olympics as the fastest man on the planet, having run 100 metres in 9.72 seconds at the Reebok Grand Prix in New York on May 31.";
arnews[0] += "
Publ.Date : Wed, 06 Aug 2008 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Pro soccer players fortify salaries by selling Amway
";
arnews[1] += "Next time you're feeling sorry for yourself in the middle of this jobless economy, remind yourself of this: At least you're not a Hooters girl or a U.S. professional soccer player.";
arnews[1] += "
Publ.Date : Mon, 17 Aug 2009 03:00:00 GMT";
arnews[1] += "
";
arnews[2]="Pro soccer players fortify salaries by selling Amway
";
arnews[2] += "Next time you're feeling sorry for yourself in the middle of this jobless economy, remind yourself of this: At least you're not a Hooters girl or a U.S. professional soccer player.";
arnews[2] += "
Publ.Date : Mon, 17 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Lawrie's big arm gets a big nod
";
arnews[3] += "Danielle Lawrie, the Langley native who pitched the University of Washington Huskies to their first NCAA women's softball title last spring, is a finalist for one of the annual Sportswoman of the Year awards.";
arnews[3] += "
Publ.Date : Thu, 06 Aug 2009 14:19:36 GMT";
arnews[3] += "
";
arnews[4]="Former UConn Star Finalist For Women's Foundation Award
";
arnews[4] += "Former UConn All-American Renee Montgomery has been named as one of the 10 finalists for the Women's Sports Foundation Sportswoman of the Year award in the team category.";
arnews[4] += "
Publ.Date : Mon, 03 Aug 2009 19:44:58 GMT";
arnews[4] += "
";
arnews[5]="Wisconsin Badgers women's hockey: Jessie Vetter a finalist for sportswoman of the year
";
arnews[5] += "Former University of Wisconsin-Madison goalie Jessie Vetter, the all-time NCAA division 1 leader in victories and shutouts in women's hockey, is a finalist for the Women's Sports Foundation sportswoman of the year award.";
arnews[5] += "
Publ.Date : Mon, 03 Aug 2009 16:08:10 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("