//slider's width
var swidth=250

//slider's height
var sheight=120

//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]='<div align="left" class="text">"Wow! I have spent plenty of cash trying to build my subscriber base, but when I found LIST BUILDER Pro, <span class="highredsm">I cut my advertising budget in half</span> and now I have as many subscribers as I could keep in a month without co-registration in three days with LIST BUILDER Pro."<br>- <b>Theodore D. Hanson</b></div><br><br><br>'
singletext[1]='<div align="left" class="text">"Getting subscribers to opt-in to my list as quickly as possible was important to me. <span class="highredsm">My decision to run with LIST BUILDER Pro is spot on</span>. It has only been a couple of days and I am off to a flying start."<br>- <b>Gary Karena</b></div>'
singletext[2]='<div align="left" class="text">"I am constantly on a quest to find customer acquisition solutions that work and LIST BUILDER Pro has truly impressed me by delivering <span class="highredsm">valuable opt-in leads</span>. I highly recommend this service to anyone that wants to build a list of <span class="highredsm">real subscribers</span>."<br>- <b>Richard Bailey</b>, www.clientbydesign.com</div>'
singletext[3]='<div align="left" class="text">"I highly recommend LIST BUILDER Pro to anyone starting out. I was interested in getting my business off the ground fast and needed <span class="highredsm">TARGETED opt-ins</span> for my list. LIST BUILDER Pro delivers either in bulk to your preferred email address or to your autoresponder. It is <span class="highredsm">much more affordable that pay per click</span>."<br>- <b>Jan Durrant</b>, www.makingmusicnow.com</div>'
singletext[4]='<div align="left" class="text">"I would like to say that I am impressed with the service of LIST BUILDER Pro. LIST BUILDER Pro has <span class="highredsm">the most fair prices for pay per subscribers</span> and the customer support has been great at returning my emails and instant messages on Yahoo & MSN. I recommend LIST BUILDER Pro to all who want to <span class="highredsm">build an ezine subscriber list in a hurry</span>."<br>- <b>Colin Meunier</b>, www.enterfreedom.com</div>'
singletext[5]='<div align="left" class="text">"I wanted a <span class="highredsm">sure fire method of list building</span>, with proven results for a set budget. LIST BUILDER Pro does that. It is hard to find these kinds of result on a regular basis anywhere else. LIST BUILDER Pro gives me <span class="highredsm">targeted subscribers</span> who are interested in what my list has to offer. Stop wasting time with other methods that eat up your time and money and provide mediocre if not downright poor results. Use LIST BUILDER Pro!"<br>- <b>Vincent Czaplyski</b>, www.solidnetgold.com</div>'
singletext[6]='<div align="left" class="text">Read hundreds of other testimonials from satisifed members <a href="/a/id=$$accnum&pw=$$pw&show=testimonials/page-01" target="_blank" class="main">here</a>.</div>'
if (singletext.length>1)
i=1
else
i=0
function testimonials(){
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++
}
}