var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Five Convicted in Steroids Case
";
arnews[0] += "The U.S. Attorney's office announced the convictions of five people Monday afternoon.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:23:25 GMT";
arnews[0] += "
";
arnews[1]="Prospect of an Uncapped 2010 Now Looms
";
arnews[1] += "Since the owners opted out of the Collective Bargaining Agreement last May, no progress has been made in talks with the players' union.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Foods with extra vitamins may be waste of money
";
arnews[2] += "These days, it's not difficult to consume 600 percent of your daily recommended value of B vitamins or 2,000 percent of the recommended amount of vitamin C - all before lunchtime.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:49:24 GMT";
arnews[2] += "
";
arnews[3]="How the Broncos helped decide Super Bowl XLIV
";
arnews[3] += "The headline seems a little absurd considering the Denver Broncos haven't made the playoffs in four years, much less the Super Bowl.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:27:17 GMT";
arnews[3] += "
";
arnews[4]="Five Reasons for the Toronto Blue Jays to Contend for World Series in 2014
";
arnews[4] += "The Toronto Blue Jays have been for the most part dormant since their glory days in the 80s and early 90s.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 03:05:17 GMT";
arnews[4] += "
";
arnews[5]="VitaminSpice Makes It to the Big Leagues With CWC Sports Marketing
";
arnews[5] += "VitaminSpice has partnered with CWC Sports, a full-service sports marketing company based in Los Angeles, California.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:35: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("