function AutoScroll8(obj){
        $(obj).find("ul:first").animate({marginLeft:"-114px"
        },500,function(){
                $(this).css({marginLeft:"0px"}).find("li:first").appendTo(this);
        });
}




































