(function($j){h=function(o){o=$j.extend(null,h.d,o);$j.each(this,function(){$j(this).data('o',{s:$j(this).val(),o:o});$j(this).addClass(o.css);$j(this).val(h.b(this));if(this.bound!=true){$j(this).bind('focus',function(){if($j(this).val()==h.b(this)){$j(this).val(h.f(this));$j(this).removeClass(h.o(this).css);}});$j(this).bind('blur',function(){if($j(this).val()==h.f(this)){$j(this).val(h.b(this));$j(this).addClass(h.o(this).css);}});this.bound=true;}});return this;};$j.fn.hinttoggle=h;h.d={css:'hinttoggle',focusValue:"",blurValue:null};h.f=function(v){return h.v(v,h.o(v).focusValue);}
h.b=function(v){return h.v(v,h.o(v).blurValue);}
h.v=function(s,t){r="";if(t==null){r=$j(s).data('o').s}else{r=t;}
return r;}
h.o=function(k){return $j(k).data('o').o;}})(jQuery);
