$("html").addClass("js");

jQuery.effects||function(f,i){function l(c){var a;return c&&c.constructor==Array&&c.length==3?c:(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))?[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)]:(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))?[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55]:(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))?[parseInt(a[1],16),parseInt(a[2],
16),parseInt(a[3],16)]:(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))?[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)]:/rgba\(0, 0, 0, 0\)/.exec(c)?m.transparent:m[f.trim(c).toLowerCase()]}function n(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;)b=c[e],typeof c[b]=="string"&&(d=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),a[d]=c[b]);else for(b in c)typeof c[b]===
"string"&&(a[b]=c[b]);return a}function o(c){var a,b;for(a in c)b=c[a],(b==null||f.isFunction(b)||a in q||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))&&delete c[a];return c}function r(c,a){var b={_:0},d;for(d in a)c[d]!=a[d]&&(b[d]=a[d]);return b}function j(c,a,b,d){if(typeof c=="object")d=a,b=null,a=c,c=a.effect;f.isFunction(a)&&(d=a,b=null,a={});if(typeof a=="number"||f.fx.speeds[a])d=b,b=a,a={};f.isFunction(b)&&(d=b,b=null);a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?
b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function k(c){return!c||typeof c==="number"||f.fx.speeds[c]?!0:typeof c==="string"&&!f.effects[c]?!0:!1}f.effects={};f.each("backgroundColor,borderBottomColor,borderLeftColor,borderRightColor,borderTopColor,borderColor,color,outlineColor".split(","),function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){var c;c=b.elem;var e=a,h;do{h=f.curCSS(c,e);if(h!=""&&h!="transparent"||f.nodeName(c,"body"))break;e="backgroundColor"}while(c=
c.parentNode);c=l(h);b.start=c;b.end=l(b.end);b.colorInit=!0}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var m={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],
darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],
maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},p=["add","remove","toggle"],q={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b,d){f.isFunction(b)&&(d=b,b=null);return this.queue(function(){var e=f(this),h=e.attr("style")||
" ",g=o(n.call(this)),i,j=e.attr("class");f.each(p,function(a,b){if(c[b])e[b+"Class"](c[b])});i=o(n.call(this));e.attr("class",j);e.animate(r(g,i),{queue:!1,duration:a,easing:b,complete:function(){f.each(p,function(a,b){if(c[b])e[b+"Class"](c[b])});typeof e.attr("style")=="object"?(e.attr("style").cssText="",e.attr("style").cssText=h):e.attr("style",h);d&&d.apply(this,arguments);f.dequeue(this)}})})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,
[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===i?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,
remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.16",save:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){a=="toggle"&&(a=c.is(":hidden")?"show":"hide");return a},getBaseline:function(c,a){var b,d;switch(c[0]){case "top":b=0;break;case "middle":b=0.5;break;case "bottom":b=1;break;default:b=c[0]/a.height}switch(c[1]){case "left":d=
0;break;case "center":d=0.5;break;case "right":d=1;break;default:d=c[1]/a.width}return{x:d,y:b}},createWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent();var a={width:c.outerWidth(!0),height:c.outerHeight(!0),"float":c.css("float")},b=f("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),d=document.activeElement;c.wrap(b);(c[0]===d||f.contains(c[0],d))&&f(d).focus();b=c.parent();c.css("position")==
"static"?(b.css({position:"relative"}),c.css({position:"relative"})):(f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")}),f.each(["top","left","bottom","right"],function(b,d){a[d]=c.css(d);isNaN(parseInt(a[d],10))&&(a[d]="auto")}),c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"}));return b.css(a).show()},removeWrapper:function(c){var a,b=document.activeElement;return c.parent().is(".ui-effects-wrapper")?(a=c.parent().replaceWith(c),(c[0]===b||f.contains(c[0],b))&&f(b).focus(),
a):c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(a,f){unit=c.cssUnit(f);unit[0]>0&&(d[f]=unit[0]*b+unit[1])});return d}});f.fn.extend({effect:function(c,a,b,d){var e=j.apply(this,arguments),h={options:e[1],duration:e[2],callback:e[3]},e=h.options.mode,g=f.effects[c];return f.fx.off||!g?e?this[e](h.duration,h.callback):this.each(function(){h.callback&&h.callback.call(this)}):g.call(this,h)},_show:f.fn.show,show:function(c){if(k(c))return this._show.apply(this,arguments);else{var a=j.apply(this,
arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(k(c))return this._hide.apply(this,arguments);else{var a=j.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(k(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=j.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em",
"px","%","pt"],function(c,e){a.indexOf(e)>0&&(b=[parseFloat(a),e])});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){return(a/=e/2)<1?d/2*a*a+b:-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*
((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){return(a/=e/2)<1?d/2*a*a*a+b:d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){return(a/=e/2)<1?d/2*a*a*a*a+b:-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){return(a/=e/2)<1?d/2*
a*a*a*a*a+b:d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){return a==0?b:a==e?b+d:(a/=e/2)<1?d/2*Math.pow(2,10*(a-1))+b:d/
2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){return(a/=e/2)<1?-d/2*(Math.sqrt(1-a*a)-1)+b:d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){var c=1.70158,f=0,g=d;if(a==0)return b;if((a/=e)==1)return b+d;f||(f=e*0.3);g<Math.abs(d)?(g=d,c=f/4):c=f/(2*Math.PI)*Math.asin(d/g);return-(g*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/
f))+b},easeOutElastic:function(c,a,b,d,e){var c=1.70158,f=0,g=d;if(a==0)return b;if((a/=e)==1)return b+d;f||(f=e*0.3);g<Math.abs(d)?(g=d,c=f/4):c=f/(2*Math.PI)*Math.asin(d/g);return g*Math.pow(2,-10*a)*Math.sin((a*e-c)*2*Math.PI/f)+d+b},easeInOutElastic:function(c,a,b,d,e){var c=1.70158,f=0,g=d;if(a==0)return b;if((a/=e/2)==2)return b+d;f||(f=e*0.3*1.5);g<Math.abs(d)?(g=d,c=f/4):c=f/(2*Math.PI)*Math.asin(d/g);return a<1?-0.5*g*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/f)+b:g*Math.pow(2,-10*
(a-=1))*Math.sin((a*e-c)*2*Math.PI/f)*0.5+d+b},easeInBack:function(c,a,b,d,e,f){f==i&&(f=1.70158);return d*(a/=e)*a*((f+1)*a-f)+b},easeOutBack:function(c,a,b,d,e,f){f==i&&(f=1.70158);return d*((a=a/e-1)*a*((f+1)*a+f)+1)+b},easeInOutBack:function(c,a,b,d,e,f){f==i&&(f=1.70158);return(a/=e/2)<1?d/2*a*a*(((f*=1.525)+1)*a-f)+b:d/2*((a-=2)*a*(((f*=1.525)+1)*a+f)+2)+b},easeInBounce:function(c,a,b,d,e){return d-f.easing.easeOutBounce(c,e-a,0,d,e)+b},easeOutBounce:function(c,a,b,d,e){return(a/=e)<1/2.75?
d*7.5625*a*a+b:a<2/2.75?d*(7.5625*(a-=1.5/2.75)*a+0.75)+b:a<2.5/2.75?d*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:d*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},easeInOutBounce:function(c,a,b,d,e){return a<e/2?f.easing.easeInBounce(c,a*2,0,d,e)*0.5+b:f.easing.easeOutBounce(c,a*2-e,0,d,e)*0.5+d*0.5+b}})}(jQuery);

(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:!1,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&&
this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);

(function(d){d.fn.placehold=function(c){function f(){for(i=0;i<arguments.length;i++)arguments[i].toggle()}c=c||"placeholder";return d.fn.placehold.is_supported()?this:this.each(function(){var a=d(this),b=a.attr("placeholder");if(b){(a.val()===""||a.val()==b)&&a.addClass(c).val(b);if(a.is(":password")){var e=d("<input />",{"class":a.attr("class")+" "+c,value:b});e.bind("focus.placehold",function(){f(a,e);a.focus()});a.bind("blur.placehold",function(){a.val()===""&&f(a,e)});a.hide().after(e)}a.bind({"focus.placehold":function(){a.val()==
b&&a.removeClass(c).val("")},"blur.placehold":function(){a.val()===""&&a.addClass(c).val(b)}});a.closest("form").bind("submit.placehold",function(){a.val()==b&&a.val("");return!0})}})};d.fn.placehold.is_supported=function(){return"placeholder"in document.createElement("input")}})(jQuery);

jsUri=function(a){a==void 0&&(a="");this._uri=this.parseUri(a);this._query=new jsUri.query(this._uri.query)};jsUri.options={strictMode:!1,key:"source,protocol,authority,userInfo,user,password,host,port,relative,path,directory,file,query,anchor".split(","),q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}};
jsUri.prototype={};jsUri.prototype.parseUri=function(a){for(var b=jsUri.options,a=b.parser[b.strictMode?"strict":"loose"].exec(a),c={},d=14;d--;)c[b.key[d]]=a[d]||"";c[b.q.name]={};c[b.key[12]].replace(b.q.parser,function(a,d,g){d&&(c[b.q.name][d]=g)});return c};
jsUri.prototype.toString=function(){var a="",b=function(a){return a!=null&&a!=""};b(this.protocol())?(a+=this.protocol(),this.protocol().indexOf(":")!=this.protocol().length-1&&(a+=":"),a+="//"):this.hasAuthorityPrefix()&&b(this.host())&&(a+="//");b(this.userInfo())&&b(this.host())&&(a+=this.userInfo(),this.userInfo().indexOf("@")!=this.userInfo().length-1&&(a+="@"));b(this.host())&&(a+=this.host(),b(this.port())&&(a+=":"+this.port()));if(b(this.path()))a+=this.path();else if(b(this.host())&&(b(this.query().toString())||
b(this.anchor())))a+="/";b(this.query().toString())&&(this.query().toString().indexOf("?")!=0&&(a+="?"),a+=this.query().toString());b(this.anchor())&&(this.anchor().indexOf("#")!=0&&(a+="#"),a+=this.anchor());return a};jsUri.prototype.protocol=function(a){if(typeof a!="undefined")this._uri.protocol=a;return this._uri.protocol};
jsUri.prototype.hasAuthorityPrefix=function(a){if(typeof a!="undefined")this._hasAuthorityPrefix=a;return this._hasAuthorityPrefix==null?this._uri.source.indexOf("//")!=-1:this._hasAuthorityPrefix};jsUri.prototype.userInfo=function(a){if(typeof a!="undefined")this._uri.userInfo=a;return this._uri.userInfo};jsUri.prototype.host=function(a){if(typeof a!="undefined")this._uri.host=a;return this._uri.host};jsUri.prototype.port=function(a){if(typeof a!="undefined")this._uri.port=a;return this._uri.port};
jsUri.prototype.path=function(a){if(typeof a!="undefined")this._uri.path=a;return this._uri.path};jsUri.prototype.query=function(a){if(typeof a!="undefined")this._query=new jsUri.query(a);return this._query};jsUri.prototype.anchor=function(a){if(typeof a!="undefined")this._uri.anchor=a;return this._uri.anchor};jsUri.prototype.setProtocol=function(a){this.protocol(a);return this};jsUri.prototype.setHasAuthorityPrefix=function(a){this.hasAuthorityPrefix(a);return this};
jsUri.prototype.setUserInfo=function(a){this.userInfo(a);return this};jsUri.prototype.setHost=function(a){this.host(a);return this};jsUri.prototype.setPort=function(a){this.port(a);return this};jsUri.prototype.setPath=function(a){this.path(a);return this};jsUri.prototype.setQuery=function(a){this.query(a);return this};jsUri.prototype.setAnchor=function(a){this.anchor(a);return this};jsUri.query=function(a){this.params=this.parseQuery(a)};jsUri.query.prototype={};
jsUri.query.prototype.toString=function(){var a="",b;for(b in this.params){var c=this.params[b];c.join("=");a.length>0&&(a+="&");a+=c.join("=")}return a};jsUri.query.prototype.parseQuery=function(a){var b=[];if(a==null||a=="")return b;var a=a.toString().split(/[&;]/),c;for(c in a){var d=a[c].split("=");b.push([d[0],d[1]])}return b};jsUri.query.prototype.decode=function(a){a=decodeURIComponent(a);return a=a.replace("+"," ")};
jsUri.prototype.getQueryParamValue=function(a){for(var b in this.query().params){var c=this.query().params[b];if(this.query().decode(a)==this.query().decode(c[0]))return c[1]}};jsUri.prototype.getQueryParamValues=function(a){var b=[],c;for(c in this.query().params){var d=this.query().params[c];this.query().decode(a)==this.query().decode(d[0])&&b.push(d[1])}return b};
jsUri.prototype.deleteQueryParam=function(a,b){var c=[],d;for(d in this.query().params){var e=this.query().params[d];arguments.length==2&&this.query().decode(e[0])==this.query().decode(a)&&this.query().decode(e[1])==this.query().decode(b)||arguments.length==1&&this.query().decode(e[0])==this.query().decode(a)||c.push(e)}this.query().params=c;return this};
jsUri.prototype.addQueryParam=function(a,b,c){arguments.length==3&&c!=-1?(c=Math.min(c,this.query().params.length),this.query().params.splice(c,0,[a,b])):arguments.length>0&&this.query().params.push([a,b]);return this};
jsUri.prototype.replaceQueryParam=function(a,b,c){if(arguments.length==3){var d=-1,e;for(e in this.query().params){var f=this.query().params[e];if(this.query().decode(f[0])==this.query().decode(a)&&decodeURIComponent(f[1])==this.query().decode(c)){d=e;break}}return this.deleteQueryParam(a,c).addQueryParam(a,b,d)}else{d=-1;for(e in this.query().params)if(f=this.query().params[e],this.query().decode(f[0])==this.query().decode(a)){d=e;break}return this.deleteQueryParam(a).addQueryParam(a,b,d)}};
jsUri.prototype.clone=function(){return new jsUri(this.toString())};

(function(a){var d;a(document).ready(function(){a.support.transition=function(){var a=(document.body||document.documentElement).style;return a.transition!==void 0||a.WebkitTransition!==void 0||a.MozTransition!==void 0||a.MsTransition!==void 0||a.OTransition!==void 0}();a.support.transition&&(d="TransitionEnd",a.browser.webkit?d="webkitTransitionEnd":a.browser.mozilla?d="transitionend":a.browser.opera&&(d="oTransitionEnd"))});var f=function(b,c){this.settings=a.extend({},a.fn.alert.defaults,c);this.$element=
a(b).delegate(this.settings.selector,"click",this.close)};f.prototype={close:function(b){function c(){e.remove()}var e=a(this).parent(".alert-message");b&&b.preventDefault();e.removeClass("in");a.support.transition&&e.hasClass("fade")?e.bind(d,c):c()}};a.fn.alert=function(b){return b===!0?this.data("alert"):this.each(function(){var c=a(this);if(typeof b=="string")return c.data("alert")[b]();a(this).data("alert",new f(this,b))})};a.fn.alert.defaults={selector:".close"};a(document).ready(function(){new f(a("body"),
{selector:".alert-message[data-alert] .close"})})})(window.jQuery||window.ender);

function hoverFunctions(){$("a.close-add-to-library").click(function(){$(this).closest("div.thumb-image").children("div.thumb-hover").show();$(this).closest("div.add-to-library").remove();return!1});$("input#add-to-new-lib-text").focus(function(){$(this).closest("ul.overlay-ul").find("li#radio-add-to-existing-lib").removeClass("focused");$(this).closest("ul.overlay-ul").find("li#radio-add-to-new-lib").addClass("focused");$(this).closest("ul.overlay-ul").find("input#add-to-existing-lib").removeAttr("checked");
$(this).closest("ul.overlay-ul").find("input#add-to-new-lib").attr("checked","checked");return!0});$("select#add-to-existing-lib-selection").focus(function(){$(this).closest("ul.overlay-ul").find("li#radio-add-to-new-lib").removeClass("focused");$(this).closest("ul.overlay-ul").find("li#radio-add-to-existing-lib").addClass("focused");$(this).closest("ul.overlay-ul").find("input#add-to-new-lib").removeAttr("checked");$(this).closest("ul.overlay-ul").find("input#add-to-existing-lib").attr("checked",
"checked");return!0});$(".add-to-lib-form").submit(function(){var b=$(this),a=$(this).find("select#add-to-existing-lib-selection").val(),c="";b.find(":checked").is("#add-to-new-lib")&&(a="/libraries/add_pattern_to_new_library/p="+$("#add-to-new-lib").val()+"/",c=$(this).serialize());$.ajax({type:"POST",url:a,data:c,cache:!1,success:function(a){a.success===!0&&(b.closest("div.thumb-image").children("div.thumb-hover").show(),b.closest("div.thumb-image").children("div.add-to-library").remove())},dataType:"json"});
return!1})};

function infoFade(){$("div.thumb-image").hover(function(){$(this).find("div.thumb-hover").fadeIn("normal")},function(){$(this).find("div.thumb-hover").fadeOut("normal")})};

(function(a){function d(){a(b).parent("li").removeClass("open")}a.fn.dropdown=function(c){return this.each(function(){a(this).delegate(c||b,"click",function(){var b=a(this).parent("li"),c=b.hasClass("open");d();!c&&b.toggleClass("open");return!1})})};var b="a.menu, .dropdown-toggle";a(function(){a("html").bind("click",d);a("body").dropdown("[data-dropdown] a.menu, [data-dropdown] .dropdown-toggle")})})(window.jQuery||window.ender);

(function(d){d.fn.placehold=function(c){function f(){for(i=0;i<arguments.length;i++)arguments[i].toggle()}c=c||"placeholder";return d.fn.placehold.is_supported()?this:this.each(function(){var a=d(this),b=a.attr("placeholder");if(b){(a.val()===""||a.val()==b)&&a.addClass(c).val(b);if(a.is(":password")){var e=d("<input />",{"class":a.attr("class")+" "+c,value:b});e.bind("focus.placehold",function(){f(a,e);a.focus()});a.bind("blur.placehold",function(){a.val()===""&&f(a,e)});a.hide().after(e)}a.bind({"focus.placehold":function(){a.val()==
b&&a.removeClass(c).val("")},"blur.placehold":function(){a.val()===""&&a.addClass(c).val(b)}});a.closest("form").bind("submit.placehold",function(){a.val()==b&&a.val("");return!0})}})};d.fn.placehold.is_supported=function(){return"placeholder"in document.createElement("input")}})(jQuery);

$(document).ready(function(){$(".taglisttoggler").click(function(){var a=$("a#tags-with-arrow");$("#filters-nav-tags").hasClass("active")===!0?a.html("Tags <small>&#9660;</small>"):a.html("Tags <small>&#9650;</small>");$("#taglist").toggle(0);$("#filters-nav-tags").toggleClass("active");$("div.intro").hide()});window.location.search.substring(1).match(/tag=/)&&$("#taglist").show()});$(document).ready(function(){$("#orglisttoggler").click(function(){$("#orglist").toggle(0);return!1})});
$(document).ready(function(){$(":not(a#orglisttoggler, div#orglist, a.org-item)").click(function(){$("#orglist").hide();return!0})});$(document).ready(function(){$("#filters-nav-tags").click(function(){$("#filters-nav-patterns").removeClass("active")})});$().ready(function(){$("input#search-box").placehold({placeholderClassName:"placeholder-text"})});$(document).ready(function(){$("#select-library").change(function(){window.location.replace($(this).val())})});

