(function($){h=function(o){o=$.extend(null,h.d,o);$.each(this,function(){$(this).data('o',{s:$(this).val(),o:o});$(this).addClass(o.css);$(this).val(h.b(this));if(this.bound!=true){$(this).bind('focus',function(){if($(this).val()==h.b(this)){$(this).val(h.f(this));$(this).removeClass(h.o(this).css);}});$(this).bind('blur',function(){if($(this).val()==h.f(this)){$(this).val(h.b(this));$(this).addClass(h.o(this).css);}});this.bound=true;}});return this;};$.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=$(s).data('o').s}else{r=t;}
return r;}
h.o=function(k){return $(k).data('o').o;}})(jQuery);
