
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
//slider's width
var swidth=350

//slider's height
var sheight=144
var sheight1
//slider's speed
var sssspeed=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 singletext1=new Array()
singletext1[0]='<div align="center"><font face=Arial size=3 color="white"><b>Multiple Scroller</b><br>Size, Speed, Style <b>adjustable.</b><br>This message may use <b><u>Hyperlinks</u></b></div></FONT>'
singletext1[1]='<div align="center"><font face=Arial size=3 color="white">Use this for announcements<br>or even <font color="#FFFF00"><b><i>images</i></b><p><img src="/img/1.gif" width="100" height="39" border="0"></font></div>'
singletext1[2]='<div align="center"><font face=Arial size=3 color="white">This is great!<br>You can use <i>all</i> the <b>basic</b><br><b>HTML codes</b></font></div>'
singletext1[3]='<div align="center"><font face=Arial size=3 color="white"><b>JavaScript Source</b><br>A "cut & paste" JavaScript library<br>with <font color="red"><b>tons</b></font> of free JavaScripts!<p><img src="/img/1.gif" width="100" height="39" border="0"></font></div>'
if (singletext1.length>1)
i=1
else
i=0
//2006.6.14
function start3(){
	if (document.all){		
		iesliderTmp2.style.top=sheight
		iemarquee3(iesliderTmp2)
	}	
	else if (document.layers){
		document.iesliderTmp2.document.ns6sliderTmp2a.top=sheight
		document.iesliderTmp2.document.ns6sliderTmp2a.visibility='show'
		ns4marquee3(document.iesliderTmp2.document.ns6sliderTmp2a)
	}	
	else if (document.getElementById&&!document.all){
		document.getElementById('ns6sliderTmp2a').style.top=sheight
		ns6marquee3(document.getElementById('ns6sliderTmp2a'))
	}
	
}
//2006.6.14

//2006.6.15
function iemarquee3(whichdiv){
	iediv3=eval(whichdiv)
	
	if (iediv3.style.pixelTop>0&&iediv3.style.pixelTop<=sssspeed){
		iediv3.style.pixelTop=0
		setTimeout("iemarquee3(iediv3)",80)
	}
	if (iediv3.style.pixelTop>=(document.getElementById('tb3').offsetHeight+100)*-1){
//		if (iediv3.style.pixelTop>=sheight1*-2){
		iediv3.style.pixelTop-=sssspeed
		setTimeout("iemarquee3(iediv3)",80)
	}
	else{
		iediv3.style.pixelTop=sheight
		iesliderTmp2.style.top=sheight
	}
}
//2006.6.15
function ns4marquee3(whichlayer){
	ns4layer3=eval(whichlayer)
	if (ns4layer3.top>0&&ns4layer3.top<=sssspeed){
		ns4layer3.top=0
		setTimeout("ns4marquee(ns4layer3)",100)
	}
	if (ns4layer3.top>=sheight*-1){
		ns4layer3.top-=sssspeed
		setTimeout("ns4marquee(ns4layer3)",100)
	}
	else{
		ns4layer3.top=sheight;
	//	ns4layer.document.write(singletext[i])
		ns4layer3.document.close()
		if (i==singletext.length-1)
			i=0
		else
			i++
	}
}

function ns6marquee3(whichdiv){
	//ns6div3=eval(whichdiv);
	ns6div3=document.getElementById('ns6sliderTmp2a');
	if (parseInt(ns6div3.style.top)>0&&parseInt(ns6div3.style.top)<=sssspeed){
		ns6div3.style.top=0
		setTimeout("ns6marquee3(ns6div3)",100)
	}
	if (parseInt(ns6div3.style.top)>=sheight*-1){
		ns6div3.style.top=parseInt(ns6div3.style.top)-sssspeed
		setTimeout("ns6marquee3(ns6div3)",100)
		
	}
	else{
		/*
		ns6div3.style.top=sheight
		ns6div3.innerHTML=singletext[i]
		if (i==singletext.length-1)
			i=0
		else
			i++
		*/
		ns6div3.style.pixelTop=sheight
		ns6div3.style.top=sheight

	}
}
//  End -->

