var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fantasy Baseball Blog Names Finalists For 2009 'Hottest Wives In Baseball' Vote
";
arnews[0] += "Karen Burnett, wife of New York Yankees pitcher A.J. Burnett3. Lisa Dergan, wife of Chicago White Sox outfielder Scott Podsednik4.";
arnews[0] += "
Publ.Date : Thu, 30 Jul 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Page 2: Perfection doesn't have to be costly
";
arnews[1] += "After White Sox pitcher Mark Buehrle no-hit the Rangers in 2007, he said he bought watches for his teammates.";
arnews[1] += "
Publ.Date : Tue, 28 Jul 2009 03:07:55 GMT";
arnews[1] += "
";
arnews[2]="It's Hall too shady
";
arnews[2] += "Former Cubs slugger Sammy Sosa is waiting to be voted in to baseball's Hall of Fame? Certainly, just as soon as the fine folks in Cooperstown, N.Y., can figure out a way to make his plaque out of cork.";
arnews[2] += "
Publ.Date : Mon, 08 Jun 2009 14:12:29 GMT";
arnews[2] += "
";
totcount = 3;
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("