var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Derek Lowe: What's His Trade Market?: On January 13, 2009, the Atlanta Braves signed Derek Lowe to a four-year,.. http://bit.ly/8eAQmj
";
arnews[0] += "Derek Lowe: What's His Trade Market?: On January 13, 2009, the Atlanta Braves signed Derek Lowe to a four-year,..";
arnews[0] += "
";
arnews[1]="Javy Lopez of the Atlanta Braves: Item type Standard Seller: Bid123 Price CA$ 0.01 Ends: Sat, 28 November 2009.. http://bit.ly/83iOvG
";
arnews[1] += "Javy Lopez of the Atlanta Braves: Item type Standard Seller: Bid123 Price CA$ 0.01 Ends: Sat, 28 November 2009..";
arnews[1] += "
";
arnews[2]="@Yoojoo2 You spread lies!! ;) "O'er the land of the free and the home of the Atlanta Braves?"
";
arnews[2] += "@Yoojoo2 You spread lies!! ;) \"O'er the land of the free and the home of the Atlanta Braves?\" -";
arnews[2] += "
";
arnews[3]="Sharpe Since 92: 1981 Amos Otis Fleer "Series Starter" (What the ...: Atlanta Braves Future Stars. Tw.. http://bit.ly/4wAK0Z
";
arnews[3] += "Sharpe Since 92: 1981 Amos Otis Fleer \"Series Starter\" (What the ...: Atlanta Braves Future Stars. Tw..";
arnews[3] += "
";
arnews[4]="Auto-Matic for the People: 1990 Upper Deck Joe Boever: The Atlanta Braves weren't very good when Joe Boever.. http://bit.ly/08Yy94F
";
arnews[4] += "Auto-Matic for the People: 1990 Upper Deck Joe Boever: The Atlanta Braves weren't very good when Joe Boever..";
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("