var swidth=258;

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

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

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

//text: change to your own

wholemessage='<div class=tab><b>Project:</b> <span class=feedback>Reginas Steakhouse</span> <br><b>Feedback Received:</b><br> "No matter what we throw at Archer and his team the job is completed in a professional manner. We will be seeing you again Archer. Thanks for your hard work."<br><b>Buyer: <span class=feedback>Btetaj</span></b><br><br></div>'+
'<br><div class=tab><b>Project:</b> <span class=feedback>Logo Creation</span><br><b>Feedback Received:</b><br> "The did a great job. Very responsive! Based on this experience I am having them create a website for me!"<br><b>Buyer: <span class=feedback>wlwest </span></b><br><br></div>'+
'<br><div class=tab><b>Project:</b> <span class=feedback>web design</span><br><b>Feedback Received:</b><br> "Arts and Logos understood our requirements and completed the job early. I would definitely work with them again."<br><b>Buyer: <span class=feedback>odelanc</span></b><br><br></div>'+
'<br><div class=tab><b>Project:</b> <span class=feedback>Website designer</span><br><b>Feedback Received:</b><br> "They hit the ground running and although we hit a few unexpected, unforeseen snags, they were able to stay focused on the final outcome."<br><b>Buyer: <span class=feedback>chstew1</span></b><br><br></div>'+
'<br><div class=tab><b>Project:</b> <span class=feedback>Website Redesign</span><br><b>Feedback Received:</b><br> "This team is very driven to satisfy the end client. They took the time to understand what we were looking for and were open to the many changes we had. A must to work with!"<br><b>Buyer: <span class=feedback>trishak</span></b><br><br></div>'+
'<br><div class=tab><b>Project:</b> <span class=feedback>Douglas Wayne International</span><br><b>Feedback Received:</b><br> "Very creative, able to translate thoughts and ideas into a workable solution. Very responsive, with quick turn around."<br><b>Buyer: <span class=feedback>douglaswayne</span></b><br><br></div>'+
'<br><div class=tab><b>Project:</b> <span class=feedback>Brand new site/revamp</span><br><b>Feedback Received:</b><br> "Fantastic Job all round, very easy to work with and highly talented, Archer is the master at his craft certainly part of my team for good."<br><b>Buyer: <span class=feedback>Demoandu</span></b><br><br></div>'+ 
'<br><div class=tab><b>Project:</b> <span class=feedback>Professional Web 2.0 Style designer</span><br><b>Feedback Received:</b><br> "Thank you ArtsandLogos for the fantastic work on our project, we have tried others before, but none come close to the skills you have, you were able to interpert our ideas and objectives into artwork for web page design very easily and with minimal effort (98% just how we wanted it the very first draft !), thanks again."<br><b>Buyer: <span class=feedback>Collinsconcepts</span> </b><br><br></div>'+ 
'<br><div class=tab><b>Project:</b> <span class=feedback>Web Site Redesign</span><br><b>Feedback Received:</b><br> "Great Work! Excellent communication, and excellent provided service."<br><b>Buyer: <span class=feedback>accurateledgers</span></b><br><br></div>'+ 
'<br><div class=tab><b>Project:</b> <span class=feedback>Design my Ad going into a Magazine </span><br><b>Feedback Received:</b><br> "Awesome job, easy to work with. Fast response. AAA+++, would highly recommend. Thank you for the hard work."<br><b>Buyer: <span class=feedback>cmerrill123</span></b><br><br></div>'+ 
'<br><div class=tab><b>Project:</b><span class=feedback> Marketing Web Site</span><br><b>Feedback Received:</b><br> "This was my first eLance experience. I was very pleased - will use eLance again and would even recommend/use ArtsAndLogos again."<br><b>Buyer: <span class=feedback>trinohadi</span> </b><br><br></div>'+ 
'<br><div class=tab><b>Project:</b> <span class=feedback>Business Website</span><br><b>Feedback Received:</b><br> "Highly recommended! One of the best providers on Elance! What I like about Archer?s group is there ability to get a project posted in short order. We were not sure how we wanted the format to look, but Archer?s allowed us several revisions that made it easy for us to achieve great results. We will call on Archer again for future updates and additions."<br><b>Buyer: <span class=feedback>railboxoh</span> </b><br><br></div>'+ 
'<br><div class=tab><b>Project:</b> <span class=feedback>Design a Website (Pizzaria)</span><br><b>Feedback Received:</b><br> "I really do not need to say anything about Archer and his team. Check out the site www.brotherspizzeria.biz. -Great Job Archer, another project finished with no hick ups no bumps but a really smooth completion. -This guy is something special about him, maybe he has the same determination as we do, but he really makes us happy and we will keep sending him our projects. We have worked on so many, we cant even remember... Thanks again ARCHER!!"<br><b>Buyer:  <span class=feedback>Btetaj</span> </b></div>';

//Or you may do a slide show running up any number of images too!
//Preload is recommended (no downloading check) - otherwise you may skip this:
//preload1 = new Image();
//preload1.src = "http://...";
//preload2 = new Image();
//preload2.src = "http://...";
//preload3 = new Image();
//preload3.src = "http://...";
// ...

//if no preloading, replace below '+ preload... +' with the actual Images path "..."

//wholemessage='<img src='+preload1.src+' width=... height=... alt="..."><br>'+
//'<img src='+preload2.src+' width=... height=... alt="..."><br>'+
//'<img src='+preload3.src+' width=... height=... alt="..."><br>'+
//'<img ... >';

//-- 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();}}