var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Indians take 2-1 lead
"; arnews[0] += "The Cleveland Indians have been searching for a shut-down starting pitcher during the American League Championship Series."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:13:37 GMT"; arnews[0] += "
"; arnews[1]="ESPN: Thoughts on how Red Sox will fill key holes as they build for 2010
"; arnews[1] += "Gammons and Edes. Non-Insider. Go. Besides Bay, will the Red Sox add another big bat? Gammons: Other than left field, I do believe they'll dabble in the bat world, depending on what they think they're hearing on the health of David Ortiz and Mike Lowell."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:42:44 GMT"; arnews[1] += "
"; arnews[2]="131 changes in immigrant report
"; arnews[2] += "Patrick urges passage of 'New Americans Agenda' By John J. Monahan TELEGRAM & GAZETTE STAFF jmonahan@telegram.com BOSTON - Hoping new recommendations to aid the integration of immigrants does not intensify immigration controversies, Gov."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:00:00 GMT"; arnews[2] += "
"; arnews[3]="Inbox: Is Bay Boston's best option?
"; arnews[3] += "Why is everyone so adamant to re-sign Jason Bay even if it means paying him J.D. Drew money? I think that the better alternative for left field is Matt Holliday, and no one seems too interested."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 07:41:48 GMT"; arnews[3] += "
"; arnews[4]="Four Corners: Who has the strongest rotation heading into the postseason?
"; arnews[4] += "The state of the Red Sox's starting pitching has been like the old description of New England weather."; arnews[4] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Four Corners: Who has the strongest rotation heading into the postseason?
"; arnews[5] += "The state of the Red Sox's starting pitching has been like the old description of New England weather."; arnews[5] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 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("
");document.write("
");