(function(a){a.fn.autofill=function(b){var c={value:"",defaultBackgroundImage:"../image/email.png",activeBackgroundImage:"../image/email.png"};var b=a.extend(c,b);return this.each(function(){var d=a(this);d.css("backgroundImage",b.defaultBackgroundImage).val(b.value).focus(function(){if(d.val()==""){d.css("backgroundImage",b.activeBackgroundImage)}}).blur(function(){if(d.val()==""){d.css("backgroundImage",b.defaultBackgroundImage).val(b.value)}})})}})(jQuery);
