// News Script
// Taken from JavaScript Source: http://javascript.internet.com/scrolls/multiple-message-scroller.html
// Edited For E-Blah

// Get Variables
var swidth='100%'
var sheight='40'
var sspeed='2'

var singletext=new Array()
if (singletext.length>1)
	i=1
else
	i=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'))
	}
	i=1
}

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++
	}
}<div align="center">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4404540-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<SCRIPT LANGUAGE="JavaScript"> 

<!-- var t = new Date(document.lastModified); 

document.write("<B class=text><I>Last Updated: "+document.lastModified+"</I><B>"); 

<!--end--> </SCRIPT>
<P><br><P><br><P>
<p>
<script type="text/javascript">
<!--
	document.write('<img src="/axs/ax.pl?trans.gif&ref=');
	document.write(document.referrer);
	document.write('" height="1" width="1" alt="" />');
// -->
</script><noscript>
	<img src="/axs/ax.pl?trans.gif" height="1" width="1" alt="" />
</noscript>
</div>