var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="The World Magic Awards 2009
"; arnews[0] += "The World Magic Awards have taken place for another year and, unlike the Merlins, they actually had a ceremony and it was even filmed for TV."; arnews[0] += "
Publ.Date : Sat, 10 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Personalities: Sarah Palin and David Letterman, Selena Gomez and Demi ...
"; arnews[1] += "NEW YORK - Sarah Palin said she accepts David Letterman's apology. The Alaska governor says she hopes the apology, made by Letterman on his CBS late-night show, will help change attitudes about men who joke about the sexual exploitation of young girls."; arnews[1] += "
Publ.Date : Wed, 17 Jun 2009 07:00:00 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("
");