var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="U.S. Fears Iraqis Will Not Keep Up Rebuilt Projects
"; arnews[0] += "After spending $53 billion for relief and reconstruction since 2003, the U.S. is concerned Iraqis won’t be able to maintain the facilities on their own."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:32:53 GMT"; arnews[0] += "
"; arnews[1]="New Leaders in Japan Seek to End Cozy Ties to Press Clubs
"; arnews[1] += "The authorities are expanding access to journalists who don’t belong to cartel-like media groups that analysts say have produced a relatively spineless press."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:36:02 GMT"; arnews[1] += "
"; arnews[2]="This Time, Egyptian Riot Over Soccer, Not Bread
"; arnews[2] += "History has proven there are two subjects that will move Egyptians into the streets in riotous numbers, crashing windows, battling each other and defying an army of club-wielding riot police."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:25:27 GMT"; arnews[2] += "
"; arnews[3]="U.S. Presses China in Case of Geologist
"; arnews[3] += "The Chinese government has held an American oil geologist on suspicion of stealing state secrets for nearly two years, prompting President Obama to raise the issue during his visit to Beijing."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:32:32 GMT"; arnews[3] += "
"; arnews[4]="In Draft Resolution, United Nations Rebukes Iran for Rights Violations Since Election
"; arnews[4] += "A measure, which is almost certain to pass in the General Assembly, denounces a rise in violence, torture and limits to free speech."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:40:29 GMT"; arnews[4] += "
"; totcount = 5; 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("
");