<!-- Begin
//slider's width
var swidth=135

//slider's height
var sheight=170

//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="center"><font face=Arial size=3 font color="white"><b>Refinance Your Auto Loan Today!</b> <br><a href="https://www.smecu.org/loanappl.htm">Apply Now...</a></b></div></FONT>'

singletext[1]='<div align="center"><font face=Arial size=3 font color="white"><b>Holiday Closings</b> <br><br><b>Labor Day</b><br>September 6th<br></font></div>'

singletext[2]='<div align="center"><font face=Arial size=3 color="white"><b>Now accepting Educational Grant Applications </b><br><a href="http://www.smecu.org/Guidelines.pdf">Click here for more information.</a></b></div></FONT>'

singletext[3]='<div align="center"><font face=Arial size=3 color="white"><b>Now accepting new companies into our field of membership!</b><br><a href="membership.htm">Click here to learn more...</a></b></div></FONT>'

singletext[4]='<div align="center"><font face=Arial size=3 color="white"><b>SMECU rated "Sound" by Bankrate.com</b><br><a href="http://www.bankrate.com/rates/safe-sound/bank-ratings.aspx?t=cu&i=sarasota&r=&a=&c=&s=&z=">Find out more...</a></b></div></FONT>'

singletext[5]='<div align="center"><font face=Arial size=3 color="white"><b>Visa Gift Cards</b><br><b>Now Available!</b><br><a href="gift-cards.htm">Find out more...</a></b></div></FONT>'



if (singletext.length>1)
{
	isteve=1
}
else
{
	isteve=0
}
function start(){
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[isteve]
if (isteve==singletext.length-1)
isteve=0
else
isteve++
}
}
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[isteve])
ns4layer.document.close()
if (isteve==singletext.length-1)
isteve=0
else
isteve++
}
}
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[isteve]
if (isteve==singletext.length-1)
isteve=0
else
isteve++
}
}
//  End -->