

        <!-- Hide from JavaScript-Impaired Browsers
        function placepic() {
                 var numpic = new Array("<img src=images/eb.jpg vspace=10 width=600 height=272 alt=House>",
                                        "<img src=images/bay.jpg vspace=10 width=537 height=282 alt=clubhouse>");

                 whichpic = Math.round(Math.random() * 1);
//                   document.write(whichpic);
                 document.write(numpic[whichpic]);
                 } 
                 
        // End Hiding -->




