var arnews = new Array(2); totcount = 2; rnd = 1; document.write("
"); arnews[0]="Gov't launches plan to help "underwater" borrowers (AP)
"; arnews[0] += "AP - The Obama administration is trying to jump-start its sputtering attempts to tackle the foreclosure crisis with an effort to assist homeowners who owe more on their properties than their homes are worth."; arnews[0] += "
Publ.Date : Tue, 07 Sep 2010 20:41:58 GMT"; arnews[0] += "
"; arnews[1]="EU moves on bank taxes skid into trouble (AFP)
"; arnews[1] += "AFP - Much-vaunted EU plans to tax banks skidded into trouble after moves to clamp down on big-spending governments also hit buffers despite broad agreement on Tuesday to regulate the financial sector."; arnews[1] += "
Publ.Date : Tue, 07 Sep 2010 16:03:08 GMT"; 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]); } document.write("
");document.write("
");