var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Forecaster: Week 5
";
arnews[0] += "Sometimes smart owners -- that would be me, your humble fantasy analyst -- do dumb things.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:45:34 GMT";
arnews[0] += "
";
arnews[1]="NBA Power Rankings: Tweet this - " sizzling Hawks take over at No. 1
";
arnews[1] += "There was little consensus anywhere in the rankings this week. The red-hot Atlanta Hawks received two votes at No.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:01:53 GMT";
arnews[1] += "
";
arnews[2]="Fantasy Forecast: Week 11
";
arnews[2] += "James Morris hails from Rio Rancho, NM and has been playing fantasy sports for well over a decade.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:27:48 GMT";
arnews[2] += "
";
arnews[3]="Marlins brass tour Target Field
";
arnews[3] += "On April 12, the Twins will play host to the Red Sox in the inaugural game at Target Field, Minnesota's new 40,000-seat ballpark.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:20:00 GMT";
arnews[3] += "
";
arnews[4]="Supermodel Adriana Lima Elopes With NBA Star Marko Jaric
";
arnews[4] += "Most NBA stars could have any woman they want, but Marko Jaric had to go and take Adriana Lima from single men everywhere.";
arnews[4] += "
Publ.Date : Tue, 24 Feb 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Violet L. Johnson
";
arnews[5] += "Violet L. Johnson, a resident of Thiensville, Wis., formerly of Minot, N.D., entered into eternal life on Friday, Nov.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:59:51 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("