var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gordon White: 'Killer Bees' Still Making Headlines
";
arnews[0] += "Three decades before the Houston Astros laid claim to the original quartet of Killer Bees in baseball, Syracuse University's basketball team had a fast striking, high-scoring pair of Killer Bee basketball guards from 1963-1966. They were Dave Bing and Jim Boeheim, who kick-started the Orange from basketball obscurity to what eventually became the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:46:41 GMT";
arnews[0] += "
";
arnews[1]="Indians skipper Manny Acta: 'I want to become one of the elite six or seven' managers
";
arnews[1] += "So it begins for Manny Acta. The 40th manager of the Indians was hired late on a Saturday night, Oct.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:00:00 GMT";
arnews[1] += "
";
arnews[2]="Taiwan -- Yanks 1st choice: Wang
";
arnews[2] += "New York Yankees pitcher Wang Chien-ming said yesterday he prefers to stay in the Yankees next season unless he is forced to make another choice.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:11:08 GMT";
arnews[2] += "
";
arnews[3]="Roundup: Vizquel to light Hot Stove?
";
arnews[3] += "Warm rumors and cool talk around the Hot Stove on the first day of true free agency: Vizquel to lead off FA march? Shortstop great Omar Vizquel is poised to become the first of 171 free agents to switch teams, according to FoxSports.com, which has the 42-year-old signing a one-year deal with the White Sox.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Baseball transactions
";
arnews[4] += "Movements in the world of baseball Friday: American League BALTIMORE ORIOLES-Claimed C Craig Tatum off waivers from Cincinnati .";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:08:21 GMT";
arnews[4] += "
";
arnews[5]="Braden Looper is among the Brewers' notable free agents.
";
arnews[5] += "Topping the to-do list: With about $15 million to spend, and a lot of holes -- but if we're being specific, they need help hitting and pitching.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:36:06 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("