var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Man pleads guilty for illegal otter hunting - Alaska Dispatch
"; arnews[0] += "That's the issue that first put Douglas Smith at odds with the Marine Mammal Protection Act. On Tuesday Douglas Smith pleaded guilty in federal court to charges related to the illegal hunting and sale of sea otters. As part of his plea deal, a third ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:54:00 GMT"; arnews[0] += "
"; arnews[1]="Latin America Poised to Recover From Crisis Faster Than U.S. - CNBC
"; arnews[1] += "Standard Chartered Bank's regional head of research for Latin America, Douglas Smith, emphasized the region's positive aspects going forward. \"The first good news is that 2009 will end on a more optimistic note than had previously been thought."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:01:00 GMT"; arnews[1] += "
"; arnews[2]="Statewide court race recount ordered - PITTSBURGH TRIBUNE-REVIEW
"; arnews[2] += "The Pennsylvania secretary of the commonwealth on Friday ordered a statewide recount in the race for Superior Court after Republican Temp Smith declined to waive his right to an automatic recount triggered when the vote is within a half percent. The ..."; arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT"; arnews[2] += "
"; arnews[3]="Latin America Faces Currency Pressure, Smith Says (Update1) - Bloomberg
"; arnews[3] += "Nov. 16 (Bloomberg) -- Latin American countries will face pressure to keep their currencies from appreciating as the U.S. Federal Reserve keeps interest rates low for a “considerable” time, weakening the dollar, said Douglas Smith , chief ..."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 20:47:00 GMT"; arnews[3] += "
"; arnews[4]="McDonnell eyes health-care changes at state level - Richmond Times-Dispatch
"; arnews[4] += "Douglas Smith, executive director of the Virginia Interfaith Center, said it seems premature for the governor-elect to talk about excluding Virginia from a final health-care bill that no one has seen. \"We're hoping that Governor-elect McDonnell ..."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[4] += "
"; arnews[5]="China Banks on Latin America - Yahoo Finance
"; arnews[5] += "For his part, Douglas Smith, Standard Chartered Bank's head of research for Latin America, predicted that the \"natural trade relationship between Asia and Latin America will expand in the future, including an increase in bilateral free-trade ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 19:33:00 GMT"; 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]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");