eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('9 j(a,b,n){f(i=1;i<=n;i++){0 c=2.3(a+i);0 d=2.3("k"+a+"4"+i);0 e=2.3("l"+a+"4"+i);c.g=i==b?"h":"";d.5.6=i==b?"7":"8";e.5.6=i==b?"7":"8"}}9 m(a,b,n){f(i=1;i<=n;i++){0 c=2.3(a+i);0 d=2.3(a+"4"+i);c.g=i==b?"h":"";d.5.6=i==b?"7":"8"}}',24,24,'var||document|getElementById|_|style|display|block|none|function||||||for|className|hover||setTab|con_|anli_|set|'.split('|'),0,{}))
$(document).ready(function(){
    $("input:text, textarea, input:password").each(function(){
        if(this.value == '')
            this.value = this.title;
    });
    $("input:text, textarea, input:password").focus(function(){
        if(this.value == this.title)
            this.value = '';
    });
    $("input:text, textarea, input:password").blur(function(){
        if(this.value == '')
            this.value = this.title;
    });
    $("input:image, input:button, input:submit").click(function(){
        $(this.form.elements).each(function(){
            if(this.type =='text' || this.type =='textarea' || this.type =='password' ){
                if(this.value == this.title && this.title != ''){
                    this.value='';
                }
            }
        });
    });
});
