var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Backtalk
";
arnews[0] += "In Steve Kelley's column about Seahawks president Tim Ruskell , he is wrong about Ruskell being close to Wally Walker.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:57:37 GMT";
arnews[0] += "
";
arnews[1]="Needs of Mariners, Tigers fit
";
arnews[1] += "The Tigers and Mariners talked hotly and heavily last December about a trade that nearly brought reliever and Trenton native J.J. Putz to Detroit.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:28:17 GMT";
arnews[1] += "
";
arnews[2]="Aroldis Chapman fires agent, hires Hendrick brothers
";
arnews[2] += "Aroldis Chapman is the 21-year-old Cuban refugee who throws 100 mph and has been called the left-handed Stephen Strasburg .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:21:10 GMT";
arnews[2] += "
";
arnews[3]="Seattle: America's soccer city
";
arnews[3] += "Though soccer is the most played sport around the world, with governing body FIFA recognizing football federations in more than 200 nations, the beloved \"beautiful game\" has always struggled to be a dominant force in the United States.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:19:51 GMT";
arnews[3] += "
";
arnews[4]="Mariners add six to 40-man roster
";
arnews[4] += "Some interesting Mariners prospects have been added to the team's 40-man roster, including two players making noise this week.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:57:12 GMT";
arnews[4] += "
";
totcount = 5;
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("