var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Happy Birthday to Cherry Jones
"; arnews[0] += "Jones is also one of the most prominent openly lesbian actresses working in Hollywood, and Greg repeats the news that she is newly single, having recently broken up with actress Sarah Paulson ."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:44:44 GMT"; arnews[0] += "
"; arnews[1]="A Turning Point?
"; arnews[1] += "Those of us who are opposed to the concentration of power in the hands of technocrats have had much to be depressed about over the past year."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:40:00 GMT"; arnews[1] += "
"; arnews[2]="EconoQuiz Results
"; arnews[2] += "Thanks to everyone who took part in the latest EconoQuiz . Among the hundreds of entries we received, the average score was 5.38 questions answered correctly."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:31:26 GMT"; arnews[2] += "
"; arnews[3]="MomentumEVIL or Stupid?
"; arnews[3] += "In Sicily, they say that fish start rotting from the head. In the past few months, as we've gotten closer and closer to the end of President George W. Bush's failed terms in office, we've been witnessing a mind-boggling amount of corruption, greed, evil, and downright stupidity."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:19:56 GMT"; arnews[3] += "
"; arnews[4]="First thoughts: More Sat. Night Fever
"; arnews[4] += "Posted: Friday, November 20, 2009 9:47 AM by Domenico Montanaro Filed Under: First Thoughts From Chuck Todd, Mark Murray, Domenico Montanaro, and Ali Weinberg *** More Saturday Night Fever: The Senate is expected to take its vote to proceed on Senate Majority Leader Reida TMs bill on Saturday."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:35:49 GMT"; arnews[4] += "
"; arnews[5]="Wiggins Named KY 'Horseman of the Year'
"; arnews[5] += "Trainer Hal Wiggins, who plans to retire at the end of November, is the recipient of the 2009 Warner L. Jones Jr."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:57:12 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("
");