$(document).ready(function(){
    //ever present header functions
    $("#change_status").attr("disabled", true);
    $("#subbanner #status input.itext").focus(function () {$(this).parent().find("input[type=submit]").attr("disabled", false);});
});
