<script language="JavaScript">
<!-- Hide from old browsers
// Looking to steal this code? It's easier if you
// steal it from http://www.voicenet.com/~leel/
var b_m=" Click Here!..";
  function b_scroll() {
    b_m=b_m.substring(1,b_m.length)+ b_m.substring(0,1);
    document.forms[0].move_b.value=b_m;
    setTimeout("b_scroll()",150);
  }
// end hiding --></script></head>
<body bgcolor="#ffe4c4" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" onload="b_scroll()">
<div align="center"><h1>Scrolling Text in a Button</h1>
<br><br><br>
<p><form><input type="button" name="move_b" value="Click Here!" onclick="alert('Howsabout that then?')"></form></div></p>
