var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Daigo Fujiwara: daigo sponichi: Hideki Matsui may have up to 9 suiters, Angels ad White Sox topping the list (Japanese) - H. Matsui |.. http://bit.ly/84rLCl
";
arnews[0] += "daigo sponichi: Hideki Matsui may have up to 9 suiters, Angels ad White Sox topping the list (Japanese) - H. Matsui |..";
arnews[0] += "
";
arnews[1]="Jenna Welch: FREE 8x10 Hideki Matsui photograph with purchase of personalized Louisville Slugger Bat http://bit.ly/77fGG
";
arnews[1] += "FREE 8x10 Hideki Matsui photograph with purchase of personalized Louisville Slugger Bat";
arnews[1] += "
";
arnews[2]="Kyle Hale: NYT: Keri: To Hang In, a Series Winner Must Learn to Let Go
";
arnews[2] += "NYT: Keri: To Hang In, a Series Winner Must Learn to Let Go -";
arnews[2] += "
";
arnews[3]="Daigo Fujiwara: sponichi: HIdeki Matsui considering attending Winter Meeting at Indianapolis himself
";
arnews[3] += "sponichi: HIdeki Matsui considering attending Winter Meeting at Indianapolis himself -";
arnews[3] += "
";
arnews[4]="Daigo Fujiwara: NIkkan: Hisanori Yasumasa would like to end up in the same team as Hideki Matsui (Japanese) - H. Takahashi | Ja.. http://bit.ly/8InrVb
";
arnews[4] += "NIkkan: Hisanori Yasumasa would like to end up in the same team as Hideki Matsui (Japanese) - H. Takahashi | Ja..";
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("