var Drupal=Drupal||{settings:{},behaviors:{},themes:{},locale:{}};Drupal.jsEnabled=true;Drupal.attachBehaviors=function(context){context=context||document;jQuery.each(Drupal.behaviors,function(){this(context)})};Drupal.checkPlain=function(str){str=String(str);var replace={'&':'&amp;','"':'&quot;','<':'&lt;','>':'&gt;'};for(var character in replace){var regex=new RegExp(character,'g');str=str.replace(regex,replace[character])};return str};Drupal.t=function(str,args){if(Drupal.locale.strings&&Drupal.locale.strings[str])str=Drupal.locale.strings[str];if(args)for(var key in args){switch(key.charAt(0)){case'@':args[key]=Drupal.checkPlain(args[key]);break;case'!':break;case'%':default:args[key]=Drupal.theme('placeholder',args[key]);break};str=str.replace(key,args[key])};return str};Drupal.formatPlural=function(count,singular,plural,args){var args=args||{};args['@count']=count;var index=Drupal.locale.pluralFormula?Drupal.locale.pluralFormula(args['@count']):((args['@count']==1)?0:1);if(index==0){return Drupal.t(singular,args)}else if(index==1){return Drupal.t(plural,args)}else{args['@count['+index+']']=args['@count'];delete args['@count'];return Drupal.t(plural.replace('@count','@count['+index+']'))}};Drupal.theme=function(func){for(var i=1,args=[];i<arguments.length;i++)args.push(arguments[i]);return(Drupal.theme[func]||Drupal.theme.prototype[func]).apply(this,args)};Drupal.parseJson=function(data){if((data.substring(0,1)!='{')&&(data.substring(0,1)!='['))return{status:0,data:data.length?data:Drupal.t('Unspecified error')};return eval('('+data+');')};Drupal.freezeHeight=function(){Drupal.unfreezeHeight();var div=document.createElement('div');$(div).css({position:'absolute',top:'0px',left:'0px',width:'1px',height:$('body').css('height')}).attr('id','freeze-height');$('body').append(div)};Drupal.unfreezeHeight=function(){$('#freeze-height').remove()};Drupal.encodeURIComponent=function(item,uri){uri=uri||location.href;item=encodeURIComponent(item).replace(/%2F/g,'/');return(uri.indexOf('?q=')!=-1)?item:item.replace(/%26/g,'%2526').replace(/%23/g,'%2523').replace(/\/\//g,'/%252F')};Drupal.getSelection=function(element){if(typeof(element.selectionStart)!='number'&&document.selection){var range1=document.selection.createRange(),range2=range1.duplicate();range2.moveToElementText(element);range2.setEndPoint('EndToEnd',range1);var start=range2.text.length-range1.text.length,end=start+range1.text.length;return{start:start,end:end}};return{start:element.selectionStart,end:element.selectionEnd}};Drupal.ahahError=function(xmlhttp,uri){if(xmlhttp.status==200){if(jQuery.trim(xmlhttp.responseText)){var message=Drupal.t("An error occurred. \n@uri\n@text",{'@uri':uri,'@text':xmlhttp.responseText})}else var message=Drupal.t("An error occurred. \n@uri\n(no information available).",{'@uri':uri})}else var message=Drupal.t("An HTTP error @status occurred. \n@uri",{'@uri':uri,'@status':xmlhttp.status});return message.replace(/\n/g,'<br />')};$(document.documentElement).addClass('js');$(document).ready(function(){Drupal.attachBehaviors(this)});Drupal.theme.prototype={placeholder:function(str){return'<em>'+Drupal.checkPlain(str)+'</em>'}};
var Authcache={isEnabled:true,isDebug:false,json:{},ajax:{},info:{},ajax_count:0,timeStart:new Date().getTime()};Authcache.init=function(){Authcache.init.preprocess();authcacheLength=0;for(i in Authcache.ajax)authcacheLength++;if(authcacheLength>1||(!Authcache.isEnabled&&authcacheLength>0)){Authcache.ajaxRequest(Authcache.ajax)}else if(Authcache.isDebug){$("#authcachedebug").append("Ajax request not sent.<br>");Authcache.debugTimer()}};Authcache.init.preprocess=function(){$(".authcache-user").html($.cookie("drupal_user"));$("a.authcache-user-link").each(function(){$this=$(this);$this.html($this.html().replace('!username',$.cookie("drupal_user"))).attr("href",Drupal.settings.basePath+'user')});$("form input[name='form_token_id']").each(function(){if(Authcache.ajax["form_token_id[]"]==null)Authcache.ajax["form_token_id[]"]=new Array();Authcache.ajax["form_token_id[]"].push(this.form.form_token_id.value);$form=$(this.form);$("input:submit",$form).bind("click keypress",function(){$(this.form).data("button",[this.name,this.value])})});$("form").submit(function(){if(typeof this.form_token_id!="undefined"&&!this.form_token.value){this.form_token.className="authcache-must-submit";Authcache.ajaxRequest({"form_token_id[]":this.form_token_id.value});return false}});$("a:contains('My account')").attr("href",Drupal.settings.basePath+"user");if(Authcache.isEnabled){if($.cookie("drupal_user")&&Authcache.info.cache_uid!=$.cookie("drupal_uid")&&$("#authcache-tabs").length){ajaxJson={q:Authcache.ajax.q,menu_local_tasks:1,max_age:86400};Authcache.ajaxRequest(ajaxJson)};if(Authcache.info.cache_uid&&Authcache.ajax.q.substring(0,5)=="forum"){$(".authcache-topic-new").each(function(i,elSpan){if(Authcache.ajax["forum_topic_new[]"]==null)Authcache.ajax["forum_topic_new[]"]=new Array();id=elSpan.getAttribute("data-forum-id");Authcache.ajax["forum_topic_new[]"].push(id)});$(".authcache-topic-info").each(function(i,elSpan){timestamp=elSpan.getAttribute("data-timestamp");nid=elSpan.getAttribute("data-nid");Authcache.ajax["forum_topic_info["+nid+"]"]=new Array(timestamp)})};if(Authcache.info.comment_usertime!=null)$(".authcache-comment-edit[data-comment-uid="+$.cookie("drupal_uid")+"]").each(function(i,elSpan){cid=elSpan.getAttribute("data-comment-id");$(this).parent().find(".links").find(".first").removeClass("first").parent().prepend('<li class="comment_edit first"><a href="'+Drupal.settings.basePath+'comment/edit/'+cid+'">'+Authcache.info.t.edit+'</a></li>')})};$(".authcache-block").each(function(i,el){maxAge=el.getAttribute("data-block-cache");cid=el.getAttribute("data-block-cid");id=el.id.replace("authcache-block-","");if(maxAge){ajax={};ajax["blocks["+id+"]"]=cid;ajax.max_age=maxAge;Authcache.ajaxRequest(ajax)}else Authcache.ajax["blocks["+id+"]"]=cid});if($("#block-poll-0").length||$("#poll-view-voting").length)$(".poll").each(function(i,el){elNid=$(el).find(".authcache-poll");nid=elNid.get(0).getAttribute("data-nid");ajaxJson={'poll[nid]':nid,'poll[block]':$(el).parents(".block-inner").length,time:$.cookie('nid'+nid),max_age:600};Authcache.ajaxRequest(ajaxJson)})};Authcache.ajaxRequest=function(jsonData){$.ajax({url:Drupal.settings.basePath,type:((Drupal.settings.Authcache&&Drupal.settings.Authcache.post)||jQuery.param(jsonData).length>2e3)?"POST":"GET",dataType:"json",data:jsonData,async:(jsonData.max_age!=null)?false:true,success:function(data){Authcache.json=jQuery.extend(true,Authcache.json,data);for(key in data){funcName="_authcache_"+key;try{eval(funcName+"(data[key])")}catch(e){}};if(Authcache.isDebug)Authcache.debug({sent:jsonData,received:data})},beforeSend:function(xhr){xhr.setRequestHeader("Authcache","1")},error:Authcache.ajaxError})};Authcache.ajaxError=function(XMLHttpRequest,textStatus,errorThrown){if(Authcache.isDebug)$("#authcachedebug").append(Authcache.debugFieldset("Ajax Response Error ("+textStatus+")",{ERROR:XMLHttpRequest.responseText.replace(/\n/g,"")}))};Authcache.getValue=function(needle,str){matches=str.match(eval("/"+needle+"(.[^\\s]*)/"));return(matches==null)?false:matches[1]};jQuery(function(){if(typeof authcacheFooter=="undefined"){Authcache.isEnabled=false}else Authcache=jQuery.extend(true,Authcache,authcacheFooter)})
function _authcache_form_token_id(vars){for(key in vars)$("form input[name='form_token_id'][value='"+key+"']").each(function(){$form=$(this.form);oInputToken=$form.find("input[name='form_token']");oInputToken.val(vars[key]);if(oInputToken.hasClass("authcache-must-submit")){button=$form.data("button");$form.append('<input type="hidden" name="'+button[0]+'" value="'+button[1]+'" />');this.form.submit()}})}
function _authcache_contact(vars){$("#contact-mail-page input[name='name']").val(vars.name);$("#contact-mail-page input[name='mail']").val(vars.mail)}
function _authcache_node_history(historyTimestamp){if(Authcache.info.comment_usertime!=null)$(".authcache-comment-new").each(function(i,elSpan){timestamp=elSpan.getAttribute("data-timestamp");if(timestamp>=historyTimestamp||(timestamp>=Authcache.info.comment_usertime&&Authcache.info.cache_time>=historyTimestamp-2&&Authcache.info.cache_uid==$.cookie("drupal_uid")))$(elSpan).hide().html(Authcache.info.t["new"]).fadeIn()})}
function _authcache_forum_topic_new(vars){for(id in vars)$(".authcache-topic-new[data-forum-id="+id+"]").before("<br />").hide().html(""+vars[id]).fadeIn()}
function _authcache_forum_topic_info(vars){for(id in vars){$(".authcache-topic-replies[data-nid="+id+"]").before("<br />").hide().html(""+vars[id]).fadeIn();oIcon=$(".authcache-topic-icon[data-nid="+id+"]");oIcon.html(oIcon.html().replace(/default/g,"new"));oIcon.html(oIcon.html().replace(/-hot/g,"-hot-new"))}}
function _authcache_poll(vars){if(vars.block==1){$("#block-poll-0 .poll").html(vars.html)}else $("#node-"+vars.nid+" .poll").html(vars.html)}
function _authcache_blocks(vars){for(id in vars){$("#authcache-block-subj-"+id).html(vars[id]['subject']);$("#authcache-block-"+id).html(vars[id]['content'])}}
function _authcache_menu_local_tasks(vars){$("#authcache-tabs").html(vars)};jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1};var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1e3))}else date=options.expires;expires='; expires='+date.toUTCString()};var path=options.path?'; path='+(options.path):'',domain=options.domain?'; domain='+(options.domain):'',secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('')}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break}}};return cookieValue}};jQuery(function(){if(typeof Authcache.debug!="undefined")if(!Authcache.info.debug_users||jQuery.inArray($.cookie('drupal_user'),Authcache.info.debug_users)!=-1){Authcache.isDebug=true;Authcache.debug(false);$.cookie('authcache_debug',1)}});
// ColorBox v1.3.14 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2010 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(b,ib){var t="none",M="LoadedContent",c=false,v="resize.",o="y",q="auto",e=true,L="nofollow",m="x";function f(a,c){a=a?' id="'+i+a+'"':"";c=c?' style="'+c+'"':"";return b("<div"+a+c+"/>")}function p(a,b){b=b===m?n.width():n.height();return typeof a==="string"?Math.round(/%/.test(a)?b/100*parseInt(a,10):parseInt(a,10)):a}function U(b){return a.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(b)}function cb(a){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!=="on")a[c]=a[c].call(l);a.rel=a.rel||l.rel||L;a.href=a.href||b(l).attr("href");a.title=a.title||l.title;return a}function w(c,a){a&&a.call(l);b.event.trigger(c)}function jb(){var b,e=i+"Slideshow_",c="click."+i,f,k;if(a.slideshow&&h[1]){f=function(){F.text(a.slideshowStop).unbind(c).bind(V,function(){if(g<h.length-1||a.loop)b=setTimeout(d.next,a.slideshowSpeed)}).bind(W,function(){clearTimeout(b)}).one(c+" "+N,k);j.removeClass(e+"off").addClass(e+"on");b=setTimeout(d.next,a.slideshowSpeed)};k=function(){clearTimeout(b);F.text(a.slideshowStart).unbind([V,W,N,c].join(" ")).one(c,f);j.removeClass(e+"on").addClass(e+"off")};a.slideshowAuto?f():k()}}function db(c){if(!O){l=c;a=cb(b.extend({},b.data(l,r)));h=b(l);g=0;if(a.rel!==L){h=b("."+G).filter(function(){return (b.data(this,r).rel||this.rel)===a.rel});g=h.index(l);if(g===-1){h=h.add(l);g=h.length-1}}if(!u){u=E=e;j.show();if(a.returnFocus)try{l.blur();b(l).one(eb,function(){try{this.focus()}catch(a){}})}catch(f){}x.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":q}).show();a.w=p(a.initialWidth,m);a.h=p(a.initialHeight,o);d.position(0);X&&n.bind(v+P+" scroll."+P,function(){x.css({width:n.width(),height:n.height(),top:n.scrollTop(),left:n.scrollLeft()})}).trigger("scroll."+P);w(fb,a.onOpen);Y.add(H).add(I).add(F).add(Z).hide();ab.html(a.close).show()}d.load(e)}}var gb={transition:"elastic",speed:300,width:c,initialWidth:"600",innerWidth:c,maxWidth:c,height:c,initialHeight:"450",innerHeight:c,maxHeight:c,scalePhotos:e,scrolling:e,inline:c,html:c,iframe:c,photo:c,href:c,title:c,rel:c,opacity:.9,preloading:e,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:c,returnFocus:e,loop:e,slideshow:c,slideshowAuto:e,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:c,onLoad:c,onComplete:c,onCleanup:c,onClosed:c,overlayClose:e,escKey:e,arrowKey:e},r="colorbox",i="cbox",fb=i+"_open",W=i+"_load",V=i+"_complete",N=i+"_cleanup",eb=i+"_closed",Q=i+"_purge",hb=i+"_loaded",A=b.browser.msie&&!b.support.opacity,X=A&&b.browser.version<7,P=i+"_IE6",x,j,B,s,bb,T,R,S,h,n,k,J,K,Z,Y,F,I,H,ab,C,D,y,z,l,g,a,u,E,O=c,d,G=i+"Element";d=b.fn[r]=b[r]=function(c,f){var a=this,d;if(!a[0]&&a.selector)return a;c=c||{};if(f)c.onComplete=f;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=e}a.each(function(){b.data(this,r,b.extend({},b.data(this,r)||gb,c));b(this).addClass(G)});d=c.open;if(b.isFunction(d))d=d.call(a);d&&db(a[0]);return a};d.init=function(){var l="hover",m="clear:left";n=b(ib);j=f().attr({id:r,"class":A?i+"IE":""});x=f("Overlay",X?"position:absolute":"").hide();B=f("Wrapper");s=f("Content").append(k=f(M,"width:0; height:0; overflow:hidden"),K=f("LoadingOverlay").add(f("LoadingGraphic")),Z=f("Title"),Y=f("Current"),I=f("Next"),H=f("Previous"),F=f("Slideshow").bind(fb,jb),ab=f("Close"));B.append(f().append(f("TopLeft"),bb=f("TopCenter"),f("TopRight")),f(c,m).append(T=f("MiddleLeft"),s,R=f("MiddleRight")),f(c,m).append(f("BottomLeft"),S=f("BottomCenter"),f("BottomRight"))).children().children().css({"float":"left"});J=f(c,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(x,j.append(B,J));s.children().hover(function(){b(this).addClass(l)},function(){b(this).removeClass(l)}).addClass(l);C=bb.height()+S.height()+s.outerHeight(e)-s.height();D=T.width()+R.width()+s.outerWidth(e)-s.width();y=k.outerHeight(e);z=k.outerWidth(e);j.css({"padding-bottom":C,"padding-right":D}).hide();I.click(d.next);H.click(d.prev);ab.click(d.close);s.children().removeClass(l);b("."+G).live("click",function(a){if(!(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)){a.preventDefault();db(this)}});x.click(function(){a.overlayClose&&d.close()});b(document).bind("keydown",function(b){if(u&&a.escKey&&b.keyCode===27){b.preventDefault();d.close()}if(u&&a.arrowKey&&!E&&h[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();H.click()}else if(b.keyCode===39&&(g<h.length-1||a.loop)){b.preventDefault();I.click()}})};d.remove=function(){j.add(x).remove();b("."+G).die("click").removeData(r).removeClass(G)};d.position=function(f,d){function b(a){bb[0].style.width=S[0].style.width=s[0].style.width=a.style.width;K[0].style.height=K[1].style.height=s[0].style.height=T[0].style.height=R[0].style.height=a.style.height}var e,h=Math.max(document.documentElement.clientHeight-a.h-y-C,0)/2+n.scrollTop(),g=Math.max(n.width()-a.w-z-D,0)/2+n.scrollLeft();e=j.width()===a.w+z&&j.height()===a.h+y?0:f;B[0].style.width=B[0].style.height="9999px";j.dequeue().animate({width:a.w+z,height:a.h+y,top:h,left:g},{duration:e,complete:function(){b(this);E=c;B[0].style.width=a.w+z+D+"px";B[0].style.height=a.h+y+C+"px";d&&d()},step:function(){b(this)}})};d.resize=function(b){if(u){b=b||{};if(b.width)a.w=p(b.width,m)-z-D;if(b.innerWidth)a.w=p(b.innerWidth,m);k.css({width:a.w});if(b.height)a.h=p(b.height,o)-y-C;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=k.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}k.css({height:a.h});d.position(a.transition===t?0:a.speed)}};d.prep=function(o){var e="hidden";function m(t){var q,f,o,e,m=h.length,s=a.loop;d.position(t,function(){if(u){A&&p&&k.fadeIn(100);k.show();w(hb);Z.show().html(a.title);if(m>1){typeof a.current==="string"&&Y.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,m)).show();I[s||g<m-1?"show":"hide"]().html(a.next);H[s||g?"show":"hide"]().html(a.previous);q=g?h[g-1]:h[m-1];o=g<m-1?h[g+1]:h[0];a.slideshow&&F.show();if(a.preloading){e=b.data(o,r).href||o.href;f=b.data(q,r).href||q.href;e=b.isFunction(e)?e.call(o):e;f=b.isFunction(f)?f.call(q):f;if(U(e))b("<img/>")[0].src=e;if(U(f))b("<img/>")[0].src=f}}K.hide();if(a.transition==="fade")j.fadeTo(l,1,function(){if(A)j[0].style.filter=c});else if(A)j[0].style.filter=c;n.bind(v+i,function(){d.position(0)});w(V,a.onComplete)}})}if(u){var p,l=a.transition===t?0:a.speed;n.unbind(v+i);k.remove();k=f(M).html(o);k.hide().appendTo(J.show()).css({width:function(){a.w=a.w||k.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?q:e}).css({height:function(){a.h=a.h||k.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);J.hide();b("#"+i+"Photo").css({cssFloat:t,marginLeft:q,marginRight:q});X&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==e}).css({visibility:e}).one(N,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(l,0,function(){m(0)}):m(l)}};d.load=function(u){var n,c,s,q=d.prep;E=e;l=h[g];u||(a=cb(b.extend({},b.data(l,r))));w(Q);w(W,a.onLoad);a.h=a.height?p(a.height,o)-y-C:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,m)-z-D:a.innerWidth&&p(a.innerWidth,m);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,m)-z-D;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-y-C;a.mh=a.h&&a.h<a.mh?a.h:a.mh}n=a.href;K.show();if(a.inline){f().hide().insertBefore(b(n)[0]).one(Q,function(){b(this).replaceWith(k.children())});q(b(n))}else if(a.iframe){j.one(hb,function(){var c=b("<iframe name='"+(new Date).getTime()+"' frameborder=0"+(a.scrolling?"":" scrolling='no'")+(A?" allowtransparency='true'":"")+" style='width:100%; height:100%; border:0; display:block;'/>");c[0].src=a.href;c.appendTo(k).one(Q,function(){c[0].src='//about:blank'})});q(" ")}else if(a.html)q(a.html);else if(U(n)){c=new Image;c.onload=function(){var e;c.onload=null;c.id=i+"Photo";b(c).css({border:t,display:"block",cssFloat:"left"});if(a.scalePhotos){s=function(){c.height-=c.height*e;c.width-=c.width*e};if(a.mw&&c.width>a.mw){e=(c.width-a.mw)/c.width;s()}if(a.mh&&c.height>a.mh){e=(c.height-a.mh)/c.height;s()}}if(a.h)c.style.marginTop=Math.max(a.h-c.height,0)/2+"px";h[1]&&(g<h.length-1||a.loop)&&b(c).css({cursor:"pointer"}).click(d.next);if(A)c.style.msInterpolationMode="bicubic";setTimeout(function(){q(c)},1)};setTimeout(function(){c.src=n},1)}else n&&J.load(n,function(d,c,a){q(c==="error"?"Request unsuccessful: "+a.statusText:b(this).children())})};d.next=function(){if(!E){g=g<h.length-1?g+1:0;d.load()}};d.prev=function(){if(!E){g=g?g-1:h.length-1;d.load()}};d.close=function(){if(u&&!O){O=e;u=c;w(N,a.onCleanup);n.unbind("."+i+" ."+P);x.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){w(Q);k.remove();j.add(x).css({opacity:1,cursor:q}).hide();setTimeout(function(){O=c;w(eb,a.onClosed)},1)})}};d.element=function(){return b(l)};d.settings=gb;b(d.init)})(jQuery,this);
(function($){Drupal.behaviors.initColorbox=function(context){if(!$.isFunction($.colorbox))return;$('a, area, input',context).filter('.colorbox:not(.initColorbox-processed)').addClass('initColorbox-processed').colorbox(Drupal.settings.colorbox)};$(document).bind('cbox_complete',function(){Drupal.attachBehaviors('#cboxLoadedContent')})})(jQuery);
(function($){Drupal.behaviors.initColorboxLoad=function(context){if(!$.isFunction($.colorbox))return;var settings=Drupal.settings.colorbox;$.urlParam=function(name,url){var results=new RegExp('[\\?&]'+name+'=([^&#]*)').exec(url);if(!results)return'';return results[1]||''};$('a, area, input',context).filter('.colorbox-load:not(.initColorboxLoad-processed)').addClass('initColorboxLoad-processed').colorbox({transition:settings.transition,speed:settings.speed,opacity:settings.opacity,slideshowAuto:settings.slideshowAuto,slideshowSpeed:settings.slideshowSpeed,slideshowStart:settings.slideshowStart,slideshowStop:settings.slideshowStop,current:settings.current,previous:settings.previous,next:settings.next,close:settings.close,overlayClose:settings.overlayClose,maxWidth:settings.maxWidth,maxHeight:settings.maxHeight,innerWidth:function(){return $.urlParam('width',$(this).attr('href'))},innerHeight:function(){return $.urlParam('height',$(this).attr('href'))},iframe:function(){return $.urlParam('iframe',$(this).attr('href'))},slideshow:function(){return $.urlParam('slideshow',$(this).attr('href'))}})}})(jQuery);
(function($){Drupal.behaviors.initColorboxInline=function(context){if(!$.isFunction($.colorbox))return;var settings=Drupal.settings.colorbox;$.urlParam=function(name,url){if(name=='fragment'){var results=new RegExp('(#[^&#]*)').exec(url)}else var results=new RegExp('[\\?&]'+name+'=([^&#]*)').exec(url);if(!results)return'';return results[1]||''};$('a, area, input',context).filter('.colorbox-inline:not(.initColorboxInline-processed)').addClass('initColorboxInline-processed').colorbox({transition:settings.transition,speed:settings.speed,opacity:settings.opacity,slideshow:settings.slideshow,slideshowAuto:settings.slideshowAuto,slideshowSpeed:settings.slideshowSpeed,slideshowStart:settings.slideshowStart,slideshowStop:settings.slideshowStop,current:settings.current,previous:settings.previous,next:settings.next,close:settings.close,overlayClose:settings.overlayClose,maxWidth:settings.maxWidth,maxHeight:settings.maxHeight,innerWidth:function(){return $.urlParam('width',$(this).attr('href'))},innerHeight:function(){return $.urlParam('height',$(this).attr('href'))},title:function(){return $.urlParam('title',$(this).attr('href'))},iframe:function(){return $.urlParam('iframe',$(this).attr('href'))},inline:function(){return $.urlParam('inline',$(this).attr('href'))},href:function(){return $.urlParam('fragment',$(this).attr('href'))}})}})(jQuery);

