jQuery.fn.overlabel=function(){this.each(function(B){var A=$j(this);var D;var E=this.htmlFor||A.attr("for");if(E&&(D=document.getElementById(E))){var C=$j(D);A.addClass("overlabel-apply");if(D.value!==""){A.fadeOut(100)}C.focus(function(){A.fadeOut(100)}).blur(function(){if(this.value===""){A.fadeIn(100)}});A.click(function(){var F=$j(this);var G;var H=this.htmlFor||F.attr("for");if(H&&(G=document.getElementById(H))){G.focus()}})}})};
