var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marrone hires former Giants star Wheatley as RB coach
";
arnews[0] += "Former University of Michigan standout Tyrone Wheatley is joining Syracuse University head football coach Doug Marronea s staff as the running backs coach.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:01:41 GMT";
arnews[0] += "
";
arnews[1]="Parade for Saints an early Mardi Gras
";
arnews[1] += "Only a Super Bowl victory parade could upstage Mardi Gras in New Orleans. Carnival floats carrying Saints players, coaches and team owner Tom Benson rolled past tens of thousands of jubilant fans in downtown New Orleans on Tuesday, two days after the 43-year-old franchise won its first NFL championship.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:24:54 GMT";
arnews[1] += "
";
arnews[2]="OF Willy Taveras released by Oakland Athletics
";
arnews[2] += "Speedy outfielder Willy Taveras has been released by the Oakland Athletics, eight days after he was acquired from Cincinnati with infielder Adam Rosales for infielder Aaron Miles and a player to be named.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:24:40 GMT";
arnews[2] += "
";
arnews[3]="Gagne elected to Twins Hall of Fame
";
arnews[3] += "Former Minnesota Twins shortstop Greg Gagne has been elected to the team's Hall of Fame.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:24:21 GMT";
arnews[3] += "
";
arnews[4]="Sports digest: Feb. 10
";
arnews[4] += "Strong wind and rough seas on Tuesday kept Alinghi and BMW Oracle from training the day before the first race of their America's Cup showdown pitting the fastest, most powerful sailboats ever built.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:42:10 GMT";
arnews[4] += "
";
arnews[5]="Stanford products getting ready for prime time shows
";
arnews[5] += "Stanford product Drew Storen has been receiving a lot of attention from baseball writers as spring training approaches.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:16:59 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("