var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Court upholds Arkansas' lethal injection protocol
"; arnews[0] += "Part 1 of 2. A locally filmed episode of \"Cops\" features a wealth of bad behavior that is all tied to Earl in some way."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:03:49 GMT"; arnews[0] += "
"; arnews[1]="Asa Hutchinson says no plans to run for Congress
"; arnews[1] += "Part 1 of 2. A locally filmed episode of \"Cops\" features a wealth of bad behavior that is all tied to Earl in some way."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:03:34 GMT"; arnews[1] += "
"; arnews[2]="Feds say arson behind eight Texas church fires in 2010
"; arnews[2] += "Part 1 of 2. A locally filmed episode of \"Cops\" features a wealth of bad behavior that is all tied to Earl in some way."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:03:05 GMT"; arnews[2] += "
"; arnews[3]="Attorney: Ala. school shooting likely gang-related
"; arnews[3] += "Part 1 of 2. A locally filmed episode of \"Cops\" features a wealth of bad behavior that is all tied to Earl in some way."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:02:46 GMT"; arnews[3] += "
"; arnews[4]="Jolie jets to Haiti earthquake survivors
"; arnews[4] += "Part 1 of 2. A locally filmed episode of \"Cops\" features a wealth of bad behavior that is all tied to Earl in some way."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:01:46 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("
");