
<!-- 
//  texts:
//  Your messages wich may contain regular html tags but 
//  must at least contain: [ <font color='{COLOR}'> ]
//  Use single quotes [ ' ] in your html only. If you need 
//  a double quote in the message itself use an escape 
//  sign like this: [ \" ]  (not including the brackets)

var texts = new Array(
	"<font size='-2' color='{COLOR}' face='Arial'>Testimonials ...<br />Thank you so much for your prompt delivery of my order. I have been waiting ages to find the dress I wanted for the right price.</font>",
	"<font size='-2' color='{COLOR}' face='Arial'>Testimonials ...<br />Thank you for the tracking details, the bean bag cover has arrived! I want to thank you very much for your efforts in getting it out so quickly. <br></font>",
	"<font size='-2' color='{COLOR}' face='Arial'>Testimonials ...<br />I wanted to say, it is a pleasure to deal with a company such as yours, who value good customer service. I must confess I have not had such great service in a very long time! <br> </font>",
	"<font size='-2' color='{COLOR}' face='Arial'>Testimonials ...<br />Good afternoon. I just wanted to write and thank you so very much for such wonderful and fast service. The backpack is just gorgeous and my little girl is so excited about it. <br></font>",
	"<font size='-2' color='{COLOR}' face='Arial'>Testimonials ...<br />Hi, I was very happy with my purchase from ShopHouse. The Penny Scallan lunch box was divine, my 7 month old loves the pretty colours.  (Jacalyn, Miama, QLD)<br></font>");

var bgcolor = "#FFFFFF"; // background color, must be valid browser hex color (not color names)
var fcolor = "#FF8800";  // foreground or font color
var steps = 70; // number of steps to fade
var show = 6200; // milliseconds to display message
var sleep = 20; // milliseconds to pause inbetween messages
var loop = true; // true = continue to display messages, false = stop at last message
// -->
