var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Saviano makes Sakharov longlist
"; arnews[0] += "Rome, September 30 - Anti-Mafia writer Roberto Saviano has made the longlist of ten for the European Parliament's Sakharov Prize for Freedom of Thought."; arnews[0] += "
Publ.Date : Wed, 30 Sep 2009 20:28:05 GMT"; arnews[0] += "
"; arnews[1]="Cuba protests EU diplomats' visit to home of jailed dissident
"; arnews[1] += "Cuba has filed a formal protest against diplomats from five European Union countries who visited the home of a leading political activist in Havana this week."; arnews[1] += "
Publ.Date : Sat, 29 Aug 2009 13:48:42 GMT"; arnews[1] += "
"; arnews[2]="European diplomats have annoyed the Cuban government by visiting the wife of a jailed dissident.
"; arnews[2] += "Cuba has filed a formal protest against diplomats from five European Union countries who visited the home of a leading political activist in Havana this week."; arnews[2] += "
Publ.Date : Sat, 29 Aug 2009 09:16:29 GMT"; arnews[2] += "
"; arnews[3]="A success that stirs pride and reflection
"; arnews[3] += "In the summer of 1959, Edwin Torres landed a $60-a-week job and wound up on the front page of El Diario ."; arnews[3] += "
Publ.Date : Sat, 08 Aug 2009 01:16:01 GMT"; arnews[3] += "
"; arnews[4]="For many Hispanics, Sotomayor is their hero
"; arnews[4] += "SOTOMAYOR CROWD. A jubilant group celebrates at a gathering to celebrate the confirmation of U.S. Supreme Court Justice Sonia Sotomayor on Thursday, August 6, 2009."; arnews[4] += "
Publ.Date : Fri, 07 Aug 2009 19:04:11 GMT"; arnews[4] += "
"; arnews[5]="Sotomayor's success stirs pride for Puerto Ricans
"; arnews[5] += "In the summer of 1959, Edwin Torres landed a $60-a-week job and wound up on the front page of El Diario ."; arnews[5] += "
Publ.Date : Fri, 07 Aug 2009 04: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("
");