$(document).ready(function() {
	
	uniform();
	showMessage();
	$(function() {
        $('#gallery_items a').lightBox();
    });

});
