var arnews = new Array(5); totcount = 5; 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 : Sat, 21 Nov 2009 11:20:59 GMT"; arnews[0] += "
"; arnews[1]="Meyer Expects Fun, Emotional Night Against KSU
"; arnews[1] += "Nebraska backup offensive lineman Derek Meyer said no one could write a better script for his Senior Night on Saturday."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:33:38 GMT"; arnews[1] += "
"; arnews[2]="Mets have history of hauling in hardware
"; arnews[2] += "With acknowledgment of and apologies to Cleon Jones, Rusty Staub, Darryl Strawberry, Mike Piazza and David Wright, the Mets usually have made their bones on the mound."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:55:00 GMT"; arnews[2] += "
"; arnews[3]="Bengals-Raiders: Bo Knows Raiders Have Dominated This Series
"; arnews[3] += "Bengals and Raiders fans: grab a five hour energy drink, your favorite fur coat, and an eye patch and get ready to relive the most exciting three games in series history."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:55:52 GMT"; arnews[3] += "
"; arnews[4]="Brooklyn Today: Friday, November 20, 2009
"; arnews[4] += "Good morning. Today is the 324th day of the year. On this day in 1921, The Sheik, the silent film that made Rudolph Valentino a star, was released after premieres in New York and Los Angeles."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:29:59 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("
");document.write("
");