(function(){var a={getSelection:function(){var b=(this.jquery)?this[0]:this;return(("selectionStart" in b&&function(){var c=b.selectionEnd-b.selectionStart;return{start:b.selectionStart,end:b.selectionEnd,length:c,text:b.value.substr(b.selectionStart,c)}})||(document.selection&&function(){b.focus();var d=document.selection.createRange();if(d===null){return{start:0,end:b.value.length,length:0}}var c=b.createTextRange();var e=c.duplicate();c.moveToBookmark(d.getBookmark());e.setEndPoint("EndToStart",c);return{start:e.text.length,end:e.text.length+d.text.length,length:d.text.length,text:d.text}})||function(){return null})()},replaceSelection:function(){var b=(typeof this.id=="function")?this.get(0):this;var c=arguments[0]||"";return(("selectionStart" in b&&function(){b.value=b.value.substr(0,b.selectionStart)+c+b.value.substr(b.selectionEnd,b.value.length);return this})||(document.selection&&function(){b.focus();document.selection.createRange().text=c;return this})||function(){b.value+=c;return jQuery(b)})()}};jQuery.each(a,function(b){jQuery.fn[b]=this})})();(function(a){a.fn.extend({autocomplete:function(b,c){var d=typeof b=="string";c=a.extend({},a.Autocompleter.defaults,{url:d?b:null,data:d?null:b,delay:d?a.Autocompleter.defaults.delay:10,max:c&&!c.scroll?10:150},c);c.highlight=c.highlight||function(e){return e};c.formatMatch=c.formatMatch||c.formatItem;return this.each(function(){new a.Autocompleter(this,c)})},result:function(b){return this.bind("result",b)},flushCache:function(){return this.trigger("flushCache")},setOptions:function(b){return this.trigger("setOptions",[b])},unautocomplete:function(){return this.trigger("unautocomplete")}});a.Autocompleter=function(k,h){var c={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8};var b=a(k).attr("autocomplete","off").addClass(h.inputClass);var r={words:[],index:0,start:0,value:"",fullValue:""};var i;var m=a.Autocompleter.Cache(h);var f=0;var u;var x={mouseDownOnSelect:false};var q=a.Autocompleter.Select(h,k,e,x);var w;a.browser.opera&&a(k.form).bind("submit.autocomplete",function(){if(w){w=false;return false}});b.bind((a.browser.opera?"keypress":"keydown")+".autocomplete",function(y){u=y.keyCode;switch(y.keyCode){case c.UP:y.preventDefault();if(q.visible()){q.prev()}else{t(0,true)}break;case c.DOWN:y.preventDefault();if(q.visible()){q.next()}else{t(0,true)}break;case c.PAGEUP:y.preventDefault();if(q.visible()){q.pageUp()}else{t(0,true)}break;case c.PAGEDOWN:y.preventDefault();if(q.visible()){q.pageDown()}else{t(0,true)}break;case h.multiple&&a.trim(h.multipleSeparator)==","&&c.COMMA:case c.TAB:case c.RETURN:if(e()){y.preventDefault();w=true;return false}break;case c.ESC:q.hide();break;default:clearTimeout(i);i=setTimeout(t,h.delay);break}}).focus(function(){f++}).blur(function(){f=0;if(!x.mouseDownOnSelect){s()}}).click(function(){if(f++>1&&!q.visible()){t(0,true)}}).bind("flushCache",function(){m.flush()}).bind("setOptions",function(){a.extend(h,arguments[1]);if("data" in arguments[1]){m.populate()}}).bind("unautocomplete",function(){q.unbind();b.unbind();a(k.form).unbind(".autocomplete");v()});function l(E){var B=a(k).getSelection();var D=0;var z=0;var y=E.split(h.multipleSeparator);if(a.trim(y[y.length-1])==""){y.pop()}if(y.length>1){var G=false;var F=0;var C=0;for(var A=0;A<y.length;A++){if(B.start<C-1){D=A-1;z=F?F-1:0;G=true;break}F=C;C+=(y[A].length+h.multipleSeparator.length)}if(!G){D=y.length-1;z=F?F-1:0}}a.each(y,function(H,I){if(a.trim(I)){y[H]=a.trim(I)}});return{words:y,index:D,start:z,value:y[D],fullValue:E}}function d(z,B){var A="";var y=false;if(z.length){if(r.value.toLowerCase()==z.toLowerCase()){A=r.value+B.substring(z.length)}}else{A=B}if(A.length){trailingSeparator=false;if(h.multiple){currWords=r.words;currWords[r.index]=A;newInputText=currWords.join(h.multipleSeparator);if(r.index==currWords.length-1){newInputText+=h.multipleSeparator;trailingSeparator=true}}else{newInputText=A}b.val(newInputText);if(z.length){startPos=(r.start?r.start+h.multipleSeparator.length-1:0)+r.value.length;selectedValue=B.substring(z.length);endPos=startPos+selectedValue.length;if(trailingSeparator){endPos+=h.multipleSeparator.length}a.Autocompleter.Selection(k,startPos,endPos)}else{r=l(newInputText)}}}function e(){var y=q.selected();if(!y){return false}d("",y.result);v();b.trigger("result",[y.data,y.value]);return true}function t(B,A){if(u==c.DEL){q.hide();return}var y=l(b.val());var z=y.value;if(!A&&z==r.value){return}r=y;if(z.length>=h.minChars){b.addClass(h.loadingClass);if(!h.matchCase){z=z.toLowerCase()}g(z,j,v)}else{n();q.hide()}}function p(y,z){if(h.autoFill&&u!=c.BACKSPACE){d(y,z)}}function s(){clearTimeout(i);i=setTimeout(v,200)}function v(){var y=q.visible();q.hide();clearTimeout(i);n();if(y){startPos=r.start?r.start+h.multipleSeparator.length:0;endPos=startPos+r.value.length;if(h.multiple&&(r.index==r.words.length-1)){endPos+=h.multipleSeparator.length}a.Autocompleter.Selection(k,endPos,endPos)}}function j(z,y){if(y&&y.length&&f){n();
q.display(y,z);p(z,y[0].value);q.show()}else{v()}}function g(z,B,y){if(!h.matchCase){z=z.toLowerCase()}var A=m.load(z);if(A&&A.length){B(z,A)}else{if((typeof h.url=="string")&&(h.url.length>0)){var C={timestamp:+new Date()};if(h.multiple){C.full=r.fullValue;C.index=r.index}a.each(h.extraParams,function(D,E){C[D]=typeof E=="function"?E():E});a.ajax({mode:"abort",port:"autocomplete"+k.name,dataType:h.dataType,url:h.url,data:a.extend({q:z,limit:h.max},C),success:function(E){var D=h.parse&&h.parse(E)||o(E);m.add(z,D);B(z,D)}})}else{q.emptyList();y(z)}}}function o(B){var y=[];var A=B.split("\n");for(var z=0;z<A.length;z++){var C=a.trim(A[z]);if(C){C=C.split("|");y[y.length]={data:C,value:C[0],result:h.formatResult&&h.formatResult(C,C[0])||C[0]}}}return y}function n(){b.removeClass(h.loadingClass)}};a.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:false,matchSubset:true,matchContains:false,cacheLength:10,max:100,extraParams:{},selectFirst:true,formatItem:function(b){return b[0]},formatMatch:null,autoFill:false,width:0,multiple:false,multipleSeparator:", ",highlight:function(c,b){return c.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+b.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:true,scrollHeight:180};a.Autocompleter.Cache=function(c){var f={};var d=0;function h(l,k){if(!c.matchCase){l=l.toLowerCase()}var j=l.indexOf(k);if(j==-1){return false}return j==0||c.matchContains}function g(j,i){if(d>c.cacheLength){b()}if(!f[j]){d++}f[j]=i}function e(){if(!c.data){return false}var k={},j=0;if(!c.url){c.cacheLength=1}k[""]=[];for(var m=0,l=c.data.length;m<l;m++){var p=c.data[m];p=(typeof p=="string")?[p]:p;var o=c.formatMatch(p,m+1,c.data.length);if(o===false){continue}var n=o.charAt(0).toLowerCase();if(!k[n]){k[n]=[]}var q={value:o,data:p,result:c.formatResult&&c.formatResult(p)||o};k[n].push(q);if(j++<c.max){k[""].push(q)}}a.each(k,function(r,s){c.cacheLength++;g(r,s)})}setTimeout(e,25);function b(){f={};d=0}return{flush:b,add:g,populate:e,load:function(n){if(!c.cacheLength||!d){return null}if(!c.url&&c.matchContains){var m=[];for(var j in f){if(j.length>0){var o=f[j];a.each(o,function(p,k){if(h(k.value,n)){m.push(k)}})}}return m}else{if(f[n]){return f[n]}else{if(c.matchSubset){for(var l=n.length-1;l>=c.minChars;l--){var o=f[n.substr(0,l)];if(o){var m=[];a.each(o,function(p,k){if(h(k.value,n)){m[m.length]=k}});return m}}}}}return null}}};a.Autocompleter.Select=function(e,j,l,p){var i={ACTIVE:"ac_over"};var k,f=-1,r,m="",s=true,c,o;function n(){if(!s){return}c=a("<div/>").hide().addClass(e.resultsClass).css("position","absolute").appendTo(document.body);o=a("<ul/>").appendTo(c).mouseover(function(t){if(q(t).nodeName&&q(t).nodeName.toUpperCase()=="LI"){f=a("li",o).removeClass(i.ACTIVE).index(q(t));a(q(t)).addClass(i.ACTIVE)}}).click(function(t){a(q(t)).addClass(i.ACTIVE);l();j.focus();return false}).mousedown(function(){p.mouseDownOnSelect=true}).mouseup(function(){p.mouseDownOnSelect=false});if(e.width>0){c.css("width",e.width)}s=false}function q(u){var t=u.target;while(t&&t.tagName!="LI"){t=t.parentNode}if(!t){return[]}return t}function h(t){k.slice(f,f+1).removeClass(i.ACTIVE);g(t);var v=k.slice(f,f+1).addClass(i.ACTIVE);if(e.scroll){var u=0;k.slice(0,f).each(function(){u+=this.offsetHeight});if((u+v[0].offsetHeight-o.scrollTop())>o[0].clientHeight){o.scrollTop(u+v[0].offsetHeight-o.innerHeight())}else{if(u<o.scrollTop()){o.scrollTop(u)}}}}function g(t){f+=t;if(f<0){f=k.size()-1}else{if(f>=k.size()){f=0}}}function b(t){return e.max&&e.max<t?e.max:t}function d(){o.empty();var u=b(r.length);for(var v=0;v<u;v++){if(!r[v]){continue}var w=e.formatItem(r[v].data,v+1,u,r[v].value,m);if(w===false){continue}var t=a("<li/>").html(e.highlight(w,m)).addClass(v%2==0?"ac_even":"ac_odd").appendTo(o)[0];a.data(t,"ac_data",r[v])}k=o.find("li");if(e.selectFirst){k.slice(0,1).addClass(i.ACTIVE);f=0}if(a.fn.bgiframe){o.bgiframe()}}return{display:function(u,t){n();r=u;m=t;d()},next:function(){h(1)},prev:function(){h(-1)},pageUp:function(){if(f!=0&&f-8<0){h(-f)}else{h(-8)}},pageDown:function(){if(f!=k.size()-1&&f+8>k.size()){h(k.size()-1-f)}else{h(8)}},hide:function(){c&&c.hide();k&&k.removeClass(i.ACTIVE);f=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(k.filter("."+i.ACTIVE)[0]||e.selectFirst&&k[0])},show:function(){var v=a(j).offset();c.css({width:typeof e.width=="string"||e.width>0?e.width:a(j).width(),top:v.top+j.offsetHeight,left:v.left}).show();if(e.scroll){o.scrollTop(0);o.css({maxHeight:e.scrollHeight,overflow:"auto"});if(a.browser.msie&&typeof document.body.style.maxHeight==="undefined"){var t=0;k.each(function(){t+=this.offsetHeight});var u=t>e.scrollHeight;o.css("height",u?e.scrollHeight:t);if(!u){k.width(o.width()-parseInt(k.css("padding-left"))-parseInt(k.css("padding-right")))}}}},selected:function(){var t=k&&k.filter("."+i.ACTIVE).removeClass(i.ACTIVE);
return t&&t.length&&a.data(t[0],"ac_data")},emptyList:function(){o&&o.empty()},unbind:function(){c&&c.remove()}}};a.Autocompleter.Selection=function(d,e,c){if(d.createTextRange){var b=d.createTextRange();b.collapse(true);b.moveStart("character",e);b.moveEnd("character",c);b.select()}else{if(d.setSelectionRange){d.setSelectionRange(e,c)}else{if(d.selectionStart){d.selectionStart=e;d.selectionEnd=c}}}d.focus()}})(jQuery);function checkAuth(c,a,b){if(c.status==401){window.location="/login?lo"}}$().ready(function(){$(".showcreatelist").click(function(){var a=$("#createlist").css("display");if(a=="none"){$("#createlist").show();$("#listname").focus()}else{$("#createlist").hide()}});$("#pshowcreatelist").click(function(){var b=$("#pcreatelist").css("display");var a=$("#pshowcreatelist").attr("list_name");if(b=="none"){$("#pcreatelist").show();$("#plistname").val(a)}else{$("#pcreatelist").hide()}});$("#pclosecreatelist").click(function(){$("#pcreatelist").hide()});$("#editcreatelist").click(function(){var a=$("#editlist").css("display");if(a=="none"){$("#editlist").show();$("#editlistname").focus()}else{$("#editlist").hide()}});$("#closecreatelist").click(function(){$("#createlist").hide()});$("#editclosecreatelist").click(function(){$("#editlist").hide()});$("#list-mesg").fadeOut(4000)});