  <!--
    //Configure delay between messages (4000=4 secs):
    var delay=4000
    //Configure scroller width
    var scrollwidth="200px"
    //Configure scroller height
    var scrollheight="75px"
    var messageArray=new Array()
    //Configure messages. Extend array as needed:
    var openingtag='<font color="#FFFFFF" face="Arial" size=3>'
    //messageArray[0]='&nbsp; &nbsp; &nbsp; Go To <a href="drums/videopage.html"><FONT FACE="verdana, arial, helvetica" COLOR="#FFFF00" size=3><B>Video Page</B></FONT></a>!'
    messageArray[0]='&nbsp; Phone: <b>1.773.575.7275</b><br>&nbsp; Email: <A CLASS="AHREF" HREF="mailto:rpasenko@rcn.com"><FONT FACE="verdana, arial, helvetica" COLOR="#FFFF00" size=2><B>rpasenko@rcn.com</B></FONT></A>'
    messageArray[1]='&nbsp; Phone: <b>1.773.575.7275</b><br>&nbsp; Email: <A CLASS="AHREF" HREF="mailto:rpasenko@rcn.com"><FONT FACE="verdana, arial, helvetica" COLOR="#FFFF00" size=2><B>rpasenko@rcn.com</B></FONT></A>'
    var closingtag='</font>'

    //This variable specifies the initial negative offset of each msg
    //You may wish to increase it if your scroller is to the right of page horizontally
    var hoffset=-10
  // -->
