var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Market for Holliday diminishes somewhat
"; arnews[0] += "The Cardinals' prime free-agent target this winter, outfielder Matt Holliday, was able to begin talking contract with all 30 clubs late Thursday night, and yet two of the teams expected to court Holliday talked only about how they wouldn't. The gates of baseball's free agency sprung at 11 p.m. Thursday, and open bidding could start on more than 170 ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:27:00 GMT"; arnews[0] += "
"; arnews[1]="Soft Pretzel Logic: Why Temple? 'The ACC stinks'
"; arnews[1] += "I'm on a train back to Philadelphia, and am doing a bit of work in a cafe car full of Yale alums en route to New Haven for The Game tomorrow."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:23:08 GMT"; arnews[1] += "
"; arnews[2]="Inmate continues appeal of conviction in 1995 Franklin murder
"; arnews[2] += "It's a murder case that just won't die. Marquis Kennon, 46, who is serving a life sentence in New Jersey State Prison in connection with a fatal jewelry store holdup in the township almost 15 years ago, still is pursuing an appeal of the conviction."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:52:19 GMT"; arnews[2] += "
"; arnews[3]="Braden Looper is among the Brewers' notable free agents.
"; arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 02:36:06 GMT"; arnews[3] += "
"; arnews[4]="Dirty Dozen bowlers post honor roll counts
"; arnews[4] += "The pins continued to fall easily at North Star Lanes Thursday as the men from the Dirty Dozen league racked up the high marks."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:54:28 GMT"; arnews[4] += "
"; arnews[5]="Pick your all-free agency team
"; arnews[5] += "Here's a fun exercise to kill some time at work today before the weekend: Create a team out of the free agents on the market."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:26: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("
");