
<!-- Begin
//scroller width
var swidth=460

//scroller height
var sheight=25


//scroller's speed;
var sspeed=8

var wholemessage=''

wholemessage='<div><font face=verdana size=2 color="#000000">Code Amber Powered by GTX Corp -- Sponsored by</font> <a href=http://www.codeamber.com/gakredir.html  target=_new style="color:#000000; text-decoration:none; background:#FFFF80;"><U>BrickHouse Child Locator</U></a> -- <font face=verdana size=2 color="#000000">There are Three Alerts -- </font> <a href=http://www.codeamber.com/baumwa/ target=_new style="color:#000000; text-decoration:none; background:#FFFF80;"> <font face=arial size=2 color="red"><B> Washington CANS Alert </B> -- </font><font face=verdana size=2 color="#000000"><U><b>Lindsey J. Baum</b></U></font> -- <a href=http://www.codeamber.com/guzmanco/ target=_new style="color:#000000; text-decoration:none; background:#FFFF80;"><font face=arial size=2 color="red"><B>Colorado Amber Alert </B> -- </font><font face=verdana size=2 color="#000000"><U><b>Emanuel Guzman</b></U> Colorado to Mexico</font></a> -- <a href=http://www.codeamber.com/cummingsfl/ target=_new style="color:#000000; text-decoration:none; background:#FFFF80;"> <font face=arial size=2 color="red"><B>Florida CANS Alert </B> -- </font><font face=verdana size=2 color="#000000"><U><b>Haleigh Cummings</b></U></font></a> <a href=http://www.codeamber.org/index-2.php?atck target="_blank" style="color:#000000; text-decoration:none; background:#FFFF80;"> -- Click Here to add this free Ticker to your web site and desktop.</a> -- Sponsored by <a href=http://www.codeamber.com/gakredir.html?bk  target=_new style="color:#000000; text-decoration:none; background:#FFFF80;"><U>BrickHouse Child Locator</U></a><a href=http://www.codeamber.com/link_application.php?atck target="_blank" style="color:#000000; text-decoration:none; background:#FFFF80;"> -- Click Here to Sponsor the Ticker.</a></DIV>'


function ca_start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
ns6marquee(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
ns4marquee(document.slider1.document.slider2)
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight

sizeup=sheight
ns6slide()
}
function ns6slide(){


if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed

setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}
//  End -->
function docascroll() {
document.write('<span style="borderWidth:1; borderColor:red; width:460; height:25;"><ilayer width=460 height=25 name="slider1" bgcolor="#FFFF80" visibility=hide><layer name="slider2" onMouseover="sspeed=0;" onMouseout="sspeed=6"></layer></ilayer>');
if (document.all){
document.writeln('<marquee id="ieslider" scrollAmount=3 width=460 height=20 direction=left style="border:1 solid red;background-color:#FFFF80">')
document.writeln(wholemessage);
ieslider.onmouseover=new Function("ieslider.scrollAmount=0");
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=3");
document.write('</marquee>');
}
if (document.getElementById&&!document.all){
document.write('<div style="position:relative;overflow:hidden;width:460;height:25;clip:rect(0 462 27 0); background-color:#FFFF80;border:1px solid red;" onMouseover="sspeed=0;" onMouseout="sspeed=8">');
document.write('<div id="slider" style="position:relative;width:&{swidth};">');
document.write('</div></div>');
}
document.write('</span>');
}
ca_start();
docascroll();
// end -->



