var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="FBI: 6 accused in forced labor of 400 Thai workers (AP)
"; arnews[0] += "AP - Six recruiters were accused Thursday of luring 400 laborers from Thailand to the United States and forcing them to work, according to a federal indictment that the FBI called the largest human trafficking case ever charged in U.S. history."; arnews[0] += "
Publ.Date : Fri, 03 Sep 2010 00:58:33 GMT"; arnews[0] += "
"; arnews[1]="Abbas, Netanyahu vow to meet every two weeks for peace (AFP)
"; arnews[1] += "\"PrimeAFP - Israeli and Palestinian leaders launched their first direct negotiations in 20 months here Thursday, agreeing to meet every two weeks in a bid to settle core differences within a year."; arnews[1] += "
Publ.Date : Thu, 02 Sep 2010 22:31:41 GMT"; arnews[1] += "
"; arnews[2]="Hurricane Earl menaces US East Coast (AFP)
"; arnews[2] += "\"NationalAFP - Hurricane Earl bore down on a vast stretch of the US East Coast on Thursday, as tens of thousands of people fled North Carolina's barrier islands to avoid dangerous winds and surf."; arnews[2] += "
Publ.Date : Thu, 02 Sep 2010 21:40:40 GMT"; arnews[2] += "
"; arnews[3]="Warren schedule change stirs talk on consumer job (Reuters)
"; arnews[3] += "Reuters - A last-minute change in the fall course schedule of Harvard law professor Elizabeth Warren has fueled speculation the White House might soon nominate her to head the newly created U.S. consumer financial agency."; arnews[3] += "
Publ.Date : Thu, 02 Sep 2010 21:25:50 GMT"; arnews[3] += "
"; arnews[4]="Justice Department sues Arizona sheriff in immigration probe (Reuters)
"; arnews[4] += "\"SheriffReuters - The Justice Department on Thursday sued an Arizona sheriff for refusing to cooperate with its investigation into allegations he and his police force discriminate against Hispanics in his program to crack down on illegal immigrants."; arnews[4] += "
Publ.Date : Thu, 02 Sep 2010 20:23:40 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]); } document.write("
");document.write("
");