var cats = {
	init: function() {
    

        
    }
}

jQuery(document).ready(function() {
	cats.init();
});



