

        <!-- Hide from JavaScript-Impaired Browsers
        function placepic() {
                 var numpic = new Array("<img src=images/msix-index.jpg width=117 height=200 alt=Master Sixkiller><br>Master Richard Sixkiller, Instructor",
                                        "<img src=images/dragtig.jpg width=261 height=400 alt=Dragon-Tiger><br>Picture Located in the Do Jang",
                                        "<img src=images/sf.jpg width=330 height=400 alt=Store-Front><br>Store Front",
                                        "<img src=images/duo.jpg width=400 height=307 alt=Sparring-duo><br>Sparring Duo Located in the Do Jang");

                 whichpic = Math.round(Math.random() * 3);
//                   document.write(whichpic);
                 document.write(numpic[whichpic]);
                 } 
                 
        // End Hiding -->




