//-- Begin Scroller's Parameters and message -->
//scroller width: change to your own;
var swidth=190;

//scroller height: change to your own;
var sheight=175;

//background color: change to your own; 
var sbcolor="#2c2d30";

//scroller's speed: change to your own;
var sspeed=2;
var restart=sspeed;
rspeed=sspeed;

//text: change to your own

wholemessage='"I have used Emily and her team ever since she started in business, because she combines that rare quality of being very creative with her catering skills and is totally reliable and supportive in terms of delivery.<br><br>That applies from the smallest to the largest corporate event or private party. She is a pleasure to work with."<br>-Mary Dryden<br>Managing Director, MDA'+
'<br><br><br><br>"Having used Emily for our wedding reception I could not recommend her more strongly. We held the reception in our home, where Emily and her team worked wonders in our kitchen. They were cool, calm, collected and very professional.<br><br>In fact, to this day they have to be the best prawns I have ever tasted."<br>-Peter McGlynn<br>Creative Director, The Solution Group'+
'<br><br><br><br>"Since we opened in 2006, Emily has worked closely with us to create some of the lovely goodies we sell in Stewart & Co. including the infamous Chocolate Brownies that have been a best-selling line since day one."<br>-Mark Stewart, Stewart & Co. fine food.';

//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}
function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}}
function start(){if(document.getElementById)ns6marquee(document.getElementById('slider'));else if(document.all)iemarquee(slider);else if(document.layers)ns4marquee(document.slider1.document.slider2);}function iemarquee(whichdiv){iediv=eval(whichdiv);iediv.style.pixelTop=sheight+"px";iediv.innerHTML=wholemessage;sizeup=iediv.offsetHeight;ieslide();}function ieslide(){if(iediv.style.pixelTop>=sizeup*(-1)){iediv.style.pixelTop-=sspeed+"px";setTimeout("ieslide()",100);}else{iediv.style.pixelTop=sheight+"px";ieslide();}}function ns4marquee(whichlayer){ns4layer=eval(whichlayer);ns4layer.top=sheight;ns4layer.document.write(wholemessage);ns4layer.document.close();sizeup=ns4layer.document.height;ns4slide();}function ns4slide(){if(ns4layer.top>=sizeup*(-1)){ns4layer.top-=sspeed;setTimeout("ns4slide()",100);}else{ns4layer.top=sheight;ns4slide();}}function ns6marquee(whichdiv){ns6div=eval(whichdiv);ns6div.style.top=sheight+"px";ns6div.innerHTML=wholemessage;sizeup=ns6div.offsetHeight;ns6slide();}function ns6slide(){if(parseInt(ns6div.style.top)>=sizeup*(-1)){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6slide()",100);}else{ns6div.style.top=sheight+"px";ns6slide();}}
//-- end Algorithm -->

