/** * To change this template, choose Tools | Templates * and open the template in the editor. */ (function ($) { $.gallery_reload = function() { window.location.reload(); }; })(jQuery); // Vertically align a block element's content (function ($) { $.gallery_location = function(location) { window.location = location; }; })(jQuery);