var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Offseason Moves: NL East
";
arnews[0] += "Shoring Up The Bullpen The Braves took some strong steps toward ensuring the back end of their bullpen would be sturdy in 2010 by signing closer Billy Wagner and setup man Takashi Saito .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:39:36 GMT";
arnews[0] += "
";
arnews[1]="Crew single-game tix on sale Feb. 27
";
arnews[1] += "Get your bobblehead dolls. And your tickets, for that matter. The Brewers on Tuesday unveiled their 2010 promotional schedule , including six all-fan bobblehead giveaways, and also announced that individual game-ticket sales will begin on Saturday, Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:18:00 GMT";
arnews[1] += "
";
arnews[2]="Just Four Roster Spots Left as Washington Nationals Gear Up for Spring Training
";
arnews[2] += "Unless general manager Mike Rizzo has a behind-the-scenes deal or two still in the works, the 25 players that will make up the Washington Nationals' Opening Day roster are currently under contract.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:07:14 GMT";
arnews[2] += "
";
arnews[3]="What we put on paper is reality'
";
arnews[3] += "Great Falls resident and Flint Hill School senior Steven Thompson, 17, takes a swing during batting practice with Troy Allen, senior hitting instructor and co-founder of Prospects Sports Training.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:02:27 GMT";
arnews[3] += "
";
arnews[4]="Personality+: James Lockhart - Jock of All Trades
";
arnews[4] += "Many people claim to be sports nuts, but rarely do they have the experiences James Lockhart does.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:12:26 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("