var clSeealso ={
    Init:function(){
        $(".carousel").carousel('#previous', '#next');
    }
}
$(function(){clSeealso.Init()});
