The Mpresario And Liquid Phire's Final Fantasy Homepage I'm sorry. It appears your browser does not use frames. Get Netscape or something.... <SCRIPT LANGUAGE="JavaScript"> //<!-- // the string that should scroll var scrlStr = "Welcome to Liquid Phire and The Mpresario's Final Fantasy page... It's under construciotn .. and there is a LOT of work to be done." // the width of the scrolling area var width = 120; var strLen = scrlStr.length; var pos = 1 - width; // start far enough to the left for only // one letter to be showing function scroll(){ var scroll = ""; // initialize the string to be printed pos++; // move to the right in the string if (pos == strLen) // start over if the string is done pos = 1 - width; // scrolling if (pos<0) { // add spaces to beginning if necessary for (var i=1; i<=Math.abs(pos); i++) scroll = scroll + " "; scroll = scroll + scrlStr.substring(0, width - i + 1); } else scroll = scroll + scrlStr.substring(pos, pos + width); window.status = scroll; // print the string setTimeout("scroll()",100); // recurse after 1/10 of a second } //--> </SCRIPT> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </HTML> <FRAMESET ROWS="100%">