<!--

var hoot=" -*-*-*- Please visit our new and improved ship's store "
+"by clicking on the link below."

var scrollTimer;

function lookat(){

        hoot=hoot.substring(1,hoot.length)+hoot.substring(0,1);
        document.lookat.text.value=hoot;
        scrollTimer=setTimeout("lookat()",120);

}
//-->


