var arnews = new Array(2); totcount = 2; rnd = 1; document.write("
"); arnews[0]="Officials: Bodies may be Mexican cops
"; arnews[0] += "Officials in the Mexican state of Tamaulipas have found two bodies that may be those of two men investigating the massacre of 72 migrants in the state.
"; arnews[0] += "
Publ.Date : Wed, 08 Sep 2010 06:12:06 EDT"; arnews[0] += "
"; arnews[1]="Obama in Ohio to push economy plan
"; arnews[1] += "As President Obama heads to Cleveland, Ohio on Wednesday to roll out a set of comprehensive proposals aimed at fixing the ailing U.S. economy, top aides are knocking down suggestions that politics and the midterms are driving this effort.
"; arnews[1] += "
Publ.Date : Wed, 08 Sep 2010 05:58:22 EDT"; arnews[1] += "
"; totcount = 2; 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("
");