var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Ugly economy is bad for beauties in Caymans
"; arnews[0] += "Venezuela's Stefania Fernandez, 18, makes history, beating 82 competitors to win Miss Universe for her country's second consecutive victory."; arnews[0] += "
Publ.Date : Thu, 10 Sep 2009 11:56:25 GMT"; arnews[0] += "
"; arnews[1]="Caymans gov't cuts beauty contests amid deficit
"; arnews[1] += "The Cayman Islands is sacrificing beauty for bucks. The government is telling beauty pageant participants that all contests have been postponed until the economy improves."; arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 14:01:59 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]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");