var collage = {
	init: function() {
    

        
    }
}

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



