var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Magician convention materializes in Austin "; arnews[0] += "Magician convention materializes in Austin"; arnews[0] += " Publ.Date : Thu, 02 Sep 2010 21:20:29 -0700"; arnews[0] += " "; arnews[1]="Magician's Dexterity Pays Dividends Onstage and Off "; arnews[1] += "Most parents may not greet the news that their child wants to be a magician when he grows up with much enthusiasm. After all, what good is sleight of hand in the \"real\" world?"; arnews[1] += " Publ.Date : Thu, 02 Sep 2010 10:55:16 -0700"; arnews[1] += " "; arnews[2]="Magician transforms lessons into fun for kids "; arnews[2] += "Armed with balloons, sporting funny ties and spieling corny jokes, J. Ernie McHale is a magician who can transform children into performers and performances into lessons on reading."; arnews[2] += " Publ.Date : Thu, 02 Sep 2010 03:47:49 -0700"; arnews[2] += " "; arnews[3]="Gottlieb Kogel, magician and nudist park proprietor, dies at 93 "; arnews[3] += "Gottlieb Kogel, a longtime magician and proprietor of the Indian Hills Nudist Park near Slidell, died August 26 at his home in Slidell. He was 93. Gottlieb Kogel Known as the \"Professor,'' Mr. Kogel was raised in Central City and..."; arnews[3] += " Publ.Date : Thu, 02 Sep 2010 07:09:24 -0700"; arnews[3] += " "; arnews[4]="Vallarta Market expansion begins with moving of old blue house "; arnews[4] += "Phil Joy, of Benicia, is a special kind of magician. He levitates whole houses, and even a few train cars, and moves them around like, well, building blocks."; arnews[4] += " Publ.Date : Tue, 07 Sep 2010 00:31:43 -0700"; 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]); if (x != (totcount-1) ) document.write(" "); } document.write(" |