function AutoScroll_ETtxt(obj){
        $(obj).find("ul:first").animate({
                marginTop:"-25px"
        },500,function(){
                $(this).css({marginTop:"0px"}).find("li:first").appendTo(this);
        });
}
$(document).ready(function(){setInterval('AutoScroll_ETtxt("#scrollDiv_17")',3000)});
document.write('<div style="height:25px;line-height:25px; overflow:hidden;  float:left;" id=\"scrollDiv_17\">');
document.write('<ul>');
document.write('<li><a href=\"http://www.ethainan.com/adtransfer_148.html\" target=\"_blank\" />E假海南旅行网荣获“中国商务部电子商务示范企业”——海南唯一一家上榜企业</a></li>'); 
document.write('</ul>');
document.write('</div>');
