| <SCRIPT LANGUAGE="JavaScript"> 
 <!-- //By Mike at XanthNJ@aol.com // Use the following three variables to set up the message: var msg = "Welcome To the page you are currently viewing! When you insert this is your page change this message to whatever you like! C-ya" var delay = 32 var startPos = 127 // Don't touch these variables: 
 // Crank it up! 
 function StartScrolling(){ 
     // Pad the message with spaces to get the "start"
position 
     // Off we go... 
 function StopTheClock(){ 
 function DoTheScroll(){ 
  |