var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hey, Hoynsie! Paul Hoynes answers your Cleveland Indians questions
";
arnews[0] += "For better or worse, the Indians have received all the franchise is going to get for its trades of Victor Martinez and Cliff Lee, including pitcher Justin Masterson.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:17:11 GMT";
arnews[0] += "
";
arnews[1]="Roundup: Market for Doc won't dip
";
arnews[1] += "The rumors are heating up on the second day of free agency. Here's what's cooking on the Hot Stove.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:30:00 GMT";
arnews[1] += "
";
arnews[2]="Tourists in Cleveland
";
arnews[2] += "Cleveland and the surrounding environs make for an interesting vacation - appealing to the sports enthusiast, the rock 'n' roll fan and, well, even my wife, who is neither.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:00:44 GMT";
arnews[2] += "
";
arnews[3]="U.S.A. travel information and guide
";
arnews[3] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:59:26 GMT";
arnews[3] += "
";
arnews[4]="Know Your Prospects: OF/1B, Cleveland Indians, Jordan Brown
";
arnews[4] += "And he's sad, sad Jordan Brown, He's the saddest slugger in the whole damn town.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:28:27 GMT";
arnews[4] += "
";
arnews[5]="Indians skipper Manny Acta: 'I want to become one of the elite six or seven' managers
";
arnews[5] += "So it begins for Manny Acta. The 40th manager of the Indians was hired late on a Saturday night, Oct.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:00:00 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("