/**
 * global.js
 *
 * Global JavaScript functions and variables.
 *
 * @author Martin Bean <martin@newcastlemarketingservices.co.uk>
 * @version 1.0
 */

$(document).ready(function() {
    // Stuff to do as soon as the DOM is ready;
});

