//When the DOM tree is loaded
$(document).ready(function() {

    //Add jQuery Code here


});


