

        <!-- Hide from JavaScript-Impaired Browsers
        function seashell() {
                 var numshells=new Array("<img src=images/0.jpg width=300 height=282 alt=shell>",
                                         "<img src=images/1.jpg width=300 height=287 alt=shell>",
                                         "<img src=images/2.jpg width=300 height=270 alt=shell>",
                                         "<img src=images/3.jpg width=300 height=297 alt=shell>",
                                         "<img src=images/4.jpg width=300 height=249 alt=shell>",
                                         "<img src=images/5.jpg width=300 height=282 alt=shell>",
                                         "<img src=images/6.jpg width=300 height=289 alt=shell>",
                                         "<img src=images/7.jpg width=300 height=300 alt=shell>",
                                         "<img src=images/8.jpg width=300 height=245 alt=shell>",
                                         "<img src=images/9.jpg width=200 height=284 alt=shell>",
                                         "<img src=images/10.jpg width=256 height=224 alt=shell>",
                                         "<img src=images/11.jpg width=230 height=207 alt=shell>",
                                         "<img src=images/12.jpg width=300 height=277 alt=shell>",
                                         "<img src=images/13.jpg width=300 height=248 alt=shell>",
                                         "<img src=images/14.jpg width=300 height=304 alt=shell>");

                 whichshell = Math.round(Math.random() * 14)
                 //  document.write(whichshell)
                 document.write(numshells[whichshell]);
                 }
        // End Hiding -->



