var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pullan is Bethel's million dollar man - Danbury News-Times
";
arnews[0] += "BETHEL-- For a man who's raised $1 million for the Jimmy Fund , Bill Pullan isn't very big on setting goals. \"I don't believe in goals. I never set a goal in 30 years,\" said the soon-to-be 73-year-old Bethel resident, who's dedicated nearly half a ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:50:00 GMT";
arnews[0] += "
";
arnews[1]="Babe Ruth - Chicago Tribune
";
arnews[1] += "I believe Michael Jordan to be the best basketball player in the history of the game. I do not believe it follows that the NBA should permanently retire his number. Should that get me kicked off the Good Ship Michael? LeBron James apparently thinks ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[1] += "
";
arnews[2]="Pound for Pound: Who's Really the No.1 Ultimate Fighter? - Bleacherreport.com
";
arnews[2] += "What if? It's an age old question. What if Kevin Dyson didn't get tackled by the Rams in the Super Bowl? What if Babe Ruth struck out after calling his shot? What if that my mom and dad didn't hook up in the back of the van at that Journey ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:08:00 GMT";
arnews[2] += "
";
arnews[3]="He Isn't Christ the Senior Adviser - New American
";
arnews[3] += "For all that we proclaim our love of \"democracy\" and regard monarchs as relics of the past, at all times and in various ways we show our desire for a royalty called the King. Schoolboys and girls do not have a President and First Lady of the prom ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:04:00 GMT";
arnews[3] += "
";
arnews[4]="Baltimore in Tricky Position With Proposed Negro League Museum - Sporting News
";
arnews[4] += "A $4.1 million plan has been put in place to build a Negro League baseball museum in Baltimore. Even if one already exists in Kansas City , there's certainly enough of a market on the East Coast to keep a second afloat. Though for Baltimore, the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[4] += "
";
arnews[5]="LeBron needs to focus on NBA ... not NFL or MJ - FOXSports.com
";
arnews[5] += "Like most young people, and like all young people with money, LeBron James doesn't think the axiom \"two ears and one mouth\" applies to him. Everyone, but especially everyone under the age of 40, needs to do twice as much listening as talking. Our ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:21:00 GMT";
arnews[5] += "
";
arnews[6]="NFL Truths: LeBron needs to focus on NBA - FOXSports.com
";
arnews[6] += "I wanted you to have an autographed copy of my book, \"Going Rogue.\" Your NFL Truths column reminds me of my life story also, you betcha. Also, I can see the Steel Curtain from my backyard, mister. 10. Like most young people, and like all young people ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[6] += "
";
totcount = 7;
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("