var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Powerful, enormous Earl bearing down on East Coast
"; arnews[0] += "A weakened Hurricane Earl brushed North Carolina's Outer Banks overnight as residents along the Eastern Seaboard braced for a stormy Friday.
"; arnews[0] += "
"; arnews[1]="Hostage taker smuggled immigrant
"; arnews[1] += "The gunman who held three people hostage at the Discovery Channel headquarters was once convicted of smuggling an illegal immigrant into the country f..."; arnews[1] += "
"; arnews[2]="Did U.N. know of mass rapes earlier?
"; arnews[2] += "The United Nations appears to have been aware of rape by rebels in eastern Congo earlier than it originally said it was, according to an internal e-ma..."; arnews[2] += "
"; arnews[3]="President to aides: Find economic spark
"; arnews[3] += "After a week mostly focused on Iraq and Mideast diplomacy, it's back to the economy for President Barack Obama, who will deliver remarks Friday on the..."; arnews[3] += "
"; arnews[4]="Hamas, 10 groups vow to target Israelis
"; arnews[4] += "\"Resistance operations\" will continue against Israelis despite the arrests of Hamas activists in the West Bank, a Hamas official said Thursday. ..."; arnews[4] += "
"; arnews[5]="Convicted killer spared death penalty
"; arnews[5] += "An Ohio death row inmate who has repeatedly claimed his innocence was spared execution, after the state's governor Thursday noted \"legitimate questio..."; 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]); } document.write("
");document.write("
");