(function($){
    $(function(){
    	$("body").addClass("js");
    	$("#col-right div.coming-soon div.box-content").carousel({
    		loop: true,
    		nextBtn: "<span>&raquo;</span>",
    		autoSlide: true
    	});
    	//$j("#region_id").change(function(){$j(this).next().click()});
    });
})(jQuery);
