<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var msg="         Valentine Specials…indulge yourself with a Chocolate Cherry Facial and/or Chocolate Pedicure!" 
+"    Give the gift of love with a relaxing massage-20% off all 60 minute massages.";

var banTime1;

function banner(){

        msg=msg.substring(1,msg.length)+msg.substring(0,1);

        document.banner.text.value=msg;

        banTime1=setTimeout("banner()",150);

}
//-->