$(document).ready(function(){    
        $(".nospam").hide();
        $("input.nospam").val("no" + "spam");
});
