$(document).ready(function() {
 $("input[type=text][login!=true]").removeClass().addClass("textfield");
 $("input[type=password][login!=true]").removeClass().addClass("textfield");
 $("textarea[login!=true]").removeClass().addClass("textfield");
 $("input[type=submit][login!=true]").removeClass().addClass("submit");
 $("[focusme=true]").focus().select();
 $(".dykc").append("<img src='images/bro-code-hat-2.png' alt='did you know' class='dykhat' />");
 if ( $("#tablecody").height() < $(window).height() ) { $("#tablebody").height($(window).height()); }
 if ( $("#maintop").height() < $("#maincell").height() ) { $("#maintop").height($("#maincell").height()); }
});

