var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brasch WordsTHE $6 Million Social Worker
";
arnews[0] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:19:36 GMT";
arnews[0] += "
";
arnews[1]="Weeden becomes No. 2 QB for Oklahoma State
";
arnews[1] += "With his background as a former pitching prospect for the New York Yankees, No. 12 Oklahoma State had no doubt in Brandon Weeden's right arm.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:46:44 GMT";
arnews[1] += "
";
arnews[2]="Philly mayor makes good on series bet
";
arnews[2] += "Philadelphia Mayor Michael Nutter is making good on his World Series bet with New York City Mayor Michael Bloomberg.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:45:50 GMT";
arnews[2] += "
";
arnews[3]="Webster Groves bank robbery caught on camera
";
arnews[3] += "Investigators say that the incident happened at 11:41 at the Commerce Bank located at 8050 Big Bend Boulevard.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:28:32 GMT";
arnews[3] += "
";
arnews[4]="YANKS 1ST CHOICE: WANG
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 22:27:14 GMT";
arnews[4] += "
";
arnews[5]="Hospitality company Centerplate to buy Boston Culinary
";
arnews[5] += "Hospitality company Centerplate will acquire smaller rival Boston Culinary Group Inc in a move to beef up its presence in the large college market, as well as other entertainment venues, the company said on Friday.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:27:09 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("