/*  JAVASCRIPT TO REMOVE IMAGE THAT SHOWS WHEN JAVASCRIPT IS DISABLED    */
$(document).ready(function() {
    $('.js_off').hide();
    });