<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
//slider's width
var swidth=160

//slider's height
var sheight=80

//slider's speed
var sspeed=2

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()
singletext[0]='<p class="lightcolor">"I just wanted to take the time to thank you for your assistance. <br>It is not every day you meet someone so willing to help. You made what seemed like a large problem to me very easy to resolve. <br>I cannot stress enough how much we appreciate you. I will be passing your name and number to my other associates. Thanks again!"  Randi B., Sunbelt Title Agency.</p><p class="lightcolor">&nbsp;"Thanks again for your constant reliability!" Angela B., Naples Daily News. </p>'
singletext[1]='<p class="lightcolor">"Your quote beats them all; you will definitely get the job." Michele, International College.  </p>'
singletext[2]='<p class="lightcolor">"Your services are quite needed in the community." Kathie, Heinz Co. </p>'
singletext[3]='<p class="lightcolor">"Thank you so much for your help! I have very little time left now to submit those documents to the Immigration Services."  </p>'
singletext[4]='<p class="lightcolor">"Thanks again for taking on this job and working with us! You guys are great!!!" Lilian C., Translations.com  </p>'
singletext[5]='<p class="lightcolor">"It is been a great pleasure working with you! I look foward to another year working together and learning more Haitian Creole." Rumiko L., TransPerfect.com  </p>'
singletext[6]='<p class="lightcolor">"I am very impressed with the speed and follow-up your services provided me. Thank you and best regards." E.T. Fisher  </p>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if(parent.document.title=="LetSpeak.com Acceuil")
{
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
//  End -->
