/**
 * site.js
 *
 * Site-wide JavaScript functions
 */

// jQuery document.ready() wrapper
$(document).ready(function() {

});
