
<!-- Begin
//scroller width
var swidth=460

//scroller height
var sheight=25


//scroller's speed;
var sspeed=6

var wholemessage=''

//text: change to your own

wholemessage='<div><font face=verdana size=2 color="#000000">Code Amber Alerts Powered by <a href=http://www.gtxcorp.com  target=_new style="color:#000000; text-decoration:none;"><U>GTX Corp (GTXO)</u></a></font> -- <font face=verdana size=2 color="#000000">Sponsored by <a href=http://www.aetrex.com/aetrex-gps-shoe/?cat target=_new style="color:#ff0000; text-decoration:none;"><U>The Aetrex GPS Shoe</U></font></a>  --<a href=http://www.codeamber.org/index-2.php?tck target="_blank" style="color:#000000; text-decoration:none;"> Click Here to add this free Ticker to your web site and desktop. You could save a life.</a><a href=http://www.codeamber.org/?tck2 target="_blank" style="text-decoration:none;"><font face=verdana size=2 color="#000000"> -- During an active AMBER Alert the ticker automatically changes to a yellow background and provides details of the abduction.</a> -- <a href=http://www.codeamber.com/link_application.php?atck target="_blank" style="color:#000000; text-decoration:none;">Click Here to Sponsor the Ticker.</a><a href=http://twitter.com/codeamber target="_blank" style="color:#000000; text-decoration:none;"> -- <font face=verdana size=2 color="#000000">Sponsored by <a href=http://www.aetrex.com/aetrex-gps-shoe/?cat target=_new style="color:#ff0000; text-decoration:none;"><U>The Aetrex GPS Shoe</U></font></a> --<a href=http://twitter.com/codeamber target="_blank" style="color:#000000; text-decoration:none;"> Click Here to Follow Code Amber on Twitter.</a></font></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="#ffffff" 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:#ffffff">')
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:#ffffff;border:1px solid red;" onMouseover="sspeed=0;" onMouseout="sspeed=6">');
document.write('<div id="slider" style="position:relative;width:&{swidth};">');
document.write('</div></div>');
}
document.write('</span>');
}
ca_start();
docascroll();
// end -->




