if(!window.PONS){var PONS={immediate:function(){PONS.calculateConstants();PONS.disableAutocomplete()},immediateWithJQuery:function(){PONS.createNominations();Keys.instrument();PONS.startup()},startup:function(){jQuery.each(["LangSelect","JSSelect","Autocompleter","Keyboards","CursorManipulation","Popup","FlagsToSelect","Acapela","Audio","Toggle","HiddenText","LocaleForm","Examples","Feedback","Nominations","Externals","Synonyms","Trainer","LexiTrainer","Backlinks","TargetBlank","CollapsingTexts",
"Bookmarks","Debug"],function(){try{PONS[this].instrument()}catch(a){try{console.log("Could not initialize "+this);console.error(a)}catch(e){}}})},normalizeSpaceRegexp:/^\s*|\s(?=\s)|\s*$/g,normalizeSpaceCharacters:/[\s\u00a0]/,normalizeSpace:function(a){a=a.split(PONS.normalizeSpaceCharacters).join(" ");return a.replace(PONS.normalizeSpaceRegexp,"")},uniq:function(a){var e={},d,f=a.length,h=[];for(d=0;d<f;d++)e[a[d]]=a[d];for(d in e)e.hasOwnProperty(d)&&h.push(e[d]);return h},toQueryString:function(a){var e=
[];jQuery.each(a,function(d,f){e.push(d+"="+encodeURIComponent(f))});return e.join("&")},regexpEscape:function(a){return a.replace(/[\-\[\]\/{}()*+?.\\\^$|,#\s]/g,"\\$&")},calculateConstants:function(){PONS.calculateStylesheetBase();PONS.calculateJavascriptBase();PONS.assetBase=PONS.stylesheetBase.replace(/\w+\/$/,"");PONS.onIndexPage=document.getElementById("pons_eu_index")?true:false;PONS.metaElements=".style, .grammar, .region, .collocator, .sense, .colloc, .rhetoric, .info, .subject, .flexion, .age, .case, .or, .genus, .restriction, .object-case, .topic, .complement, .number, .tempus, .etymology, .dev, .debug_id"},
calculateStylesheetBase:function(){PONS.stylesheetBase="/fooostylesheets";for(var a=document.getElementsByTagName("link"),e=0;e<a.length;e++)if(a[e].rel==="stylesheet"&&a[e].href.match(/pons\.css|wake\.css/)){PONS.stylesheetBase=a[e].href.match(/.*\//)[0];return}try{console.error("stylesheet base url could not be calculated")}catch(d){}},calculateJavascriptBase:function(){PONS.javascriptBase="/fooojavascripts";for(var a=document.getElementsByTagName("script"),e=0;e<a.length;e++)if(a[e].src&&a[e].src.match(/pons\.min\.js|application\.js/)){PONS.javascriptBase=
a[e].src.match(/.*\//)[0];return}try{console.error("javascript base url could not be calculated")}catch(d){}},disableAutocomplete:function(){try{var a=document.getElementById("l");a&&a.setAttribute("autocomplete","off")}catch(e){console.error(e)}},searchUrl:function(a){return a.language&&window.Infos.pathParts&&window.Infos.dictionary===a.languagePair?PONS.catalogUrl(a):PONS.searchFormUrl(a)},catalogUrl:function(a){return"/"+window.Infos.pathParts[a.language]+"/"+encodeURIComponent(a.query)},searchFormUrl:function(a){var e=
{l:a.languagePair,q:a.query};if(a.language)e["in"]=a.language;return"/dict/search/results/?"+PONS.toQueryString(e)},languages:function(a){return[a.substr(0,2),a.substr(2,2)]},stopPropagation:function(a){a.stopPropagation()},readHeadwordFromEntry:function(a){a=jQuery(a);var e;if(e=a.data("headword"))return e;if(e=a.attr("rel")){a.data("headword",e);return e}if(e=jQuery.trim(a.find("td.source .headword, td.source .tilde").eq(0).text().replace(/[|\u00b7]/,""))){a.data("headword",e);return e}var d="";
a.find("h3").eq(0).contents().not("span, sup").each(function(){d+=this.nodeValue});d=jQuery.trim(d);d=d.replace(/ /g,"\u2026");d=d.replace(/[,\u00b7 \u0331 \u0323]/g,"");e=d=d.replace(new RegExp("\u2026","g")," ");a.data("headword",e);return e},readLanguageFromEntry:function(a){a=jQuery(a);return a.parents(".lang").attr("id")}};PONS.Popup={baseContainer:null,currentType:null,shouldHideOnDocumentClick:true,autoHideTimeout:5,instrument:function(){PONS.Popup.baseContainer=jQuery(document.createElement("div"));
PONS.Popup.baseContainer.attr("id","popup_container");jQuery("#col3_content").append(PONS.Popup.baseContainer);PONS.Popup.baseContainer.hide();jQuery(PONS.Popup.baseContainer).click(PONS.stopPropagation);jQuery(document).click(PONS.Popup.hide)},open:function(){PONS.Popup.isVisible()||PONS.Popup.show();return PONS.Popup},openNextTo:function(a){PONS.Popup.placeNextTo(a);PONS.Popup.open();return PONS.Popup},openNextToAndAutoHide:function(a,e){var d=e.find(".popup_timeout");d.length==1&&d.html(PONS.Popup.autoHideTimeout);
d="autohide_"+(new Date).getTime()+(new Date).getMilliseconds();e.attr("id",d);window.setTimeout('PONS.Popup.autoHide("'+d+'", '+PONS.Popup.autoHideTimeout+")",1E3);PONS.Popup.shouldHideOnDocumentClick=false;PONS.Popup.openNextTo(a)},is:function(a){return a===PONS.Popup.currentType},placeNextTo:function(a){var e=jQuery("#col3_content").offset(),d=jQuery(a).offset();a={top:d.top-e.top+25+"px",left:jQuery(a).width()+d.left-e.left-259+"px"};PONS.Popup.isVisible()?PONS.Popup.baseContainer.animate(a):
PONS.Popup.baseContainer.css(a);return PONS.Popup},isVisible:function(){return!!PONS.Popup.baseContainer.is(":visible")},isEmpty:function(){return!!PONS.Popup.baseContainer.is(":visible")},fillWith:function(a,e){PONS.Popup.currentType=a;PONS.Popup.baseContainer.empty().append(e);return PONS.Popup},empty:function(){PONS.Popup.baseContainer.empty();PONS.Popup.currentType=null;return PONS.Popup},show:function(){PONS.Popup.baseContainer.slideDown()},hideOnDocumentClick:function(){PONS.Popup.shouldHideOnDocumentClick&&
PONS.Popup.hide()},hide:function(){if(PONS.Popup.isVisible()){PONS.Popup.baseContainer.slideUp("normal",PONS.Popup.empty);PONS.Popup.shouldHideOnDocumentClick=true}},autoHide:function(a,e){$div=jQuery("#"+a);if($div.length==1){e-=1;if(e>0){window.setTimeout('PONS.Popup.autoHide("'+a+'", '+e+")",1E3);(a=$div.find(".popup_timeout"))&&a.html(e)}else PONS.Popup.hide()}}};PONS.Feedback={templateId:"feedback_form",linkClass:"feedback",formClass:"feedback_form",instrument:function(){try{jQuery.cookie("user")&&
this.removeMail()}catch(a){try{console.error(a)}catch(e){}}jQuery("a."+this.linkClass+".popup").bind("click",this,this.open);jQuery(".button").ajaxStart(function(){jQuery(".button").addClass("loading")}).ajaxStop(function(){jQuery(".button").removeClass("loading")})},removeMail:function(){jQuery("#"+this.templateId+" .mail").remove()},form:function(){return jQuery("#templates #"+this.templateId).html().replace(/ ?id="[^"]*"/g,"")},open:function(a){try{var e=a.data;if(!PONS.Popup.is(e.linkClass)){var d=
jQuery(document.createElement("div"));d.html(e.form());d.addClass(e.formClass);PONS.Popup.fillWith(e.linkClass,d);d.find("form").bind("submit",e,e.submit);d.find(".close").bind("click",e,e.close)}jQuery("."+e.formClass+" .entry_id").val(jQuery(this).parents(".entry").attr("id"));PONS.Popup.openNextTo(this)}catch(f){console.log(f)}return false},close:function(){PONS.Popup.hide();return false},submit:function(a){a=a.data;var e=jQuery(this),d=e.serialize();d+="&js_rocks=true";jQuery.ajax({type:e.attr("method"),
url:e.attr("action"),data:d,dataType:"json",form:this,self:a,success:a.loaded,error:a.error});return false},loaded:function(a){typeof a==="string"?jQuery(this.form).find(".form").slideUp().end().find(".success").slideDown():jQuery(this.form).find(".errors").html(a.join("<br />")).effect("highlight",{color:"#ffdddd"})},error:function(){jQuery(this.form).find(".errors").html(_("An error has occured. Please try again.")).effect("highlight",{color:"#ffdddd"})}};PONS.createNominations=function(){PONS.Nominations=
jQuery.extend({},PONS.Feedback,{templateId:"deletion_form",linkClass:"deletion",formClass:"deletion_form"})};PONS.Examples={instrument:function(){jQuery(".result_list.with_examples").each(function(){var a=jQuery(this),e=a.find("td.source .example");if(e.length>0){e.parents("tr").addClass("example_row");a.find("div.example .close").show().click(PONS.Examples.closeGlobal);a.find("div.example").show();a.find("div.example .open").hide().click(PONS.Examples.openGlobal)}})},instrumentSecondStage:function(){var a=
jQuery(document.createElement("a"));a.addClass("example_switch").attr("href","#");a.html("<span class='closer'>"+_("Hide Examples")+"</span><span class='opener'>"+_("Expand Examples")+"</span>");a.hide();var e=jQuery(".example_row").parents("table");jQuery.each(e,function(){var d=jQuery(this).find("thead th")[0];d.appendChild(document.createTextNode("\u00a0"));var f=a[0].cloneNode(true);d.appendChild(f);jQuery(f).click(PONS.Examples.toggleSingle)})},closeGlobal:function(){if(!jQuery("body").data("examplesSecondStage")){PONS.Examples.instrumentSecondStage();
jQuery("body").data("examplesSecondStage",true)}jQuery(".example .close").hide();jQuery(".example .open").show();jQuery(".entry table").removeClass("opened").addClass("closed");jQuery("tr.example_row").parents("table").find("thead.hidden").removeClass("hidden");setTimeout(function(){jQuery(".example_switch").css("display","inline")},10);return false},openGlobal:function(){jQuery(".example .close").show();jQuery(".example .open").hide();jQuery(".example_switch").hide();jQuery(".entry table").addClass("opened");
jQuery(".entry table").removeClass("closed");jQuery(".empty").addClass("hidden");return false},toggleSingle:function(){jQuery(this).parents("table").toggleClass("opened");jQuery(this).parents("table").toggleClass("closed");return false}};PONS.Externals={transformUrl:function(a,e){return"/dict/redirect?cs="+e+"&url="+encodeURIComponent(a)},services:{Canoo:function(a,e){if(e.language==="de"){a.attr("href",PONS.Externals.transformUrl("http://www.canoo.net/services/Controller?dispatch=inflection&input="+
e.headword+"&lang=de","ISO-8859-15"));a.attr("title",i_("See inflecton of '%s' at Canoo",e.headword));return a}},Wikipedia:function(a,e){a.attr("href","http://"+e.language+".wikipedia.org/wiki/Special:Search?search="+e.headword);a.attr("title",i_("Look up '%s' at %s.wikipedia.org",e.headword,e.language));return a},"Visual Dictionary":function(a,e){if(e.language==="de"||e.language==="en"){e=e.entryDiv.find(".bwb_container");if(e.length>0){a.attr("href",e.find("a").attr("href"));a.attr("title",_("Visual Dictionary"));
return a}}},RAE:function(a,e){if(e.language==="es"&&e.entryDiv.find(".meta.rae").length>0){a.attr("href","http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2&TIPO_BUS=3&LEMA="+e.headword);return a}},CADL:function(a,e){if(e.language==="en"){a.attr("href",PONS.Externals.transformUrl("http://dictionary.cambridge.org/results.asp?dict=B&searchword="+e.headword,"ISO-8859-15"));a.attr("title",_("Cambridge Advanced Learner's Dictionary"));return a}},"Merriam-Webster":function(a,e){if(e.language==="en"){a.attr("href",
PONS.Externals.transformUrl("http://www.merriam-webster.com/dictionary/"+e.headword,"ISO-8859-15"));a.attr("title",_("Merriam-Webster's Online Dictionary"));return a}},"Encarta\u00ae":function(a,e){if(e.language==="en"){a.attr("href","http://encarta.msn.com/dictionary_/"+e.headword+".html");a.attr("title",_("Encarta\u00ae World English Dictionary, North American Edition"));return a}},"WordNet Thesaurus":function(a,e){if(e.language==="en"){a.attr("href","http://www.cozyenglish.com/dictionary?search="+
e.headword);a.attr("title",_("Wordnet 3.0 - Lexical Database for the English Language"));return a}},Wiktionary:function(a,e){if(e.language==="ru"||e.language==="pl"||e.language==="it"||e.language==="de"){a.attr("href","http://"+e.language+".wiktionary.org/wiki/Special:Search?search="+e.headword);return a}},"German Vocabulary (Uni Leipzig)":function(a,e){if(e.language==="de"){a.attr("href","http://wortschatz.uni-leipzig.de/abfrage/");a.click(function(){var d=document.createElement("form");d.style.display=
"none";a[0].parentNode.appendChild(d);d.method="POST";d.action=a.attr("href");d.target="_blank";var f=document.createElement("input");f.setAttribute("type","hidden");f.setAttribute("name","Wort");f.setAttribute("value",e.headword);d.appendChild(f);d.submit();return false});return a}},DWDS:function(a,e){if(e.language==="de"){a.attr("href","http://www.dwds.de/?kompakt=1&qu="+e.headword);a.attr("title",i_("See definition of '%s' at DWDS (Digital Dictionary of the German Language)",e.headword));return a}},
Gramota:function(){},Jandex:function(a,e){if(e.language==="ru"){a.attr("href","http://slovari.yandex.ru/search.xml?text="+e.headword);return a}},"Dizionario Italiano":function(a,e){if(e.language==="it"){a.attr("href","http://www.dizionario-italiano.it/dizionario-italiano.php?lemma="+e.headword);return a}},"Porto Editora (pt)":function(a,e){if(e.language==="pt"){a.attr("href",PONS.Externals.transformUrl("http://www.infopedia.pt/lingua-portuguesa-ao/"+e.headword,"WINDOWS-1252"));return a}},"Priberam (pt)":function(a,
e){if(e.language==="pt"){a.attr("href","http://www.priberam.pt/DLPO/default.aspx?pal="+e.headword);return a}},"Michaelis (br)":function(a,e){if(e.language==="pt"){a.attr("href",PONS.Externals.transformUrl("http://michaelis.uol.com.br/moderno/portugues/index.php?lingua=portugues-portugues&palavra="+e.headword,"ISO-8859-1"));return a}},"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":function(a,e){if(e.language==="tr"){a.attr("href",PONS.Externals.transformUrl("http://tdkterim.gov.tr/bts/?kategori=verilst&kelime="+
e.headword,"ISO-8859-9"));return a}},Triantafyllides:function(a,e){if(e.language==="el"){a.attr("href","http://www.greek-language.gr/greekLang/modern_greek/tools/lexica/triantafyllides/search.html?lq="+e.headword);return a}},"Hellenic Natl. Corpus":function(a,e){if(e.language==="el"){a.attr("href","http://corpus.ilsp.gr/en/find.asp");return a}}},instrument:function(){if(jQuery("#templates #externals_list").length===0)return false;jQuery("ul.meta").each(function(){var a=jQuery(document.createElement("li")),
e=jQuery(document.createElement("a")),d=jQuery(document.createElement("img")),f="info.png";f=jQuery(this).parents(".entry").is(".od")?"open_dict/"+f:"pons/"+f;d.attr("src",PONS.assetBase+"images/"+f).attr("alt","i").attr("height","30").attr("width","30").attr("title",_("External Services"));e.attr("href","#").addClass("externals").addClass("popup");window.Infos.newTrainer&&window.Infos.newTrainer=="true"?$("li:last-child",this).prev("li").after(a):jQuery(this).append(a);a.append(e);e.append(d);e.click(PONS.Externals.open)})},
open:function(){var a=function(i){var c={};c.entryDiv=jQuery(i).parents(".entry");c.entryId=c.entryDiv.attr("id");c.language=c.entryDiv.parents(".lang").attr("id");c.languagePair=c.entryDiv.parents(".result_list").attr("id");c.headword=PONS.readHeadwordFromEntry(c.entryDiv);return c}(this),e=jQuery(document.createElement("a"));e.addClass("external").attr("target","_blank");var d=jQuery(document.createElement("div"));d.html(jQuery("#templates #externals_list").html());var f=d.find("li").clone(),h=
d.find("ul").empty();PONS.Popup.fillWith("externals",d);jQuery.each(PONS.Externals.services,function(i,c){var l=e.clone();l.html(_(i));(l=c(l,a))&&f.clone().appendTo(h).append(l)});d.find(".close").click(PONS.Externals.close);PONS.Popup.openNextTo(this);return false},close:function(){PONS.Popup.hide();return false}};PONS.Backlinks={instrument:function(){var a=jQuery(".result_list").attr("id");jQuery(".results").each(function(){var e=jQuery(this),d=e.is(".translations")||e.find("table.results.translations").length>
0,f={};f.source=e.parents(".lang").attr("id");f.target=jQuery.grep(PONS.languages(a),function(i){return f.source!==i})[0];var h="mouseover";if(jQuery.browser.safari&&/Mobile/.test(navigator.userAgent))h="each";jQuery.each(f,function(i,c){e.find("td."+i)[h](function(){PONS.Backlinks.instrumentCell.call(this,a,c,d)})})})},getText:function(a,e){a=a.clone();e?a.find(PONS.metaElements).remove():a.find(PONS.metaElements+", .tilde, .headword").remove();return PONS.normalizeSpace(jQuery.trim(a.text()))},
getWords:function(a){return a.split(/[\s\u00a0\n\[\]\/\!\?\,\(\)\.]+/)},escapedBoundaries:"["+PONS.regexpEscape("<>()[],.?!/")+"\\s]|\\b",avoidContentInTags:"(?!=[^<]+>)",transformHTML:function(a,e){e=e.split("&nbsp;").join(" ");jQuery.each(a,function(){var d=this;if(d.length>0&&!d.match(/^\-/)){d=new RegExp("(^|"+PONS.Backlinks.escapedBoundaries+")("+PONS.regexpEscape(d)+")"+PONS.Backlinks.avoidContentInTags+"("+PONS.Backlinks.escapedBoundaries+"|$)","g");e=e.replace(d,"$1<\u02d4>$2</\u02d4>$3")}});
return e=e.split("\u02d4").join("a")},addLinksToAnchors:function(a,e,d){a.find("a").each(function(){var f=jQuery(this);f.attr("href",PONS.searchUrl({query:f.text(),languagePair:e,language:d}))})},removeAsInAttributes:function(a){return a.replace(/(<[^>]+ title=[^<]?)(<[^>]+>([^<]*)<[^>]+>)([^>]*>)/,"$1$3$4")},removeEmptyAs:function(a){a.find("a:empty").remove()},instrumentCell:function(a,e,d){var f=jQuery(this);f.parents("tr").hasClass("backlinks")&&f.data("backlinks",true);if(!f.data("backlinks")){d=
PONS.Backlinks.getWords(PONS.Backlinks.getText(f,d));var h=f.html();h=PONS.Backlinks.transformHTML(d,h);h=PONS.Backlinks.removeAsInAttributes(h);f.html(h);PONS.Backlinks.removeEmptyAs(f);PONS.Backlinks.addLinksToAnchors(f,a,e);f.data("backlinks",true)}}};PONS.Synonyms={url:"/dict/search/synonym-results/",loadingClassName:"loading",instrument:function(){jQuery(".lazy.synonyms").each(function(){var a=jQuery(this),e=a.prev(".entry");a.find(".open").click(PONS.Synonyms.load);a.data("headword",PONS.readHeadwordFromEntry(e));
a.data("language",PONS.readLanguageFromEntry(e))})},load:function(){var a=jQuery(this).parents(".synonyms");if(!a.data("loaded")){var e={"in":a.data("language"),q:a.data("headword")};jQuery.ajax({url:PONS.Synonyms.url,dataType:"json",data:e,synonyms:a,success:PONS.Synonyms.loaded,error:PONS.Synonyms.error});a.addClass(PONS.Synonyms.loadingClassName)}},loaded:function(a,e){var d=jQuery(this.synonyms);d.removeClass(PONS.Synonyms.loadingClassName);if(!d.data("loaded")){d.data("loaded",true);if(e!=="success"||
a.synonymSets.length===0){a=jQuery("<div></div>").addClass("value");a.html(_("There were no synonyms found."));d.append(a)}else PONS.Synonyms.fillSynonymSets(a,d);PONS.Synonyms.updateEventHandler(d)}},error:function(){var a=jQuery(this.synonyms);a.removeClass(PONS.Synonyms.loadingClassName);var e=jQuery("<div></div>").addClass("value");e.html(_("There were no synonyms found."));a.append(e);try{console.log("error",this,arguments)}catch(d){}},fillSynonymSets:function(a,e){var d=[];jQuery.each(a.synonymSets,
function(h,i){var c=jQuery("<div></div>").addClass("value");e.append(c);d.push(i.provider);jQuery.each(i.synonyms,function(l,m){l!==0&&c.append(document.createTextNode(", "));l=jQuery("<a></a>");l.attr("href",PONS.catalogUrl({language:a.language,query:m.word}));l.html(m.word);if(m.annotation){l.append(document.createTextNode(" "));var n=jQuery("<span></span>").addClass("sense");n.html("("+m.annotation+")");l.append(n)}c.append(l)})});var f=jQuery("<div></div>").addClass("source").html("&copy; ");
e.append(f);jQuery.each(PONS.uniq(d),function(h,i){h!==0&&f.append(document.createTextNode(", "));f.append(document.createTextNode(i.name))})},updateEventHandler:function(a){a.find(".open").unbind("click",PONS.Synonyms.load);a.addClass("ht");a.find(".value, .source").addClass("content");PONS.HiddenText.instrument(a);PONS.HiddenText.open(a)}};PONS.HiddenText={instrument:function(a){a=a?jQuery(a):jQuery(".ht");a.find(".open, .open a").click(PONS.HiddenText.openWithEvent);a.find(".close, .close a").click(PONS.HiddenText.closeWithEvent)},
open:function(a){PONS.HiddenText.openWithEvent.call(jQuery(a).find(".open"))},close:function(a){PONS.HiddenText.closeWithEvent.call(jQuery(a).find(".close"))},openWithEvent:function(){var a=jQuery(this).parents(".ht");a.find(".content, .close").show();a.find(".open").hide();return false},closeWithEvent:function(){var a=jQuery(this).parents(".ht");a.find(".content, .close").hide();a.find(".open").show();return false}};PONS.CursorManipulation={instrument:function(){jQuery("input[type=text]").length===
1&&jQuery("input[name=q]").focus().select()}};PONS.Trainer={lastClickSource:null,instrument:function(){jQuery("td.trainer a").click(PONS.Trainer.startExport);jQuery("li.trainer a").click(PONS.Trainer.startExport)},doExport:function(a){$.ajax({type:"POST",url:"http://"+window.location.hostname+"/entries_import",dataType:"json",contentType:"application/json; charset=utf-8",data:JSON.stringify(a),success:function(e){PONS.Debug.log("Response from trainer: "+e);var d="ERROR_UNKNOWN";d=e&&e.result?e.result:
"ERROR_INVALID_RESPONSE";PONS.Trainer.showResult(d)},error:function(e,d,f){try{PONS.Debug.log("Ajax error:");PONS.Debug.log(f);e.status&&PONS.Debug.log("Statuscode "+e.status)}catch(h){}PONS.Trainer.showResult("ERROR_UNKNOWN")}})},getTranslation:function(a){var e=a.children(".source").attr("innerHTML");a=a.children(".target").attr("innerHTML");try{e=e.trim();a=a.trim()}catch(d){}var f={};f.source=e;f.target=a;return f},getHeadwordFromRomHead:function(a){if(a.attr("class")!="romhead"){PONS.Debug.error('No romhead given ("'+
a.attr("class")+'" instead)!');return""}a=a.find("h2").clone();a.find(".entry_type_pons").remove();a.find(".entry_type_open_dict").remove();return a.html().trim()},startExport:function(){var a=jQuery(this);PONS.Trainer.lastClickSource=a;var e,d,f=a.attr("class")=="trainerAddSingle";e=f?a.parent().parent().parent().parent().parent().find(".romhead"):a.parent().parent().parent();var h=-1;e.attr("id").match(/^R[a-z]{4}[0-9]+$/)||PONS.Trainer.showResult("EXPORT_NOT_STARTED");var i={};i.source_lang=e.parents(".lang").attr("id");
i.dict=window.Infos.dictionary;i.headword=PONS.Trainer.getHeadwordFromRomHead(e);var c,l=-1,m=0,n=f?a.parent().parent():null,q=[];e.parent().children(".translations").each(function(v,y){$table=$(y);v={};var z=[],C=0;$table.children("tbody").children().each(function(u,B){$tr=$(B);c=PONS.Trainer.getTranslation($tr);u={};u.source=c.source;u.target=c.target;z[z.length]=u;if(f&&n.get(0)===$tr.get(0)){h=C;l=m}C++});d=$table.find("thead tr th");v.header=d.html().trim();v.translations=z;q[q.length]=v;m++});
i.arabs=q;f&&h==-1&&PONS.Trainer.showResult("EXPORT_NOT_STARTED");i.single_row=f;i.arab=l;i.row=h;PONS.Trainer.doExport(i)},showResult:function(a){try{var e=jQuery(document.createElement("div"));e.html(jQuery("#templates #trainer_import_result").html());PONS.Popup.fillWith("trainer",e);a=="OK"||a=="OK_GUEST"?e.find(".tir_failure").hide():e.find(".tir_success").hide();e.find(".close").click(PONS.Trainer.closeResult);PONS.Popup.openNextToAndAutoHide(PONS.Trainer.lastClickSource,e)}catch(d){PONS.Debug.log("Exception: "+
d)}return false},closeResult:function(){PONS.Popup.hide();return false}};PONS.LexiTrainer={instrument:function(){jQuery(".lexi a").mouseover(PONS.LexiTrainer.addAnchorHref)},getArticleForLang:function(a,e,d){switch(e){case "en":return"the";case "de":if(a==="m")return"der";if(a==="f")return"die";if(a==="nt")return"das";if(a==="n")return"das";if(a==="f o n")return"die / das";if(a==="nt o f")return"das / die";if(a==="nt o m")return"das / der";if(a==="n o f")return"das / die";if(a==="n o m")return"das / der";
if(a==="m o f")return"der / die";if(a==="m o n")return"der / das";if(a==="m o nt")return"der / das";if(a==="mf")return"der / die";if(a==="f(m)")return"die (der)";if(a==="m(f)")return"der (die)";break;case "fr":e=new RegExp("aeiou\u00e0\u00e2\u00e7\u00e9\u00e8\u00ea\u00eb\u00ee\u00ef\u00f4\u00fb\u00f9\u00fc\u00ff\u00e6\u0153","i");if(a==="m")return e.test(d)?"(m)":"le";if(a==="f")return e.test(d)?"(f)":"la";if(a==="mpl")return"les (m)";if(a==="fpl")return"les (f)";if(a==="mf")return"le, la";break;
case "es":if(a==="m")return"el";if(a==="f")return"la";if(a==="mf")return"el / la";if(a==="f o m")return"la o el";if(a==="m o f")return"el o la";break;case "it":if(a==="m")return d.match(/^[aeiou]/i)?"(m)":d.match(/^(gn|ps|x|z|i)/i)?"lo":d.match(/^y[aeiou]/i)?"lo":d.match(/^s[^aeiou]/i)?"lo":"il";if(a==="f")return d.match(/^[aeiou]/i)?"(f)":"la";if(a==="mf")return d.match(/^[aeiou]/i)?"l'(m) / l'(f)":d.match(/^(gn|ps|x|z|i)/i)?"lo / la":d.match(/^y[aeiou]/i)?"lo / la":d.match(/^s[^aeiou]/i)?"lo / la":
"il / la";break;default:return""}},removeOptionalInfoFromText:function(a){a=PONS.normalizeSpace(a).replace(/\[.+?\]/g,"");a=a.replace(/\(.+?\)/g,"");return PONS.normalizeSpace(a)},getForeignText:function(a,e){var d=a.clone();d.find(PONS.metaElements).remove();d=PONS.LexiTrainer.removeOptionalInfoFromText(d.text());if(a.parent("tr").find(".headword").length>0)d=PONS.LexiTrainer.prefixText(a,d,e);return d},testRomWordclass:function(a,e){return e.test(a.parents(".rom").find(".romhead .wordclass").text())},
prefixText:function(a,e,d){return d==="en"?PONS.LexiTrainer.testRomWordclass(a,/VERB/)?"to "+e:e:a.hasClass("source")?PONS.LexiTrainer.prefixSourceText(a,e,d):PONS.LexiTrainer.prefixTargetText(a,e,d)},isSUBSTHeadword:function(a){a=a.hasClass("source")?a:a.prev(".source");return a.find(".headword").length>0&&PONS.LexiTrainer.testRomWordclass(a,/SUBST/)},prefixTargetText:function(a,e,d){if(PONS.LexiTrainer.isSUBSTHeadword(a)||a.find(".genus").length>0){a=a.find(".genus:first").text();e=PONS.LexiTrainer.getArticleForLang(a,
d,e)+" "+e}return e},prefixSourceText:function(a,e,d){if(PONS.LexiTrainer.isSUBSTHeadword(a)){a=a.parents(".entry").find(".romhead .genus:first").text();return PONS.LexiTrainer.getArticleForLang(a,d,e)+" "+e}return e},wrapMetaElements:function(a){a.find(PONS.metaElements).each(function(){if(!/^\(.+\)$/.test(jQuery(this).text())){jQuery(this).before("(");jQuery(this).after(")")}});return a},getMetaMixedContent:function(a,e){a=a.clone();e&&a.find(".genus").remove();PONS.LexiTrainer.wrapMetaElements(a);
return a.text()},attachArabMetaInformation:function(a,e){e=e.parents(".translations").find("th").clone();e.find(".genus").remove();PONS.LexiTrainer.wrapMetaElements(e);e=e.text().match(/\(.+?\)/g);if(e!==null)for(var d=0;d<e.length;d++)a+=" "+e[d];return a},getGermanText:function(a){var e=a.parent("tr").find(".headword").length>0,d=PONS.LexiTrainer.getMetaMixedContent(a,e);if(e){d=PONS.LexiTrainer.prefixText(a,d,"de");if(!/\(.+\)/.test(d)&&a.parents(".lang").attr("id")==="de")d=PONS.LexiTrainer.attachArabMetaInformation(d,
a)}return PONS.normalizeSpace(d)},removeUndesirableCharacters:function(a){var e=function(d){d=d.replace(new RegExp("\u2026","g"),"...");d=d.replace(new RegExp("[\u2018\u2019]","g"),"'");return d=d.replace(new RegExp("[\u201c\u201d]","g"),'"')};a.source_text=e(a.source_text);a.target_text=e(a.target_text);return a},addAnchorHref:function(){var a=jQuery(this);if(!a.data("lexitrainer")){var e=jQuery(this).parents("tr"),d=e.parents(".result_list").attr("id"),f=e.parents(".lang").attr("id");d=jQuery.grep(PONS.languages(d),
function(c){return f!==c})[0];var h=f==="de";d=h?d:f;var i=h?e.find("td.source"):e.find("td.target");h=h?e.find("td.target"):e.find("td.source");e={};e.source_text=PONS.LexiTrainer.getGermanText(i);e.target_text=PONS.LexiTrainer.getForeignText(h,d);e.source_lang="de";e.target_lang=d;if(e.source_text.length===0)e.source_text=PONS.normalizeSpace(i.text());if(e.target_text.length===0){d=h.text();i=PONS.LexiTrainer.removeOptionalInfoFromText(d);e.target_text=i.length>0?i:PONS.normalizedText(d)}e=PONS.LexiTrainer.removeUndesirableCharacters(e);
a.attr("href","http://vokabeltrainer.pons.de/cgi-bin/import.pl?"+PONS.toQueryString(e));a.data("lexitrainer",true)}}};PONS.LocaleForm={instrument:function(){jQuery("#locale_form select").change(PONS.LocaleForm.changed)},changed:function(){var a=jQuery(this).val();if(a=jQuery("#locale_links ."+a).attr("href"))document.location=a;else try{console.log("Could not switch language. Matching link missing.")}catch(e){}}};PONS.CollapsingTexts={instrument:function(){var a=jQuery(".collapsing_text");a.click(PONS.CollapsingTexts.toggle).children().css("zoom",
"1");for(var e=1;e<10;e++)a.append(jQuery("<div></div>").addClass("fadeout").fadeTo(0,"0."+e).css("bottom",(9-e)*2+"px"))},toggle:function(){jQuery(this).toggleClass("collapsing_text_opened")}};PONS.TargetBlank={instrument:function(){jQuery("a.target_blank").click(PONS.TargetBlank.instrumentLink)},instrumentLink:function(){var a=jQuery(this).attr("class").split(" ");if(a=jQuery.grep(a,function(e){return e.match(/^x_/)})[0]){a=a.split("_")[1].split("x");window.open(this.href,"pons_popup","dependent=yes,resizable=yes,scrollbars=yes,width="+
a[0]+",height="+a[1])}else window.open(this.href);return false}};PONS.LangSelect={dictionaries:{},betaDictionaries:[],instrument:function(){var a={},e=[],d=jQuery.map(jQuery("#l option"),function(f){f=jQuery(f);var h=f.val();f.text().indexOf("BETA")!==-1&&e.push(h);return h});jQuery.each(d,function(f,h){f=PONS.LangSelect.firstLang(h);a[f]||(a[f]=[]);a[f].push(h);if(PONS.LangSelect.isBilingual(h)){f=PONS.LangSelect.secondLang(h);a[f]||(a[f]=[]);a[f].push(h)}});PONS.LangSelect.dictionaries=a;PONS.LangSelect.betaDictionaries=
e;PONS.LangSelect.createLists();jQuery("#l").change(PONS.LangSelect.selectUpdated)},createLists:function(){var a=jQuery("<dl></dl>").addClass("jsselect");jQuery("#l").wrap("<div></div>").parent().addClass("jsselect_container").append(a);var e=jQuery("<dt></dt>"),d=jQuery("<dd></dd>"),f=jQuery("<ul></ul>").addClass("languages");a.append(e).append(d);d.append(f);PONS.LangSelect.selectUpdated.apply(jQuery("#l"));a=[];for(var h in PONS.LangSelect.dictionaries)PONS.LangSelect.dictionaries.hasOwnProperty(h)&&
a.push(h);a=a.sort(function(i,c){i=PONS.LangSelect.languageName(i);c=PONS.LangSelect.languageName(c);return i<c?-1:c<i?1:0});jQuery.each(a,function(i,c){i=PONS.LangSelect.dictionaries[c];var l=jQuery("<li></li>"),m=jQuery("<span></span>"),n=jQuery("<ul></ul>").addClass("dictionaries");m.html(PONS.LangSelect.languageName(c));f.append(l);l.append(m).append(n);i=i.sort(function(q,v){return PONS.LangSelect.isBwb(q)?PONS.LangSelect.isBwb(v)?PONS.LangSelect.compareDictionaryNames(c,q,v):1:PONS.LangSelect.isBwb(v)?
-1:PONS.LangSelect.isMonolingual(q)?PONS.LangSelect.isMonolingual(v)?PONS.LangSelect.compareDictionaryNames(c,q,v):-1:PONS.LangSelect.isMonolingual(v)?1:PONS.LangSelect.compareDictionaryNames(c,q,v)});jQuery.each(i,function(q,v){q=PONS.LangSelect.dictionaryNameHTML(c,v);v=jQuery("<li></li>").attr("rel",v);n.append(v);v.html(q)})})},compareDictionaryNames:function(a,e,d){e=PONS.LangSelect.dictionaryName(a,e);a=PONS.LangSelect.dictionaryName(a,d);return e<a?-1:a<e?1:0},selectUpdated:function(){var a=
jQuery(this);a.parents(".jsselect_container").find(".jsselect dt").html(PONS.LangSelect.dictionaryNameHTML(a.val()))},languageName:function(a){return _("__dict_part "+a+"__")},dictionaryNameHTML:function(a,e){var d=PONS.LangSelect.dictionaryName(a,e);e||(e=a);if(PONS.LangSelect.isBetaDictionary(e))d+=" <sup>BETA</sup>";return d},dictionaryName:function(a,e){if(!e){e=a;a=PONS.LangSelect.firstLang(e)!==window.Infos.userLocale?PONS.LangSelect.secondLang(e):PONS.LangSelect.firstLang(e)}if(PONS.LangSelect.isBilingual(e)){var d=
PONS.LangSelect.firstLang(e);e=PONS.LangSelect.secondLang(e);d=d===a?e:d;a=PONS.LangSelect.languageName(a);d=PONS.LangSelect.languageName(d);return d+"-"+a+" / "+a+"-"+d}else{if(PONS.LangSelect.firstLang(e)!==a)try{console.warn("Language and dict do not match!")}catch(f){}return _("__dict "+e+"__")}},firstLang:function(a){return PONS.LangSelect.isBwb(a)?a.substring(4,6):a.substring(0,2)},secondLang:function(a){return PONS.LangSelect.isBilingual(a)?a.substring(2,4):null},isBetaDictionary:function(a){return jQuery.inArray(a,
PONS.LangSelect.betaDictionaries)!==-1},isBilingual:function(a){return a.length===4&&a.substring(0,2)!==a.substring(2,4)},isMonolingual:function(a){return a.length===4&&a.substring(0,2)===a.substring(2,4)},isBwb:function(a){return a.length===6&&a.substring(0,4)==="bwb_"}};PONS.JSSelect={instrument:function(){jQuery(".jsselect").click(PONS.JSSelect.toggleOpenStatus);jQuery(".jsselect dd .dictionaries > li").click(PONS.JSSelect.selected);jQuery(".jsselect dd .languages > li").click(PONS.JSSelect.noop);
jQuery(".jsselect dd ul.languages li").hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")});jQuery(document).click(PONS.JSSelect.globalClose)},noop:function(){return false},selected:function(){var a=jQuery(this).attr("rel"),e=jQuery(this).parents(".jsselect_container"),d=jQuery(this).html();e.find("select").val(a).trigger("change");e.find(".jsselect dt").html(d);PONS.JSSelect.close.apply(e.find(".jsselect"));return false},globalClose:function(a){$(a.target).parents(".jsselect").length===
0&&jQuery(".jsselect_container .active").each(PONS.JSSelect.close)},toggleOpenStatus:function(){jQuery(this).toggleClass("active");return false},close:function(){jQuery(this).removeClass("active")}};PONS.Autocompleter={URL:"/dict/search/autocomplete/",control:null,elementSelector:"#q",instrument:function(){if(jQuery(this.elementSelector).length>0){this.reinitialize();this.registerFlushEvents()}},reinitialize:function(){try{this.createControl(this.languageSelectElement().val());this.registerResultEvent()}catch(a){try{console.error(a)}catch(e){}}},
languageSelectElement:function(){return jQuery(this.elementSelector).parents("form").find("[name=l]")},selectedDictionary:function(){return this.languageSelectElement().val()},createControl:function(a){PONS.Autocompleter.control=jQuery(this.elementSelector).autocomplete(this.URL,{minChars:2,extraParams:{l:a},formatItem:function(e){return PONS.Autocompleter.formatListEntry.apply(this,e)},highlight:false,scroll:false,limit:12,width:225,selectFirst:false,delay:300,scrollHeight:300})},formatListEntry:function(a,
e){return"<img src='"+PONS.assetBase+"images/lang/"+e+".png' alt='' /> "+a},registerResultEvent:function(){this.control.result(this.resultSelected)},resultSelected:function(a,e){a=jQuery(a.target).parents("form");a.find("[name=in]").val(e[1]);a.submit()},registerFlushEvents:function(){this.languageSelectElement().change(function(){if(PONS.Autocompleter.control){PONS.Autocompleter.control.unautocomplete();PONS.Autocompleter.control=null}var a=PONS.Autocompleter.selectedDictionary();a!=="bwb_de"&&a!==
"bwb_en"&&PONS.Autocompleter.reinitialize()})}};PONS.Keyboards={instrument:function(){jQuery(".keyboard_container a").click(PONS.Keyboards.activate);jQuery(".keyboard_container kbd").click(PONS.Keyboards.press);jQuery("select[name='l']").change(function(){var a=jQuery(this);a.parents(".search_form").attr("class","search_form "+a.val());PONS.Keyboards.hide(this);PONS.Keyboards.show(this)}).trigger("change")},show:function(a){var e=jQuery(a).val();jQuery(a).parents("form").find(".keyboard_container ."+
e).show()},hide:function(a){jQuery(a).parents("form").find(".keyboard_container > div").hide()},activate:function(){var a=jQuery(this),e=a.parents(".lang_container");a=e.find(".keyboard."+a.attr("class"));if(a.is(":visible"))a.hide();else{e.find(".keyboard").hide();a.show()}return false},press:function(){var a=jQuery("#q");a.val(a.val()+jQuery.trim(jQuery(this).attr("rel")));var e=a[0];jQuery.Autocompleter.Selection(e,e.value.length,e.value.length);a.trigger("keydown")}};PONS.Transliteration={instrument:function(){jQuery("select[name='l']").change(function(){jQuery(this).val()===
"deru"?PONS.Transliteration.show(this):PONS.Transliteration.hide(this)}).trigger("change");jQuery(".transliteration span").click(PONS.Transliteration.fillSearchForm)},show:function(a){jQuery(a).parents("form").find(".transliteration").show()},hide:function(a){jQuery(a).parents("form").find(".transliteration").hide()},fillSearchForm:function(){var a=jQuery("#q");a.val(a.val()+jQuery.trim(jQuery(this).text()));a.focus().trigger("keydown")}};PONS.FlagsToSelect={instrument:function(){jQuery("#alternative_dicts").hide();
jQuery("#pons_eu_index .flags span").click(PONS.FlagsToSelect.handle)},handle:function(){var a=jQuery(this).attr("class"),e=jQuery("select[name=l]");if(e.length==1){var d="option[value^='"+a+"']";a="option[value$='"+a+"']";var f=e.find(d+":first");if(f.length===0||f.prevAll(a).length>0)f=e.find(a+":first");if(f.length>0){e.val(f.attr("value")).trigger("change");PONS.CursorManipulation.instrument()}jQuery("#alternative_dicts .lang_button").hide();e=f.siblings(d+", "+a).andSelf();if(e.length>0){jQuery("#alternative_dicts").show();
e.each(function(){var n=jQuery(this).attr("value");jQuery("#alternative_dicts ."+n).show()})}else{jQuery("#alternative_dicts").hide();jQuery(".choose_dict").show().find("span").effect("highlight")}}else try{d=jQuery("select[name=TransFrom]");f=jQuery("select[name=TransTo]");if(d.length>0&&f.length>0){var h=a.substr(0,2),i=a.substr(2,2),c=d.find("option[value='"+h+"']:first"),l=f.find("option[value='"+i+"']:first");if(c.length>0&&l.length>0){d.val(c.attr("value")).trigger("change");f.val(l.attr("value")).trigger("change")}}}catch(m){}}};
PONS.Acapela={imageUrl:"/acapela/banner.png",imageSize:{width:280,height:26},linkHref:"http://www.acapela-group.com/text-to-speech-interactive-demo.html",timeout:5E3,instrument:function(){jQuery("li.audio.tts a").click(PONS.Acapela.open)},open:function(){var a=jQuery(this).parents("li"),e=jQuery("<div></div>"),d=jQuery("<a></a>").attr("href",PONS.Acapela.linkHref).attr("target","acapela"),f=jQuery("<img />").attr("alt","").attr("src",PONS.assetBase+"images"+PONS.Acapela.imageUrl);e.append(d);d.append(f);
d=a.offset();e.css("position","absolute").css("top",d.top-PONS.Acapela.imageSize.height).css("left",d.left+a.width()-PONS.Acapela.imageSize.width);jQuery("body").append(e);setTimeout(PONS.Acapela.bind(PONS.Acapela.close,e),PONS.Acapela.timeout)},close:function(){jQuery(this).hide()},bind:function(a,e){return function(){return a.call(e,arguments)}}};PONS.Audio={minimumRequiredFlashVersion:"9",instrument:function(){try{if(!PONS.Audio.hasFlash())return false;if(window.AudioPlayer){window.AudioPlayer.setup(PONS.javascriptBase+
"/audioplayer/audioplayer.swf",{transparentpagebg:"yes",autostart:"yes",width:81});jQuery(".audio").each(PONS.Audio.instrumentROM)}}catch(a){try{console.error(a)}catch(e){}}},hasFlash:function(){return window.swfobject.hasFlashPlayerVersion(PONS.Audio.minimumRequiredFlashVersion)},instrumentROM:function(a){var e=jQuery(this).find("a");e.attr("id","audio_"+e.parents(".romhead").attr("id")+"_"+a);e.click(PONS.Audio.createPlayer)},createPlayer:function(){var a=jQuery(this);a.wrap("<span></span>");a.parents("span").attr("title",
a.find("img").attr("title"));window.AudioPlayer.embed(a.attr("id"),{soundFile:a.attr("href")});return false}};PONS.Toggle={instrument:function(){jQuery(".toggle_container .toggle_link").click(PONS.Toggle.toggle)},toggle:function(){jQuery(this).parents(".toggle_container").find(".toggle_content").toggle();return false}};PONS.Bookmarks={instrument:function(){var a=jQuery(".global #bookmark_container");a.find(".handle_open").click(PONS.Bookmarks.open);a.find(".handle_close").click(PONS.Bookmarks.close)},
open:function(){var a=jQuery(".global #bookmark_container");a.find(".handle_close, .invisible").css({display:"inline-block"});a.find(".handle_open").css({display:"none"})},close:function(){var a=jQuery(".global #bookmark_container");a.find(".handle_close, .invisible").css({display:"none"});a.find(".handle_open").css({display:"inline-block"})}};PONS.Debug={initialized:false,loggingEnabled:true,instrument:function(){jQuery(".debug_switch").click(PONS.Debug.toggleDebug)},toggleDebug:function(){if(!PONS.Debug.initialized){jQuery(".debug").each(function(){var a=
jQuery(this);a.html(a.html().replace(/^<!--/,"").replace(/--\>$/,""))});PONS.Debug.initialized=true}jQuery(".debug").toggle()},log:function(a){try{typeof console==="object"&&PONS.Debug.loggingEnabled&&console.log(a)}catch(e){}},error:function(a){try{typeof console==="object"&&PONS.Debug.loggingEnabled&&console.error(a)}catch(e){}}};window.confirm_destroy=function(a,e,d,f){if(confirm(_("Are you sure?"))){var h=document.createElement("form");h.style.display="none";a.parentNode.appendChild(h);h.method=
"POST";h.action=e;a=document.createElement("input");a.setAttribute("type","hidden");a.setAttribute("name","_method");a.setAttribute("value",f);f=document.createElement("input");f.setAttribute("type","hidden");f.setAttribute("name","authenticity_token");f.setAttribute("value",d);h.appendChild(f);h.appendChild(a);h.submit()}return false};var getElementsByClassName=function(a,e,d){getElementsByClassName=document.getElementsByClassName?function(f,h,i){i=i||document;f=i.getElementsByClassName(f);h=h?new RegExp("\\b"+
h+"\\b","i"):null;i=[];for(var c,l=0,m=f.length;l<m;l+=1){c=f[l];if(!h||h.test(c.nodeName))i.push(c)}return i}:document.evaluate?function(f,h,i){h=h||"*";i=i||document;var c=f.split(" "),l="",m=document.documentElement.namespaceURI==="http://www.w3.org/1999/xhtml"?"http://www.w3.org/1999/xhtml":null;f=[];for(var n,q=0,v=c.length;q<v;q+=1)l+="[contains(concat(' ', @class, ' '), ' "+c[q]+" ')]";try{n=document.evaluate(".//"+h+l,i,m,0,null)}catch(y){n=document.evaluate(".//"+h+l,i,null,0,null)}for(;h=
n.iterateNext();)f.push(h);return f}:function(f,h,i){h=h||"*";i=i||document;var c=f.split(" ");f=[];h=h==="*"&&i.all?i.all:i.getElementsByTagName(h);i=[];var l;l=0;for(var m=c.length;l<m;l+=1)f.push(new RegExp("(^|\\s)"+c[l]+"(\\s|$)"));m=0;for(var n=h.length;m<n;m+=1){c=h[m];l=false;for(var q=0,v=f.length;q<v;q+=1){l=f[q].test(c.className);if(!l)break}l&&i.push(c)}return i};return getElementsByClassName(a,e,d)};window.Keys={};(function(){var a={de:{keys:["\u00c4","\u00d6","\u00dc","\u00df"],replacements:{}},
es:{keys:["\u00c1","\u00c9","\u00cd","\u00d1","\u00d3","\u00da","\u00dc"],replacements:{}},fr:{keys:["\u00c2","\u00c0","\u00c6","\u00c7","\u00c9","\u00ca","\u00c8","\u00cb","\u00ce","\u00cf","\u00d1","\u00d4","\u0152","\u00db","\u00d9","\u0178"],replacements:{}},it:{keys:["\u00c0","\u00c9","\u00c8","\u00cd","\u00cc","\u00cf","\u00d3","\u00d2","\u00da","\u00d9"],replacements:{}},pl:{keys:["\u0104","\u0106","\u0118","\u0141","\u0143","\u00d3","\u015a","\u017b","\u0179"],replacements:{}},pt:{keys:["\u00c1",
"\u00c2","\u00c3","\u00c0","\u00c7","\u00c9","\u00ca","\u00cd","\u00d3","\u00d4","\u00d5","\u00da","\u00dc"],replacements:{}},sl:{keys:["\u010c","\u0160","\u017d"],replacements:{}},tr:{keys:["\u00c7","\u011e","I","\u0130","\u00d6","\u015e","\u00dc","\u00c2","\u00ce","\u00db"],replacements:{I:"\u0131"}}},e={el:{name:"Greek keyboard",keyboards:{std:{name:"Standard",keys:[["\u03c2","\u0395","\u03a1","\u03a4","\u03a5","\u0398","\u0399","\u039f","\u03a0"],["\u0391","\u03a3","\u0394","\u03a6","\u0393",
"\u0397","\u039e","\u039a","\u039b"],["\u0396","\u03a7","\u03a8","\u03a9","\u0392","\u039d","\u039c"]],replacements:{}},alpha:{name:"Alphabet",keys:[["\u0391","\u0392","\u0393","\u0394","\u0395","\u0396","\u0397","\u0398"],["\u0399","\u039a","\u039b","\u039c","\u039d","\u039e","\u039f","\u03a0"],["\u03a1","\u03a3","\u03a4","\u03a5","\u03a6","\u03a7","\u03a8","\u03a9","\u03c2"]],replacements:{}}}},ru:{name:"Russian keyboard",keyboards:{std:{name:"Standard",keys:[["\u0419","\u0426","\u0423","\u041a",
"\u0415","\u041d","\u0413","\u0428","\u0429","\u0417","\u0425","\u042a"],["\u0424","\u042b","\u0412","\u0410","\u041f","\u0420","\u041e","\u041b","\u0414","\u0416","\u042d","\u0401"],["\u042f","\u0427","\u0421","\u041c","\u0418","\u0422","\u042c","\u0411","\u042e"]],replacements:{}},alpha:{name:"Alphabet",keys:[["\u0410","\u0411","\u0412","\u0413","\u0414","\u0415","\u0401","\u0416","\u0417","\u0418","\u0419"],["\u041a","\u041b","\u041c","\u041d","\u041e","\u041f","\u0420","\u0421","\u0422","\u0423",
"\u0424"],["\u0425","\u0426","\u0427","\u0428","\u0429","\u042a","\u042b","\u042c","\u042d","\u042e","\u042f"]],replacements:{}},phon:{name:"Phonetic",keys:[["\u042f","\u0428","\u0415","\u0420","\u0422","\u042b","\u0423","\u0418","\u041e","\u041f","\u042e","\u0416","\u042c","\u042a"],["\u0410","\u0421","\u0414","\u0424","\u0413","\u0427","\u0419","\u041a","\u041b","\u042d"],["\u0429","\u0417","\u0425","\u0426","\u0412","\u0411","\u041d","\u041c"]],replacements:{}}}}},d=["de","es","fr","it","pl","pt",
"sl","tr"],f=["el","ru"],h=function(q,v,y){jQuery.inArray("fr",y)===1&&y.reverse();var z=[];jQuery.each(y,function(u,B){if(B in a){var K=a[B],L=[];jQuery.each(K.keys,function(F,M){F=jQuery("<kbd></kbd>").text(M);M in K.replacements?F.attr("rel",K.replacements[M]):F.attr("rel",M.toLowerCase());L.push(F)});z.push(L)}});if(z.length===2){y=z.pop();z.push([document.createTextNode("\u00a0\u00a0\u00a0")]);z.push(y)}v=jQuery("<div class='lang_container "+v+"'><div class='keyboard'><p></p></div></div>");q.append(v);
var C=v.find("p");jQuery.each(z,function(u,B){jQuery.each(B,function(K,L){C.append(L);C.append(document.createTextNode(" "))})})},i=function(q,v){return q+"_"+v},c=function(q,v){var y=jQuery("<p></p>");y.append(document.createTextNode(_(v.name)));y.append(document.createTextNode(" ( "));var z=true;jQuery.each(v.keyboards,function(C,u){if(z)z=false;else y.append(document.createTextNode(" | "));C=jQuery("<a></a>").attr("href","#"+i(q,C)).addClass(i(q,C)).text(_(u.name));y.append(C)});y.append(document.createTextNode(" ) "));
return y},l=function(q,v){var y=jQuery("<div></div>").addClass("keyboard").addClass(q);jQuery.each(v.keys,function(z,C){var u=jQuery("<p></p>");y.append(u);jQuery.each(C,function(B,K){B=jQuery("<kbd></kbd>").text(K);K in v.replacements?B.attr("rel",v.replacements[K]):B.attr("rel",K.toLowerCase());u.append(B);u.append(document.createTextNode(" "))})});return y},m=function(q,v,y){var z=e[y],C=jQuery("<div></div>").addClass(v).addClass("extended").addClass("lang_container");q.append(C);C.append(c(y,
z));jQuery.each(z.keyboards,function(u,B){C.append(l(i(y,u),B))})},n=function(){var q=jQuery(".keyboard_container");jQuery("#l option").each(function(v,y){v=jQuery(y).val();y=v.substr(0,2);var z=v.substr(2,3);if(!(v.length!==4||y===z))if(jQuery.inArray(y,f)!==-1)m(q,v,y);else if(jQuery.inArray(z,f)!==-1)m(q,v,z);else if(jQuery.inArray(y,d)!==-1||jQuery.inArray(z,d)!==-1)h(q,v,[y,z])})};window.Keys.instrument=function(){n()}})()};function sbOver(a){a=a==""?"...":"&nbsp;<strong>"+a+"</strong>";document.getElementById("sbText").innerHTML=a}
function sbDo(a){var e=encodeURIComponent(window.location.href),d=encodeURIComponent(document.title);switch(a){case "webnews":window.open("http://www.webnews.de/einstellen?url="+e+"&title="+d);break;case "facebook":window.open("http://www.facebook.com/sharer.php?u="+e+"&t="+d);break;case "twitter":window.open("http://twitter.com/home?status="+e);break;case "delicious":window.open("http://del.icio.us/post?url="+e+"&title="+d);break;case "wong":window.open("http://www.mister-wong.de/index.php?action=addurl&bm_url="+
e+"&bm_description="+d);break;case "blinkList":window.open("http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url="+e+"&Title="+d);break;case "yahoo":window.open("http://myweb2.search.yahoo.com/myresults/bookmarklet?u="+e+"&t="+d);break;case "yigg":window.open("http://yigg.de/neu?exturl="+e+"&exttitle="+d);break;case "furl":window.open("http://www.furl.net/storeIt.jsp?u="+e+"&t="+d);break;case "oneview":window.open("http://beta.oneview.de:80/quickadd/neu/addBookmark.jsf?URL="+
e+"&title="+d);break;case "folkd":window.open("http://www.folkd.com/submit/page/"+e);break;case "linkarena":window.open("http://linkarena.com/bookmarks/addlink/?url="+e+"&title="+d+"&desc=&tags=");break;case "google":window.open("http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk="+e+"&title="+d);break;case "webnews":window.open("http://www.webnews.de/einstellen?url="+e+"&title="+d);break;case "diigo":window.open("http://www.diigo.com/post?url="+e+"&title="+d)}};if(!window.Phonetics){var Phonetics={hints:{de:{"a:":"B{a}hn, T{a}t","\u0250\u032f":"Uh{r}","\u00e3":"Ch{an}son, Ar{an}gement","\u00e3:":"Gourm{and}, Arangem{ent}",ai:"h{ei}\u00df","a\u026a":"r{i}de, m{y}",au:"H{au}s","a\u028a":"h{ou}se, ab{ou}t","d\u0292":"{G}in, {J}ob, {J}eans, Bud{g}et","e\u026a":"r{a}te","e:":"B{ee}t, M{eh}l, S{ee}le","\u025b\u0303:":"T{ei}nt, Bass{in}","\u025b\u0303":"t{im}brieren, {In}terieur","\u025b:":"w{\u00e4}hlen, Z{\u00e4h}ne","i:":"B{ie}r, B{ie}ne","i\u032f":"Stud{i}e",
"l\u0329":"Neb{el}","m\u0329":"gro\u00df{em}","n\u0329":"sprech{en}","o:":"B{oo}t, dr{oh}en, H{o}se","o\u032f":"l{o}yal","\u00f5:":"F{o}nds, Bonb{on}","\u00f5":"F{o}ndue, B{on}bon","\u00f8:":"{\u00d6}l","\u0153\u0342:":"Parf{um}","\u0153\u0342":"L{u}ndist","\u0254:":"C{a}llboy","\u0254y":"M{\u00e4u}se",ts:"{Z}immer, Bli{tz}","t\u0283":"Ma{tsch}, {Tsch}\u00fcss","u:":"H{u}t","u\u032f":"akt{u}ell","\u028a:":"zum{u}te",ks:"Fi{x}, A{x}t, La{chs}","y:":"T{y}p, D{\u00fc}se, Z{y}pern","y\u0306":"H{y}\u00e4ne",
"\u0250":"bitt{er}, Uf{er}","\u028c":"P{u}blicity","\u00e6":"Ch{a}t",a:"h{a}t, m{a}tt",b:"{B}all, {B}om{b}e","\u00e7":"i{ch}, e{ch}t",d:"{d}icht, {d}a",e:"{E}tage, {E}tappe","\u025b":"N{e}st, W{\u00e4}sche, B{e}tt, M{e}nsch","\u025c:":"b{i}rd, c{u}r, b{e}rth","\u0259\u028a":"b{oa}t, r{o}de <em>Brit</em>","\u0259":"halt{e}, Supp{e}, fahr{e}n",f:"{F}ett, {F}isch, {v}iel",g:"{G}eld, {g}e{g}en",h:"{H}ut, a{h}a","\u026a":"B{i}tte",i:"V{i}tamin, pr{i}vat",j:"{J}ahr, {j}a",kv:"{Qu}adrat",k:"{K}ohl, {C}omputer, {Ch}ara{k}ter",
l:"{L}ast, {L}\u00fcmme{l}",m:"{M}eister, {M}a{m}a",n:"{n}ett, {n}e{nn}e{n}","\u014b":"Ri{ng}, bli{n}ken, la{ng}, Fi{ng}er","\u0272":"Gasco{gne}","\u0254":"P{o}st","\u0153":"G{\u00f6}tter",o:"{O}ase, Pr{o}dukt","\u00f8":"{\u00d6}konomie, {\u00f6}ffnen",p:"{P}apst, {P}a{p}a",r:"{R}ad, {r}\u00fch{r}en",s:"Ra{s}t, be{ss}er, hei{\u00df}, da{s}, Ma{ss}e","\u0283":"{Sch}aum, {s}prechen, {Ch}ef, {Sch}af, {s}tur",t:"{T}est, {T}\u00fc{t}e {t}reu","\u03b8":"{Th}riller",u:"z{u}n\u00e4chst","\u028a":"M{u}tter, z{u}m",
v:"{V}ase, {w}ann",w:"{W}orkaholic",x:"Schlau{ch}, Ba{ch}, ho{ch}",y:"M{y}kene, B{\u00fc}ro","\u028f":"f{\u00fc}llen, Tr{\u00fc}mmer","\u0263":"{G}elderland",z:"Ha{s}e, {S}onne, Ro{s}e, {s}auer","\u0292":"{G}enie","\u0294":"Knacklaut","\u02c8":"Hauptbetonung","\u02cc":"Nebenbetonung",":":"Dehnung"},en:{"\u0251\u0342:":"Croiss{ant}","a\u026a":"r{i}de, m{y}","\u0251:":"f{a}ther, c{a}rd","a\u028a":"h{ou}se, ab{ou}t","\u025c:":"b{i}rd, c{u}r, b{e}rth","\u025b\u0342:":"f{in} de si\u00e8cle","e\u026a":"r{a}te",
"e\u0259":"th{ere}, h{air} <em>Brit</em>","i:":"r{ea}d, m{ee}t","\u026a\u0259":"h{ere}, b{ee}r",kw:"{qu}een","\u0254:":"c{au}ght, {ou}ght","\u0259\u028a":"b{oa}t, r{o}de <em>Brit</em>","o\u028a":"b{oa}t, r{o}de <em>Am</em>","\u0254\u0342:":"restaur{ant}","\u0254\u026a":"b{oy}, n{oi}se","t\u032c":"be{tt}er <em>Am</em>","t\u0283":"{ch}ip, pat{ch}","u:":"m{oo}se, l{o}se","\u028a\u0259":"all{ur}e <em>Brit</em>",ks:"fi{x}","\u00e6":"c{a}t","\u0252":"p{o}t, b{o}ttom",f:"{f}ast",b:"{b}ig",d:"{d}a{d}","\u02a4":"e{dg}e, {j}uice",
e:"p{e}t, b{e}st","\u0259":"Afric{a}, p{o}tato","\u028c":"b{u}st, m{u}lti",g:"{g}old",h:"{h}ello","\u026a":"s{i}t",i:"abb{ey}",j:"{y}ellow",k:"{c}at, {k}ing",l:"{l}ittle","l\u0329":"litt{le}",m:"{m}o{m}",n:"{n}ice","\u014b":"ri{ng}, ri{n}k, bi{n}go",p:"{p}at",r:"{r}ight","\u02b3":"bitte{r} <em>Brit</em>","\u025a":"bitt{er} <em>Am</em>",s:"{s}oft","\u0283":"{sh}ift",t:"{t}ake","\u03b8":"{th}ink, ba{th}","\u00f0":"fa{th}er, ba{th}e","\u028a":"b{oo}k, p{u}t",v:"{v}itamin",w:"{w}ish",x:"lo{ch} <em>Scot</em>",
z:"{z}ebra, ja{zz}","\u0292":"plea{z}ure","\u0294":"glottal stop","\u02c8":"primary stress","\u02cc":"secondary stress"},fr:{"\u0251\u0342":"gr{and}","\u025b\u0342":"p{oint}","\u0153\u0342":"parf{um}","\u0254\u0342":"m{on}de","d\u0292":"a{dj}ectife",a:"b{a}c","\u0251":"cl{a}sse",e:"{\u00e9}t{\u00e9}","\u025b":"c{ai}sse","\u0259":"r{e}nard",i:"d{i}pl\u00f4me","\u0254":"{o}btenir",o:"{au}t{o}didacte","\u00f8":"{eu}rop\u00e9en","\u0153":"profond{eu}r",u:"{ou}vert",y:"mat{u}rit\u00e9",j:"p{i}\u00e8ce",
w:"bo\u00eete, Ko{w}e\u00eft","\u0265":"prod{u}it",b:"{b}\u00e9{b}\u00e9",d:"vi{de}",f:"{f}ana, {ph}oto",g:"{g}a{g}a","\u0292":"{j}eune, {g}\u00e9nial",k:"{c}aduque",l:"{l}a",m:"{m}a{m}an",n:"{n}a{n}a","\u0272":"di{gne}","\u014b":"marketi{ng}",p:"{p}a{p}a","\u0280":"{r}\u00e8gle",s:"{s}oleil","\u0283":"{ch}arge",v:"{v}itre",z:"{z}\u00e8bre, ro{s}e","\u02ca":"le {h}\u00e9ro <em>behauchtes h, h aspir\u00e9</em>","\u02c8":"Accent",":":"Longueur","\u0294":"Coup de glotte"},es:{"d\u0292":"{j}azz, {G}iga",
rr:"{r}eo, Is{r}ael","\u03b8":"{c}inco, {z}ar{z}a, cru{z}","\u00f0":"de{d}o, escu{d}o","\u025f":"{hi}erro, {yu}nque, co{y}ote","i\u032f":"ba{i}le ,ho{y} ,despreci\u00e9{i}s","\u1e37":"ca{l}cet\u00edn, du{l}ce","l\u0329":"a{l}to, sueldo","\u028e":"{ll}uvia mati{ll}o","\u1e47":"o{n}ce, co{n}cie{n}cia","n\u0329":"co{n}de, a{n}tes","\u014b":"fi{n}ca, le{n}gua, e{n}jambre","\u0272":"ni\u00f1a","\u0283":"{sh}ock","\u02a7":"{ch}ino","u\u032f":"a{u}tob\u00fas, ca{u}sa","\u0263":"peli{g}ro, barri{g}a",b:"{v}ivir, ham{b}re",
d:"{d}onde, pel{d}a\u00f1o",f:"ca{f}\u00e9",g:"{g}arra, {gu}itarra",j:"b{i}eldo, aprec{i}\u00e1is",k:"{k}ilo, {c}osa, {q}ue, a{c}tor",l:"{l}a, sa{l}",m:"e{n}fermo, i{n}fante",n:"{n}o, a{n}tes",p:"{p}alo",r:"ca{r}o, ing{r}ato",s:"a{s}\u00ed, co{s}er",t:"tar{t}a, {t}odo","\u03b2":"o{b}jeto, pue{b}lo",w:"b{u}eno, c{u}erda",x:"a{j}o, {G}\u00e9minis"},pl:{"\u02a6\u0361":"eduka{c}ja, {c}\u0142o, owo{c}","\u02a7\u0361":"jesz{cz}e, jab\u0142e{cz}nik","\u0283":"kola{rz}, d\u0142u{\u017c}szy, dor{sz}","\u02a8\u0361":"{\u0107}wiartka, {ci}sza",
"\u0255":"pr\u0119dko{\u015b}\u0107, {si}ada\u0107","\u02a3\u0361\u0311":"{dz}wonek","\u02a5\u0361\u0311":"{d\u017a}wi\u0119k, {dzi}ecko","\u0291":"ba{zi}a, bli{\u017a}ni","\u02a4\u0361":"mene{d\u017c}er, {d\u017c}em","\u0292":"{\u017c}ar, {rz}adki, {j}ury, {g}igolo",d:"{d}ach, {d}om","aw\u0303":"bala{n}s, ka{m}fora","aj\u0303":"ha{\u0144}ba, ba{\u0144}ka",a:"much{a}, {a}kt","\u0254w\u0303":"br{\u0105}z, ko{n}fetti","\u0254":"{o}k{o}, ad{o}pcja","\u025b\u014b":"r{\u0119}ka","\u025bj\u0303":"g{\u0119}\u015b",
"\u025bw\u0303":"chrz{\u0119}st, kred{e}ns","\u025b":"s{\u0119}p, pr{\u0119}t, si{\u0119}",w:"{\u0142}adny, a{u}to","\u014b":"str{\u0105}k, surfi{ng}, m{\u0105}ka","\u0272":"la{ni}e, ba{n}dzior, s\u0142o{\u0144}","\u0268":"bli\u017csz{y}, kurt{y}na, w{y}r\u00f3b",b:"{b}rat, {b}at",v:"{w}ulkan, {v}eto",x:"{ch}omik, {h}a\u0142as"},pt:{aj:"p{ai}",aw:"{au}s\u00eancia, {al}face",a:"c{a}sa","\u025c\u0303j":"m{\u00e3e}","\u025c\u0303\u014b":"d{an}\u00e7ar","\u025c\u0303w":"avi{\u00e3o}, cora\u00e7{\u00e3o}",
"\u025c\u0303":"amanh{\u00e3}, ma\u00e7{\u00e3}, campe{\u00e3}","\u025c":"c{a}ma, d{a}no","\u025b":"caf{\u00e9}, ab{e}rto",ej:"b{ei}ra","e\u0303j":"alg{u\u00e9m}, leg{en}da, l{en}te",ew:"d{eu}s, mov{el}",e:"ab{e}lha, fortal{e}za","\u02a4":"cida{d}e","\u0292":"{j}anela",d:"{d}ormir"," \u0131\u0342j":"jard{i}m","i\u0325":"faculdad{e}, realment{e}, ac\u00fast{i}ca",i:"d{i}sco","o\u0303j":"avi{\u00f5e}s","o\u0303w":"c{o}m, afr{on}ta",oj:"c{oi}sa, n{oi}te","\u0254":"h{o}ra, lumin{o}sa",o:"c{o}co, lumin{o}so",
"u\u0303w":"acup{un}tura, com{um}",w:"q{u}arto",u:"madr{u}gada, mad{u}ro","\u02a7":"duran{t}e","\u0283":"{ch}eio",t:"{t}o{t}al","\u0272":"ba{nh}o","\u014b":"aba{n}donar, ba{n}co",n:"{n}ata",x:"{r}io, ca{rr}o","\u028e":"verme{lh}o",b:"{b}om",f:"{f}azer",g:"{g}olfo",k:"{c}arro",l:"ma{l}a",m:"{m}\u00e3e",p:"{p}ai","\u027e":"pa{r}ede, p{r}ovar",r:"pinta{r}, faze{r}",s:"{s}olo",v:"{v}ida",z:"do{s}e"},it:{ai:"n{igh}tclub",au:"r{ou}nd","\u00e6":"m{a}tch","\u0250":"pir{a}nha","a\u0342":"p{en}d{an}t","\u00e7":"Lie{ch}tenstein",
"\u02a4":"{g}ente, {g}i\u00e0",dz:"{z}ero",ei:"Pl{ay}back","\u025b":"{e}cco","\u0259":"Mist{er}",j:"maqui{ll}age","\u028e":"{gl}i","\u014b":"ra{n}go","\u0272":"{Gn}occhi","\u0272\u0272":"o{gn}i","\u0153:":"chauff{eu}r",ou:"M{o}torscooter","\u0254i":"playb{oy}","\u00f8:":"f{\u00f6h}n","\u0254\u0303":"pard{on}","\u0254":"{o}tto","\u02a7":"pa{c}e, {ci}elo","\u02a6":"Ter{z}o","\u0283":"{sc}endere, {sci}enza",w:"{w}alkman","y:":"ouvert{u}re","\u028f":"k{\u00fc}mmel",y:"parven{u}",z:"vi{s}o","\u028c":"pick-{u}p",
"\u02d0":"Segno della lungehezza vocale","\u02c8":"Accento tonico"},deSuper:{},enSuper:{"\u0259":"sudd{e}n"},frSuper:{},esSuper:{},plSuper:{},ptSuper:{},itSuper:{}},replacementExpression:"\u301a$1\u301b",instrument:function(){jQuery(".phonetics").each(Phonetics.addHints)},addHints:function(a,e){e=jQuery(e);a=e.parents(".lang").attr("id");e.html(Phonetics.addSpanElementsToPhonetics(e.html(),a));Phonetics.removeEmbededSpans(e);e.find(".hint").each(function(d,f){d=jQuery(f);if(d.parent().is(".phonetics")||
d.parent().is("sup"))d.tooltip({delay:0,bodyHandler:Phonetics.computeContentForTooltip})})},computeContentForTooltip:function(){var a=jQuery(this),e=a.parents(".lang").attr("id");if(a.parents("sup").length>0)e+="Super";e=Phonetics.hints[e][a.text()];e=e.replace(/{/g,"<strong>").replace(/}/g,"</strong>");return e='<strong class="phonetics">['+a.text()+"]</strong> "+e},addSpanElementsToPhonetics:function(a,e){a=a.replace(/<span class="super">(.*?)<\/span>/g,"<sup>$1</sup>").replace(/<SPAN class=super>(.*?)<\/SPAN>/g,
"<sup>$1</sup>").replace(/></g,">\u00b6<");var d=a.split(/<.*?>/g),f=a.match(/<.*?>/g);for(var h in d){a=d[h];for(var i in Phonetics.hints[e])a=a.replace(new RegExp("("+i+")()","g"),Phonetics.replacementExpression);d[h]=a}for(a=d.shift();d.length>0;)a=a+f.shift()+d.shift();return a.replace(/\u301b/g,"</span>").replace(/\u301a/g,'<span class="hint">').replace(/>\u00b6</g,"><")},removeEmbededSpans:function(a){a.children(".hint").each(function(e,d){e=jQuery(d);e.html(e.text())})}};(function(){var a=
PONS.immediateWithJQuery;PONS.immediateWithJQuery=function(){a();jQuery(Phonetics.instrument)}})()};/*
 Header: jsi18n Library

 Version - 1.0
 License - jsi18n is freely distributable under the terms of an
 MIT-style license.
 Author  - schmidt - http://www.schmidtwisser.de/
 Mail    - spam jsi18n spam @ spam schmidtwisser spam . spam de
*/
if(!window.I18nService){if(!window.sprintf)window.sprintf=function(){if(!(!arguments||!RegExp||arguments.length==0||!arguments[0].length&&arguments.length<1)){var a;a=arguments[0].length>1?arguments[0]:arguments;for(var e=a[0],d=/([^%]*)%('.|0|\x20)?(-)?(\d+)?(\.\d+)?(%|b|c|d|u|f|o|s|x|X)(.*)/,f=[],h=0,i=0;f=d.exec(e);){e=f[1];var c=f[2],l=f[4],m=f[5],n=f[6];f=f[7];i++;if(n=="%")m="%";else{h++;h>=a.length&&alert("Error! Not enough function arguments ("+(a.length-1)+", excluding the string)\nfor the number of substitution parameters in string ("+
h+" so far).");var q=a[h];c&&c.substr(0,1)=="'"&&e.substr(1,1);l&&parseInt(l,10);c=-1;if(m&&n=="f")c=parseInt(m.substring(1),10);m=q;if(n=="b")m=parseInt(q,10).toString(2);else if(n=="c")m=String.fromCharCode(parseInt(q,10));else if(n=="d")m=parseInt(q,10)?parseInt(q,10):0;else if(n=="u")m=Math.abs(q);else if(n=="f")m=c>-1?Math.round(parseFloat(q)*Math.pow(10,c))/Math.pow(10,c):parseFloat(q);else if(n=="o")m=parseInt(q,10).toString(8);else if(n=="s")m=q;else if(n=="x")m=(""+parseInt(q,10).toString(16)).toLowerCase();
else if(n=="X")m=(""+parseInt(q,10).toString(16)).toUpperCase()}e=e+m+f}return e}};var I18nService={Registries:{},Registry:null,convertAllHyphens:function(a){for(var e in a)if(typeof a[e]=="string")a[e]=this.convertHyphen(a[e]);else if(typeof a[e]=="object")a[e]=this.convertAllHyphens(a[e]);return a},convertHyphen:function(a){return a.split("\u00ad").join("-\u200b")},plural_form:function(a){return a==1?0:1},_fetch:function(a){return I18nService.Registry[a]},_interpolate:window.sprintf};function _(a){var e=
I18nService._fetch(a);if(e!=null)return e;else{try{console.warn("["+a+"] not yet translated")}catch(d){}return a}}function i_(){if(!(!arguments||arguments.length<1)){var a=arguments[0],e=I18nService._fetch(a);arguments[0]=e;e=I18nService._interpolate(arguments);if(e!=null)return e;else{try{console.warn("["+a+"] not yet translated")}catch(d){}arguments[0]=a;return I18nService._interpolate(arguments)}}}function in_(){if(!(!arguments||arguments.length<2)){var a=arguments;a.length==2&&a.push(a[a.length-
1]);var e=a.shift(),d=a.shift();e=I18nService._fetch(e);if(e!=null&&e.length!=0){d=e[I18nService.plural_form(d)];a.unshift(d);return window.sprintf(a)}}}function n_(a,e,d){var f=I18nService._fetch(a);return f!=null&&f.size!=0?window.sprintf([f[I18nService.plural_form(d)],d]):d==1?window.sprintf([a,d]):window.sprintf([e,d])}}
I18nService.Registries.de={"An error has occured. Please try again.":"Es ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.","Hide Examples":"Beispiele ausblenden","Expand Examples":"Beispiele einblenden","External Services":"Externe Anbieter",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"'%s' in der Wikipedia (%s.wikipedia.org) nachschlagen","Visual Dictionary":"Bildw\u00f6rterbuch",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Flexion von '%s' bei Canoo anzeigen",DWDS:"DWDS",
"See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Definition f\u00fcr '%s' beim DWDS (Digitales W\u00f6rterbuch der Deutschen Sprache) nachschlagen",OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"Synonyme und mehr von '%s' im OpenThesaurus anzeigen","E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko ist ein Service des Instituts f\u00fcr deutsche Sprache","German Vocabulary (Uni Leipzig)":"Deutscher Wortschatz (Uni Leipzig)",
RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",
Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Italienisches W\u00f6rterbuch","Porto Editora (pt)":"Porto Editora","Priberam (pt)":"Priberam","Michaelis (br)":"Michaelis","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Mehr W\u00f6rterb\u00fccher f\u00fcr diese Sprache:","Go to forum":"Zum Forum","Go to forum '%s'":"Zum Forum '%s'",
"Are you sure?":"Sind Sie sicher?","Switch to mobile-optimized version?":"Zur mobilen Version wechseln?","There were no synonyms found.":"Es wurden keine Synonyme gefunden.","Greek keyboard":"Griechische Tastatur","Russian keyboard":"Russische Tastatur",Standard:"Standard",Alphabet:"Alphabet",Phonetic:"Phonetik","__dict_part de__":"Deutsch","__dict_part el__":"Griechisch","__dict_part en__":"Englisch","__dict_part es__":"Spanisch","__dict_part fr__":"Franz\u00f6sisch","__dict_part it__":"Italienisch",
"__dict_part pl__":"Polnisch","__dict_part pt__":"Portugiesisch","__dict_part ru__":"Russisch","__dict_part sl__":"Slowenisch","__dict_part tr__":"T\u00fcrkisch","__dict dede__":"Deutsche Rechtschreibung","__dict bwb_de__":"Bildw\u00f6rterbuch Deutsch-Englisch","__dict bwb_en__":"Bildw\u00f6rterbuch Englisch-Deutsch","":""};
I18nService.Registries.el={"An error has occured. Please try again.":"\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03bb\u03ac\u03b8\u03bf\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03be\u03b1\u03bd\u03b1\u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5.","Hide Examples":"\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03b9\u03b3\u03bc\u03ac\u03c4\u03c9\u03bd","Expand Examples":"\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03b9\u03b3\u03bc\u03ac\u03c4\u03c9\u03bd",
"External Services":"\u0395\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2",Wikipedia:"\u0392\u03b9\u03ba\u03b9\u03c0\u03b1\u03af\u03b4\u03b5\u03b9\u03b1","Look up '%s' at %s.wikipedia.org":"\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 '%s' \u03c3\u03c4\u03b7 \u0392\u03b9\u03ba\u03b9\u03c0\u03b1\u03af\u03b4\u03b5\u03b9\u03b1 (%s.wikipedia.org)","Visual Dictionary":"\u0395\u03b9\u03ba\u03bf\u03bd\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03bf \u03bb\u03b5\u03be\u03b9\u03ba\u03cc",
Canoo:"Canoo","See inflecton of '%s' at Canoo":"\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03c4\u03b7\u03c2 \u03ba\u03bb\u03af\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 '%s' \u03c3\u03c4\u03bf Canoo",DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03b7\u03c2 \u03bb\u03ad\u03be\u03b7\u03c2 '%s' \u03c3\u03c4\u03bf DWDS (Digitales W\u00f6rterbuch der Deutschen Sprache)",
OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bd\u03c9\u03bd\u03cd\u03bc\u03c9\u03bd \u03ba\u03b1\u03b9 \u03ac\u03bb\u03bb\u03c9\u03bd \u03c4\u03b7\u03c2 \u03bb\u03ad\u03be\u03b7\u03c2 '%s' \u03c3\u03c4\u03bf OpenThesaurus","E-Lexiko":"Elexiko","elexiko is a service of the Institute for the German language":"Elexiko \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 Institut f\u00fcr Deutsche Sprache",
"German Vocabulary (Uni Leipzig)":"\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03cc \u03bb\u03b5\u03be\u03b9\u03bb\u03cc\u03b3\u03b9\u03bf (\u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03bf \u039b\u03b5\u03b9\u03c8\u03af\u03b1\u03c2)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae",
"Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"\u0399\u03c4\u03b1\u03bb\u03b9\u03ba\u03cc \u039b\u03b5\u03be\u03b9\u03ba\u03cc","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)",
"Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"\u0386\u03bb\u03bb\u03b1 \u03bb\u03b5\u03be\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1:","Go to forum":"\u039c\u03b5\u03c4\u03ac\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03c6\u03cc\u03c1\u03bf\u03c5\u03bc",
"Go to forum '%s'":"\u039c\u03b5\u03c4\u03ac\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03c6\u03cc\u03c1\u03bf\u03c5\u03bc '%s'","Are you sure?":"\u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9;","Switch to mobile-optimized version?":"\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03ac\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ad\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2;",
"There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard","Russian keyboard":"\u03a1\u03c9\u03c3\u03b9\u03ba\u03cc \u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf",Standard:"\u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03cc",Alphabet:"\u0391\u03bb\u03c6\u03ac\u03b2\u03b7\u03c4\u03bf",Phonetic:"\u03a6\u03c9\u03bd\u03b7\u03c4\u03b9\u03ba\u03ae","__dict_part de__":"\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ac","__dict_part el__":"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac",
"__dict_part en__":"\u0391\u03b3\u03b3\u03bb\u03b9\u03ba\u03ac","__dict_part es__":"\u0399\u03c3\u03c0\u03b1\u03bd\u03b9\u03ba\u03ac","__dict_part fr__":"\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ac","__dict_part it__":"\u0399\u03c4\u03b1\u03bb\u03b9\u03ba\u03ac","__dict_part pl__":"\u03a0\u03bf\u03bb\u03c9\u03bd\u03b9\u03ba\u03ac","__dict_part pt__":"\u03a0\u03bf\u03c1\u03c4\u03bf\u03b3\u03b1\u03bb\u03b9\u03ba\u03ac","__dict_part ru__":"\u03a1\u03c9\u03c3\u03b9\u03ba\u03ac","__dict_part sl__":"\u03a3\u03bb\u03bf\u03b2\u03b5\u03bd\u03b9\u03ba\u03ac",
"__dict_part tr__":"\u03a4\u03bf\u03c5\u03c1\u03ba\u03b9\u03ba\u03ac","__dict dede__":"\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae \u03bf\u03c1\u03b8\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1","__dict bwb_de__":"\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03bf\u03b1\u03b3\u03b3\u03bb\u03b9\u03ba\u03cc \u03b5\u03b9\u03ba\u03bf\u03bd\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03bf \u03bb\u03b5\u03be\u03b9\u03ba\u03cc","__dict bwb_en__":"\u0391\u03b3\u03b3\u03bb\u03bf\u03b3\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03cc \u03b5\u03b9\u03ba\u03bf\u03bd\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03bf \u03bb\u03b5\u03be\u03b9\u03ba\u03cc",
"":""};
I18nService.Registries.en={"An error has occured. Please try again.":"An error has occured. Please try again.","Hide Examples":"Hide examples","Expand Examples":"Expand examples","External Services":"External services",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"Look up '%s' at %s.wikipedia.org","Visual Dictionary":"Visual Dictionary ",Canoo:"Canoo","See inflecton of '%s' at Canoo":"View inflecton of '%s' at Canoo",DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"See definition of '%s' at DWDS (Digital Dictionary of the German Language)",OpenThesaurus:"OpenThesaurus",
"Look for synonyms and more of '%s' at OpenThesaurus":"Look up synonyms and more about '%s' at the OpenThesaurus","E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko is a service provided by the Institute for the German Language ('Institut f\u00fcr Deutsche Sprache')","German Vocabulary (Uni Leipzig)":"German Vocabulary (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster",
"Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Dizionario Italiano","Porto Editora (pt)":"Porto Editora (pt)",
"Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"More dictionaries for this language:","Go to forum":"Go to forum","Go to forum '%s'":"Go to forum '%s'","Are you sure?":"Are you sure?","Switch to mobile-optimized version?":"Switch to mobile version?","There were no synonyms found.":"There were no synonyms found.",
"Greek keyboard":"Greek keyboard","Russian keyboard":"Russian keyboard",Standard:"Standard",Alphabet:"Alphabet",Phonetic:"Phonetic","__dict_part de__":"German","__dict_part el__":"Greek","__dict_part en__":"English","__dict_part es__":"Spanish","__dict_part fr__":"French","__dict_part it__":"Italian","__dict_part pl__":"Polish","__dict_part pt__":"Portuguese","__dict_part ru__":"Russian","__dict_part sl__":"Slovenian","__dict_part tr__":"Turkish","__dict dede__":"Dictionary of German Spelling","__dict bwb_de__":"Visual Dictionary German-English",
"__dict bwb_en__":"Visual Dictionary English-German","":""};
I18nService.Registries.es={"An error has occured. Please try again.":"Ha ocurrido un error. Por favor int\u00e9ntelo de nuevo.","Hide Examples":"Esconder los ejemplos de todos los art\u00edculos","Expand Examples":"Mostrar los ejemplos","External Services":"Proveedores externos",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"Consultar '%s' en Wikipedia (%s.wikipedia.org)","Visual Dictionary":"Diccionario gr\u00e1fico",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Mostrar la flexi\u00f3n de '%s' en Canoo",
DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Consultar la definici\u00f3n de '%s' en el DWDS (Digital Dictionary of the German Language)",OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"Mostrar sin\u00f3nimos y m\u00e1s informaci\u00f3n sobre '%s' en el OpenThesaurus","E-Lexiko":"E-Lexiko","elexiko is a service of the Institute for the German language":"elexiko es un servicio a su disposici\u00f3n del Institutos de la Lengua Alemana (IDS)",
"German Vocabulary (Uni Leipzig)":"Deutscher Wortschatz (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"El Diccionario en l\u00ednea Merriam-Webster","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Diccionario Internacional de Ingl\u00e9s Encarta\u00ae, edici\u00f3n norteamericana","WordNet Thesaurus":"WordNet Thesaurus",
"Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Base de datos para el idioma ingl\u00e9s",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Diccionario italiano","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"M\u00e1s diccionarios para este idioma:",
"Go to forum":"Ir al foro","Go to forum '%s'":"Ir al foro '%s'","Are you sure?":"\u00bfEst\u00e1 seguro?","Switch to mobile-optimized version?":" \u00bfPasar a la versi\u00f3n m\u00f3vil?","There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard","Russian keyboard":"Teclado ruso",Standard:"Norma",Alphabet:"Alfabeto",Phonetic:"Fon\u00e9tica","__dict_part de__":"alem\u00e1n","__dict_part el__":"griego","__dict_part en__":"ingl\u00e9s","__dict_part es__":"espa\u00f1ol",
"__dict_part fr__":"franc\u00e9s","__dict_part it__":"italiano","__dict_part pl__":"polaco","__dict_part pt__":"portugu\u00e9s","__dict_part ru__":"ruso","__dict_part sl__":"esloveno","__dict_part tr__":"turco","__dict dede__":"Ortograf\u00eda alemana","__dict bwb_de__":"Diccionario gr\u00e1fico alem\u00e1n-ingl\u00e9s","__dict bwb_en__":"Diccionario gr\u00e1fico ingl\u00e9s-alem\u00e1n","":""};
I18nService.Registries.fr={"An error has occured. Please try again.":"Une erreur est apparue. Veuillez essayer encore une fois.","Hide Examples":"Cacher les exemples","Expand Examples":"Afficher les exemples","External Services":"Services externes",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"Rechercher '%s' chez %s.wikipedia.org","Visual Dictionary":"Dictionnaire visuel",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Voir la conjugaison de  '%s' chez Canoo",DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Voir la d\u00e9finition de '%s' chez DWDS (Digital Dictionary of the German Language)",
OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"Rechercher les synonymes et plus d'informations sur '%s' chez OpenThesaurus","E-Lexiko":"E-Lexiko","elexiko is a service of the Institute for the German language":"E-Lexiko est un service d'Institut de la Langue Allemande","German Vocabulary (Uni Leipzig)":"Deutscher Wortschatz (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster",
"Merriam-Webster's Online Dictionary":"Dictionnaire en ligne de Merriam-Webster","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, \u00e9dition pour l'Am\u00e9rique du Nord","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 \u2013 Base de donn\u00e9es lexicales de la langue anglaise",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Dictionnaire d'Italien",
"Porto Editora (pt)":"Porto Editora","Priberam (pt)":"Priberam","Michaelis (br)":"Michaelis","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Autres dictionnaires pour cette langue :","Go to forum":"Aller sur le forum","Go to forum '%s'":"Aller sur le forum '%s'","Are you sure?":"Are you sure?","Switch to mobile-optimized version?":"Passer en mode mobile?",
"There were no synonyms found.":"Pas des synonymes.","Greek keyboard":"Clavier grec","Russian keyboard":"Clavier russe",Standard:"Standard",Alphabet:"Alphabet",Phonetic:"Phon\u00e9tique","__dict_part de__":"Allemand","__dict_part el__":"Grec","__dict_part en__":"Anglais","__dict_part es__":"Espagnol","__dict_part fr__":"Fran\u00e7ais","__dict_part it__":"Italien","__dict_part pl__":"Polonais","__dict_part pt__":"Portugais","__dict_part ru__":"Russe","__dict_part sl__":"Slov\u00e8ne","__dict_part tr__":"Turc",
"__dict dede__":"Orthographe allemande","__dict bwb_de__":"Dictionnaire visuel Allemand-Anglais","__dict bwb_en__":"Dictionnaire visuel Anglais-Allemand","":""};
I18nService.Registries.it={"An error has occured. Please try again.":"Si \u00e8 verificato un errore. Riprova per favore.","Hide Examples":"Nascondi esempi","Expand Examples":"Mostra esempi","External Services":"Promotori esterni",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"Cerca '%s' in Wikipedia ","Visual Dictionary":"Dizionario illustrato",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Vedi flessione di '%s' su Canoo ",DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Vedi la definizione di '%s' su DWDS (Dizionario digitale della lingua tedesca) ",
OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"Vedi sinonimi e altro su '%s' in OpenThesaurus ","E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko \u00e8 un servizio dell'Istituto per la lingua tedesca","German Vocabulary (Uni Leipzig)":"Deutscher Wortschatz (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary",
"Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Dizionario Italiano","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)",
"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Altri dizionari per questa lingua:","Go to forum":"Vai al foro","Go to forum '%s'":"Vai al foro \u2018%s\u2019","Are you sure?":"Are you sure?","Switch to mobile-optimized version?":"Accedere alla versione mobile?","There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard",
"Russian keyboard":"tastiera russa",Standard:"standard",Alphabet:"alfabeto",Phonetic:"fonetico","__dict_part de__":"tedesco","__dict_part el__":"greco","__dict_part en__":"inglese","__dict_part es__":"spagnolo","__dict_part fr__":"francese","__dict_part it__":"italiano","__dict_part pl__":"polacco","__dict_part pt__":"portoghese","__dict_part ru__":"russo","__dict_part sl__":"sloveno","__dict_part tr__":"turco","__dict dede__":"Ortografia tedesca","__dict bwb_de__":"dizionario illustrato tedesco-inglese",
"__dict bwb_en__":"dizionario illustrato inglese-tedesco","":""};
I18nService.Registries.pl={"An error has occured. Please try again.":"Wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.","Hide Examples":"Ukryj przyk\u0142ady","Expand Examples":"Wy\u015bwietl przyk\u0142ady","External Services":"Serwisy zewn\u0119trzne",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"Sprawd\u017a '%s' w Wikipedii","Visual Dictionary":"S\u0142ownik obrazkowy",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Poka\u017c odmian\u0119 '%s' w Canoo",DWDS:"DWDS",
"See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Sprawd\u017a definicj\u0119 '%s' w DWDS (Digitales W\u00f6rterbuch der Deutschen Sprache/Cyfrowy S\u0142ownik J\u0119zyka Niemieckiego)",OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"Poka\u017c synonimy i wi\u0119cej informacji o '%s' w OpenThesaurus","E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko jest serwisem Instytutu J\u0119zyka Niemieckiego (Institut f\u00fcr deutsche Sprache)",
"German Vocabulary (Uni Leipzig)":"Deutscher Wortschatz (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",
Wiktionary:"Wikis\u0142ownik",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"S\u0142ownik w\u0142oski","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Wi\u0119cej s\u0142ownik\u00f3w dla tego j\u0119zyka:","Go to forum":"Do forum",
"Go to forum '%s'":"Do forum '%s' ","Are you sure?":"Jeste\u015b pewien?","Switch to mobile-optimized version?":"Prze\u0142\u0105czy\u0107 do wersji mobilnej?","There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard","Russian keyboard":"Rosyjska klawiatura",Standard:"Standard",Alphabet:"Alfabet",Phonetic:"Fonetyka","__dict_part de__":"Niemiecki","__dict_part el__":"grecki","__dict_part en__":"Angielski","__dict_part es__":"Hiszpa\u0144ski ","__dict_part fr__":"Francuski",
"__dict_part it__":"W\u0142oski","__dict_part pl__":"Polski","__dict_part pt__":"portugalski","__dict_part ru__":"Rosyjski","__dict_part sl__":"S\u0142owe\u0144ski","__dict_part tr__":"turecki","__dict dede__":"S\u0142ownik Ortografii Niemieckiej","__dict bwb_de__":"S\u0142ownik obrazkowy niemiecko - angielski","__dict bwb_en__":"S\u0142ownik obrazkowy angielsko - niemiecki","":""};
I18nService.Registries.pt={"An error has occured. Please try again.":"Ocorreu um erro. Por favor tente novamente.","Hide Examples":"Ocultar exemplos","Expand Examples":"Exibir exemplos","External Services":"Servi\u00e7os externos",Wikipedia:"Wikip\u00e9dia","Look up '%s' at %s.wikipedia.org":"Consultar '%s' na Wikip\u00e9dia","Visual Dictionary":"Dicion\u00e1rio ilustrado",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Visualizar flex\u00e3o de '%s' em Canoo",DWDS:"DWDS (Dicion\u00e1rio Digital da L\u00edngua Alem\u00e3)",
"See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Consultar defini\u00e7\u00e3o de '%s' no DWDS (Dicion\u00e1rio Digital da L\u00edngua Alem\u00e3)",OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"Visualizar sin\u00f3nimos e mais de '%s' em OpenThesaurus","E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko \u00e9 um servi\u00e7o do Instituto para a L\u00edngua Alem\u00e3","German Vocabulary (Uni Leipzig)":"Vocabul\u00e1rio alem\u00e3o (Universidadde de Leipzig)",
RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",
Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Dizionario Italiano","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Outros dicion\u00e1rios para esta l\u00edngua:","Go to forum":"Para o f\u00f3rum","Go to forum '%s'":"Para o f\u00f3rum '%s'",
"Are you sure?":"Tem a certeza?","Switch to mobile-optimized version?":"Mudar para a vers\u00e3o mobile?","There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard","Russian keyboard":"Teclado russo",Standard:"Padr\u00e3o",Alphabet:"Alfabeto",Phonetic:"Fon\u00e9tica","__dict_part de__":"Alem\u00e3o","__dict_part el__":"Grego","__dict_part en__":"Ingl\u00eas ","__dict_part es__":"Espanhol","__dict_part fr__":"Franc\u00eas","__dict_part it__":"Italiano","__dict_part pl__":"Polaco",
"__dict_part pt__":"Portugu\u00eas","__dict_part ru__":"Russo","__dict_part sl__":"Esloveno","__dict_part tr__":"Turco","__dict dede__":"Normas de Ortografia Alem\u00e3","__dict bwb_de__":"Dicion\u00e1rio ilustrado Alem\u00e3o-Ingl\u00eas","__dict bwb_en__":"Dicion\u00e1rio ilustrado Ingl\u00eas-Alem\u00e3o","":""};
I18nService.Registries.ru={"An error has occured. Please try again.":"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.","Hide Examples":"\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0440\u044b.","Expand Examples":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0440\u044b.",
"External Services":"\u0414\u0440\u0443\u0433\u0438\u0435 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"\u041f\u043e\u0438\u0441\u043a \u0432 '%s'  Wikipedia (%s.wikipedia.org)","Visual Dictionary":"\u0418\u043b\u043b\u044e\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043b\u043e\u0432\u0430\u0440\u044c",Canoo:"Canoo","See inflecton of '%s' at Canoo":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043b\u043e\u0432\u043e\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0432  '%s'  Canoo ",
DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"\u0418\u0441\u043a\u0430\u0442\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0434\u043b\u044f  '%s'  \u0432 DWDS (Digitales W\u00f6rterbuch der Deutschen Sprache) (\u0426\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0441\u043b\u043e\u0432\u0430\u0440\u044c \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430)",OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0438\u043d\u043e\u043d\u0438\u043c\u044b \u0438 \u0434\u0440\u0443\u0433\u043e\u0435 \u0434\u043b\u044f  '%s' im OpenThesaurus ",
"E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko \u044d\u0442\u043e \u0441\u043b\u0443\u0436\u0431\u0430 \u0418\u043d\u0441\u0442\u0438\u0442\u0443\u0442\u0430 \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430","German Vocabulary (Uni Leipzig)":"Deutscher Wortschatz (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster",
"Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"\u0421\u043b\u043e\u0432\u0430\u0440\u044c \u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430",
"Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"\u0415\u0449\u0451 \u0441\u043b\u043e\u0432\u0430\u0440\u0438 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430","Go to forum":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0444\u043e\u0440\u0443\u043c",
"Go to forum '%s'":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0444\u043e\u0440\u0443\u043c  '%s'","Are you sure?":"Are you sure?","Switch to mobile-optimized version?":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438?","There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard","Russian keyboard":"\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u043a\u043b\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u0430",
Standard:"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442",Alphabet:"\u0410\u043b\u0444\u0430\u0432\u0438\u0442",Phonetic:"\u0424\u043e\u043d\u0435\u0442\u0438\u043a\u0430","__dict_part de__":"\u043d\u0435\u043c\u0435\u0446\u043a\u0438\u0439","__dict_part el__":"\u0433\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0439","__dict_part en__":"\u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439","__dict_part es__":"\u0438\u0441\u043f\u0430\u043d\u0441\u043a\u0438\u0439","__dict_part fr__":"\u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0439",
"__dict_part it__":"\u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0438\u0439","__dict_part pl__":"\u043f\u043e\u043b\u044c\u0441\u043a\u0438\u0439","__dict_part pt__":"\u043f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u044c\u0441\u043a\u0438\u0439","__dict_part ru__":"\u0440\u0443\u0441\u0441\u043a\u0438\u0439","__dict_part sl__":"\u0441\u043b\u043e\u0432\u0435\u043d\u0441\u043a\u0438\u0439","__dict_part tr__":"\u0442\u0443\u0440\u0435\u0446\u043a\u0438\u0439","__dict dede__":"\u041f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u0435\u043c\u0435\u0446\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430",
"__dict bwb_de__":"\u0418\u043b\u043b\u044e\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043b\u043e\u0432\u0430\u0440\u044c \u043d\u0435\u043c\u0435\u0446\u043a\u0438\u0439-\u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439","__dict bwb_en__":"\u0418\u043b\u043b\u044e\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043b\u043e\u0432\u0430\u0440\u044c \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439-\u043d\u0435\u043c\u0435\u0446\u043a\u0438\u0439",
"":""};
I18nService.Registries.sl={"An error has occured. Please try again.":"Pri\u0161lo je do napake. Poskusite znova.","Hide Examples":"Skrij primere","Expand Examples":"Raz\u0161iri primere","External Services":"Druga spletna mesta",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"Poi\u0161\u010di '%s' v %s.wikipedia.org","Visual Dictionary":"Slikovni slovar",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Poi\u0161\u010di oblike besede '%s' v Canooju",DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"Prika\u017ei definicijo besede '%s' v DWDS (Digital Dictionary of the German Language)",OpenThesaurus:"OpenThesaurus",
"Look for synonyms and more of '%s' at OpenThesaurus":"Poi\u0161\u010di sinonime in ve\u010d oblik besede '%s' v OpenThesaurusu","E-Lexiko":"E-lexiko","elexiko is a service of the Institute for the German language":"elexiko je storitev in\u0161tituta za nem\u0161\u010dino","German Vocabulary (Uni Leipzig)":"nem\u0161ko-nem\u0161ki slovar (Uni Leipzig)",RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Spletni slovar Merriam-Webster",
"Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, severnoameri\u0161ka izdaja","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - lekiskolo\u0161ka zbirka podatkov za angle\u0161\u010dino",Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"Dizionario Italiano","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)",
"Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Drugi slovarji za ta jezik:","Go to forum":"V forum","Go to forum '%s'":"V forum '%s'","Are you sure?":"Ali ste prepri\u010dani?","Switch to mobile-optimized version?":"Ali \u017eelite preklopiti na razli\u010dico, prirejeno za mobilne naprave?","There were no synonyms found.":"There were no synonyms found.",
"Greek keyboard":"Greek keyboard","Russian keyboard":"ruska tipkovnica",Standard:"standardna",Alphabet:"abeceda",Phonetic:"foneti\u010dna","__dict_part de__":"nem\u0161\u010dina","__dict_part el__":"gr\u0161\u010dina","__dict_part en__":"angle\u0161\u010dina","__dict_part es__":"\u0161pan\u0161\u010dina","__dict_part fr__":"franco\u0161\u010dina","__dict_part it__":"italijan\u0161\u010dina","__dict_part pl__":"polj\u0161\u010dina","__dict_part pt__":"portugal\u0161\u010dina","__dict_part ru__":"ru\u0161\u010dina","__dict_part sl__":"sloven\u0161\u010dina","__dict_part tr__":"tur\u0161\u010dina","__dict dede__":"Nem\u0161ki pravopis","__dict bwb_de__":"Slikovni nem\u0161ko-angle\u0161ki slovar",
"__dict bwb_en__":"Slikovni angle\u0161ko-nem\u0161ki slovar","":""};
I18nService.Registries.tr={"An error has occured. Please try again.":"Bir hata oldu. Yeniden deneyin.","Hide Examples":"\u00d6rnek g\u00f6r\u00fcnt\u00fclerini gizle","Expand Examples":"\u00d6rnekleri g\u00f6r\u00fcnt\u00fcle","External Services":"D\u0131\u015f hizmetler",Wikipedia:"Wikipedia","Look up '%s' at %s.wikipedia.org":"'%s' i\u00e7in Wikipedia (%s.wikipedia.org) ya ba\u015fvur","Visual Dictionary":"Resimli s\u00f6zl\u00fck",Canoo:"Canoo","See inflecton of '%s' at Canoo":"Canoo da '%s' i\u00e7in \u00e7ekim \u015fekillerine g\u00f6ster",
DWDS:"DWDS","See definition of '%s' at DWDS (Digital Dictionary of the German Language)":"'%s' tan\u0131m\u0131 i\u00e7in DWDS (Almanca Dili Dijital S\u00f6zl\u00fc\u011f\u00fc) e ba\u015fvurun",OpenThesaurus:"OpenThesaurus","Look for synonyms and more of '%s' at OpenThesaurus":"'%s' i\u00e7in e\u015fanlamlar\u0131 v.b. OpenThesaurus ta  g\u00f6ster","E-Lexiko":"elexiko","elexiko is a service of the Institute for the German language":"elexiko, Almanca Dili Kurumu nun bir hizmet sunusudur","German Vocabulary (Uni Leipzig)":"Almanca S\u00f6z Varl\u0131\u011f\u0131 (Uni Leipzig)",
RAE:"RAE",CADL:"CALD","Cambridge Advanced Learner's Dictionary":"Cambridge Advanced Learner's Dictionary","Merriam-Webster":"Merriam-Webster","Merriam-Webster's Online Dictionary":"Merriam-Webster's Online Dictionary","Encarta\u00ae":"Encarta\u00ae","Encarta\u00ae World English Dictionary, North American Edition":"Encarta\u00ae World English Dictionary, North American Edition","WordNet Thesaurus":"WordNet Thesaurus","Wordnet 3.0 - Lexical Database for the English Language":"Wordnet 3.0 - Lexical Database for the English Language",
Wiktionary:"Wiktionary",Gramota:"Gramota",Jandex:"Jandex","Dizionario Italiano":"\u0130talyanca S\u00f6zl\u00fck","Porto Editora (pt)":"Porto Editora (pt)","Priberam (pt)":"Priberam (pt)","Michaelis (br)":"Michaelis (br)","B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck":"B\u00fcyuk Turk\u00e7e S\u00f6zl\u00fck",Triantafyllides:"Triantafyllides","Hellenic Natl. Corpus":"Hellenic Natl. Corpus","Other dictionaries for this language:":"Bu dil i\u00e7in di\u011fer s\u00f6zl\u00fckler:","Go to forum":"foruma",
"Go to forum '%s'":"'%s' forumuna","Are you sure?":"Emin misiniz?","Switch to mobile-optimized version?":"Mobil alternatife ge\u00e7ilsin mi?","There were no synonyms found.":"There were no synonyms found.","Greek keyboard":"Greek keyboard","Russian keyboard":"Rus\u00e7a klavye",Standard:"Standart",Alphabet:"Alfabe",Phonetic:"Ses bilgisi","__dict_part de__":"Almanca","__dict_part el__":"Yunanca","__dict_part en__":"\u0130ngilizce","__dict_part es__":"\u0130spanyolca","__dict_part fr__":"Frans\u0131zca",
"__dict_part it__":"\u0130talyanca","__dict_part pl__":"Leh\u00e7e","__dict_part pt__":"Portekizce","__dict_part ru__":"Rus\u00e7a","__dict_part sl__":"Slovence","__dict_part tr__":"T\u00fcrk\u00e7e","__dict dede__":"Almanca yaz\u0131m","__dict bwb_de__":"Almanca-\u0130ngilizce Resimli S\u00f6zl\u00fck","__dict bwb_en__":"\u0130ngilizce-Almanca Resimli S\u00f6zl\u00fck","":""};PONS.immediate();I18nService.Registry=I18nService.Registries[window.Infos.userLocale];/*
 jQuery 1.2.6 - New Wave Javascript

 Copyright (c) 2008 John Resig (jquery.com)
 Dual licensed under the MIT (MIT-LICENSE.txt)
 and GPL (GPL-LICENSE.txt) licenses.

 $Date: 2008/05/26 $
 $Rev: 5685 $
*/
(function(){function a(b,g){g.src?c.ajax({url:g.src,async:false,dataType:"script"}):c.globalEval(g.text||g.textContent||g.innerHTML||"");g.parentNode&&g.parentNode.removeChild(g)}function e(){return+new Date}function d(b,g){return b[0]&&parseInt(c.curCSS(b[0],g,true),10)||0}function f(){if(!X){X=true;document.addEventListener&&!c.browser.opera&&document.addEventListener("DOMContentLoaded",c.ready,false);c.browser.msie&&window==top&&function(){if(!c.isReady){try{document.documentElement.doScroll("left")}catch(g){setTimeout(arguments.callee,
0);return}c.ready()}}();c.browser.opera&&document.addEventListener("DOMContentLoaded",function(){if(!c.isReady){for(var g=0;g<document.styleSheets.length;g++)if(document.styleSheets[g].disabled){setTimeout(arguments.callee,0);return}c.ready()}},false);if(c.browser.safari){var b;(function(){if(!c.isReady)if(document.readyState!="loaded"&&document.readyState!="complete")setTimeout(arguments.callee,0);else{if(b===n)b=c("style, link[rel=stylesheet]").length;document.styleSheets.length!=b?setTimeout(arguments.callee,
0):c.ready()}})()}c.event.add(window,"load",c.ready)}}var h=window.jQuery,i=window.$,c=window.jQuery=window.$=function(b,g){return new c.fn.init(b,g)},l=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,m=/^.[^:#\[\.]*$/,n;c.fn=c.prototype={init:function(b,g){b=b||document;if(b.nodeType){this[0]=b;this.length=1;return this}if(typeof b=="string"){var j=l.exec(b);if(j&&(j[1]||!g))if(j[1])b=c.clean([j[1]],g);else{if(g=document.getElementById(j[3])){if(g.id!=j[3])return c().find(b);return c(g)}b=[]}else return c(g).find(b)}else if(c.isFunction(b))return c(document)[c.fn.ready?
"ready":"load"](b);return this.setArray(c.makeArray(b))},jquery:"1.2.6",size:function(){return this.length},length:0,get:function(b){return b==n?c.makeArray(this):this[b]},pushStack:function(b){b=c(b);b.prevObject=this;return b},setArray:function(b){this.length=0;Array.prototype.push.apply(this,b);return this},each:function(b,g){return c.each(this,b,g)},index:function(b){return c.inArray(b&&b.jquery?b[0]:b,this)},attr:function(b,g,j){var k=b;if(b.constructor==String)if(g===n)return this[0]&&c[j||
"attr"](this[0],b);else{k={};k[b]=g}return this.each(function(p){for(b in k)c.attr(j?this.style:this,b,c.prop(this,k[b],j,p,b))})},css:function(b,g){if((b=="width"||b=="height")&&parseFloat(g)<0)g=n;return this.attr(b,g,"curCSS")},text:function(b){if(typeof b!="object"&&b!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(b));var g="";c.each(b||this,function(){c.each(this.childNodes,function(){if(this.nodeType!=8)g+=this.nodeType!=1?this.nodeValue:c.fn.text([this])})});
return g},wrapAll:function(b){this[0]&&c(b,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){for(var g=this;g.firstChild;)g=g.firstChild;return g}).append(this);return this},wrapInner:function(b){return this.each(function(){c(this).contents().wrapAll(b)})},wrap:function(b){return this.each(function(){c(this).wrapAll(b)})},append:function(){return this.domManip(arguments,true,false,function(b){this.nodeType==1&&this.appendChild(b)})},prepend:function(){return this.domManip(arguments,
true,true,function(b){this.nodeType==1&&this.insertBefore(b,this.firstChild)})},before:function(){return this.domManip(arguments,false,false,function(b){this.parentNode.insertBefore(b,this)})},after:function(){return this.domManip(arguments,false,true,function(b){this.parentNode.insertBefore(b,this.nextSibling)})},end:function(){return this.prevObject||c([])},find:function(b){var g=c.map(this,function(j){return c.find(b,j)});return this.pushStack(/[^+>] [^+>]/.test(b)||b.indexOf("..")>-1?c.unique(g):
g)},clone:function(b){var g=this.map(function(){if(c.browser.msie&&!c.isXMLDoc(this)){var k=this.cloneNode(true),p=document.createElement("div");p.appendChild(k);return c.clean([p.innerHTML])[0]}else return this.cloneNode(true)}),j=g.find("*").andSelf().each(function(){if(this[q]!=n)this[q]=null});b===true&&this.find("*").andSelf().each(function(k){if(this.nodeType!=3){var p=c.data(this,"events");for(var o in p)for(var s in p[o])c.event.add(j[k],o,p[o][s],p[o][s].data)}});return g},filter:function(b){return this.pushStack(c.isFunction(b)&&
c.grep(this,function(g,j){return b.call(g,j)})||c.multiFilter(b,this))},not:function(b){if(b.constructor==String)if(m.test(b))return this.pushStack(c.multiFilter(b,this,true));else b=c.multiFilter(b,this);var g=b.length&&b[b.length-1]!==n&&!b.nodeType;return this.filter(function(){return g?c.inArray(this,b)<0:this!=b})},add:function(b){return this.pushStack(c.unique(c.merge(this.get(),typeof b=="string"?c(b):c.makeArray(b))))},is:function(b){return!!b&&c.multiFilter(b,this).length>0},hasClass:function(b){return this.is("."+
b)},val:function(b){if(b==n){if(this.length){var g=this[0];if(c.nodeName(g,"select")){var j=g.selectedIndex,k=[],p=g.options;g=g.type=="select-one";if(j<0)return null;var o=g?j:0;for(j=g?j+1:p.length;o<j;o++){var s=p[o];if(s.selected){b=c.browser.msie&&!s.attributes.value.specified?s.text:s.value;if(g)return b;k.push(b)}}return k}else return(this[0].value||"").replace(/\r/g,"")}return n}if(b.constructor==Number)b+="";return this.each(function(){if(this.nodeType==1)if(b.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=
c.inArray(this.value,b)>=0||c.inArray(this.name,b)>=0;else if(c.nodeName(this,"select")){var w=c.makeArray(b);c("option",this).each(function(){this.selected=c.inArray(this.value,w)>=0||c.inArray(this.text,w)>=0});if(!w.length)this.selectedIndex=-1}else this.value=b})},html:function(b){return b==n?this[0]?this[0].innerHTML:null:this.empty().append(b)},replaceWith:function(b){return this.after(b).remove()},eq:function(b){return this.slice(b,b+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,
arguments))},map:function(b){return this.pushStack(c.map(this,function(g,j){return b.call(g,j,g)}))},andSelf:function(){return this.add(this.prevObject)},data:function(b,g){var j=b.split(".");j[1]=j[1]?"."+j[1]:"";if(g===n){var k=this.triggerHandler("getData"+j[1]+"!",[j[0]]);if(k===n&&this.length)k=c.data(this[0],b);return k===n&&j[1]?this.data(j[0]):k}else return this.trigger("setData"+j[1]+"!",[j[0],g]).each(function(){c.data(this,b,g)})},removeData:function(b){return this.each(function(){c.removeData(this,
b)})},domManip:function(b,g,j,k){var p=this.length>1,o;return this.each(function(){if(!o){o=c.clean(b,this.ownerDocument);j&&o.reverse()}var s=this;if(g&&c.nodeName(this,"table")&&c.nodeName(o[0],"tr"))s=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var w=c([]);c.each(o,function(){var x=p?c(this).clone(true)[0]:this;if(c.nodeName(x,"script"))w=w.add(x);else{if(x.nodeType==1)w=w.add(c("script",x).remove());k.call(s,x)}});w.each(a)})}};c.fn.init.prototype=
c.fn;c.extend=c.fn.extend=function(){var b=arguments[0]||{},g=1,j=arguments.length,k=false,p;if(b.constructor==Boolean){k=b;b=arguments[1]||{};g=2}if(typeof b!="object"&&typeof b!="function")b={};if(j==g){b=this;--g}for(;g<j;g++)if((p=arguments[g])!=null)for(var o in p){var s=b[o],w=p[o];if(b!==w)if(k&&w&&typeof w=="object"&&!w.nodeType)b[o]=c.extend(k,s||(w.length!=null?[]:{}),w);else if(w!==n)b[o]=w}return b};var q="jQuery"+e(),v=0,y={},z=/z-?index|font-?weight|opacity|zoom|line-?height/i,C=document.defaultView||
{};c.extend({noConflict:function(b){window.$=i;if(b)window.jQuery=h;return c},isFunction:function(b){return!!b&&typeof b!="string"&&!b.nodeName&&b.constructor!=Array&&/^[\s[]?function/.test(b+"")},isXMLDoc:function(b){return b.documentElement&&!b.body||b.tagName&&b.ownerDocument&&!b.ownerDocument.body},globalEval:function(b){if(b=c.trim(b)){var g=document.getElementsByTagName("head")[0]||document.documentElement,j=document.createElement("script");j.type="text/javascript";if(c.browser.msie)j.text=
b;else j.appendChild(document.createTextNode(b));g.insertBefore(j,g.firstChild);g.removeChild(j)}},nodeName:function(b,g){return b.nodeName&&b.nodeName.toUpperCase()==g.toUpperCase()},cache:{},data:function(b,g,j){b=b==window?y:b;var k=b[q];k||(k=b[q]=++v);if(g&&!c.cache[k])c.cache[k]={};if(j!==n)c.cache[k][g]=j;return g?c.cache[k][g]:k},removeData:function(b,g){b=b==window?y:b;var j=b[q];if(g){if(c.cache[j]){delete c.cache[j][g];g="";for(g in c.cache[j])break;g||c.removeData(b)}}else{try{delete b[q]}catch(k){b.removeAttribute&&
b.removeAttribute(q)}delete c.cache[j]}},each:function(b,g,j){var k,p=0,o=b.length;if(j)if(o==n)for(k in b){if(g.apply(b[k],j)===false)break}else for(;p<o;){if(g.apply(b[p++],j)===false)break}else if(o==n)for(k in b){if(g.call(b[k],k,b[k])===false)break}else for(j=b[0];p<o&&g.call(j,p,j)!==false;j=b[++p]);return b},prop:function(b,g,j,k,p){if(c.isFunction(g))g=g.call(b,k);return g&&g.constructor==Number&&j=="curCSS"&&!z.test(p)?g+"px":g},className:{add:function(b,g){c.each((g||"").split(/\s+/),function(j,
k){if(b.nodeType==1&&!c.className.has(b.className,k))b.className+=(b.className?" ":"")+k})},remove:function(b,g){if(b.nodeType==1)b.className=g!=n?c.grep(b.className.split(/\s+/),function(j){return!c.className.has(g,j)}).join(" "):""},has:function(b,g){return c.inArray(g,(b.className||b).toString().split(/\s+/))>-1}},swap:function(b,g,j){var k={};for(var p in g){k[p]=b.style[p];b.style[p]=g[p]}j.call(b);for(p in g)b.style[p]=k[p]},css:function(b,g,j){if(g=="width"||g=="height"){var k;j={position:"absolute",
visibility:"hidden",display:"block"};var p=g=="width"?["Left","Right"]:["Top","Bottom"];function o(){k=g=="width"?b.offsetWidth:b.offsetHeight;var s=0,w=0;c.each(p,function(){s+=parseFloat(c.curCSS(b,"padding"+this,true))||0;w+=parseFloat(c.curCSS(b,"border"+this+"Width",true))||0});k-=Math.round(s+w)}c(b).is(":visible")?o():c.swap(b,j,o);return Math.max(0,k)}return c.curCSS(b,g,j)},curCSS:function(b,g,j){function k(w){if(!c.browser.safari)return false;w=C.getComputedStyle(w,null);return!w||w.getPropertyValue("color")==
""}var p,o=b.style;if(g=="opacity"&&c.browser.msie){p=c.attr(o,"opacity");return p==""?"1":p}if(c.browser.opera&&g=="display"){var s=o.outline;o.outline="0 solid black";o.outline=s}if(g.match(/float/i))g=B;if(!j&&o&&o[g])p=o[g];else if(C.getComputedStyle){if(g.match(/float/i))g="float";g=g.replace(/([A-Z])/g,"-$1").toLowerCase();if((p=C.getComputedStyle(b,null))&&!k(b))p=p.getPropertyValue(g);else{o=[];j=[];s=b;for(b=0;s&&k(s);s=s.parentNode)j.unshift(s);for(;b<j.length;b++)if(k(j[b])){o[b]=j[b].style.display;
j[b].style.display="block"}p=g=="display"&&o[j.length-1]!=null?"none":p&&p.getPropertyValue(g)||"";for(b=0;b<o.length;b++)if(o[b]!=null)j[b].style.display=o[b]}if(g=="opacity"&&p=="")p="1"}else if(b.currentStyle){p=g.replace(/\-(\w)/g,function(w,x){return x.toUpperCase()});p=b.currentStyle[g]||b.currentStyle[p];if(!/^\d+(px)?$/i.test(p)&&/^\d/.test(p)){g=o.left;j=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;o.left=p||0;p=o.pixelLeft+"px";o.left=g;b.runtimeStyle.left=j}}return p},clean:function(b,
g){var j=[];g=g||document;if(typeof g.createElement=="undefined")g=g.ownerDocument||g[0]&&g[0].ownerDocument||document;c.each(b,function(k,p){if(p){if(p.constructor==Number)p+="";if(typeof p=="string"){p=p.replace(/(<(\w+)[^>]*?)\/>/g,function(w,x,J){return J.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?w:x+"></"+J+">"});var o=c.trim(p).toLowerCase();k=g.createElement("div");var s=!o.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!o.indexOf("<leg")&&[1,"<fieldset>",
"</fieldset>"]||o.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!o.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!o.indexOf("<td")||!o.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!o.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||c.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];for(k.innerHTML=s[1]+p+s[2];s[0]--;)k=k.lastChild;if(c.browser.msie){o=!o.indexOf("<table")&&o.indexOf("<tbody")<0?k.firstChild&&k.firstChild.childNodes:
s[1]=="<table>"&&o.indexOf("<tbody")<0?k.childNodes:[];for(s=o.length-1;s>=0;--s)c.nodeName(o[s],"tbody")&&!o[s].childNodes.length&&o[s].parentNode.removeChild(o[s]);/^\s/.test(p)&&k.insertBefore(g.createTextNode(p.match(/^\s*/)[0]),k.firstChild)}p=c.makeArray(k.childNodes)}if(!(p.length===0&&!c.nodeName(p,"form")&&!c.nodeName(p,"select")))if(p[0]==n||c.nodeName(p,"form")||p.options)j.push(p);else j=c.merge(j,p)}});return j},attr:function(b,g,j){if(!b||b.nodeType==3||b.nodeType==8)return n;var k=
!c.isXMLDoc(b),p=j!==n,o=c.browser.msie;g=k&&c.props[g]||g;if(b.tagName){var s=/href|src|style/.test(g);if(g in b&&k&&!s){if(p){if(g=="type"&&c.nodeName(b,"input")&&b.parentNode)throw"type property can't be changed";b[g]=j}if(c.nodeName(b,"form")&&b.getAttributeNode(g))return b.getAttributeNode(g).nodeValue;return b[g]}if(o&&k&&g=="style")return c.attr(b.style,"cssText",j);p&&b.setAttribute(g,""+j);b=o&&k&&s?b.getAttribute(g,2):b.getAttribute(g);return b===null?n:b}if(o&&g=="opacity"){if(p){b.zoom=
1;b.filter=(b.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(j)+""=="NaN"?"":"alpha(opacity="+j*100+")")}return b.filter&&b.filter.indexOf("opacity=")>=0?parseFloat(b.filter.match(/opacity=([^)]*)/)[1])/100+"":""}g=g.replace(/-([a-z])/ig,function(w,x){return x.toUpperCase()});if(p)b[g]=j;return b[g]},trim:function(b){return(b||"").replace(/^\s+|\s+$/g,"")},makeArray:function(b){var g=[];if(b!=null){var j=b.length;if(j==null||b.split||b.setInterval||b.call)g[0]=b;else for(;j;)g[--j]=b[j]}return g},
inArray:function(b,g){for(var j=0,k=g.length;j<k;j++)if(g[j]===b)return j;return-1},merge:function(b,g){var j=0,k,p=b.length;if(c.browser.msie)for(;k=g[j++];){if(k.nodeType!=8)b[p++]=k}else for(;k=g[j++];)b[p++]=k;return b},unique:function(b){var g=[],j={};try{for(var k=0,p=b.length;k<p;k++){var o=c.data(b[k]);if(!j[o]){j[o]=true;g.push(b[k])}}}catch(s){g=b}return g},grep:function(b,g,j){for(var k=[],p=0,o=b.length;p<o;p++)!j!=!g(b[p],p)&&k.push(b[p]);return k},map:function(b,g){for(var j=[],k=0,
p=b.length;k<p;k++){var o=g(b[k],k);if(o!=null)j[j.length]=o}return j.concat.apply([],j)}});var u=navigator.userAgent.toLowerCase();c.browser={version:(u.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(u),opera:/opera/.test(u),msie:/msie/.test(u)&&!/opera/.test(u),mozilla:/mozilla/.test(u)&&!/(compatible|webkit)/.test(u)};var B=c.browser.msie?"styleFloat":"cssFloat";c.extend({boxModel:!c.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className",
"float":B,cssFloat:B,styleFloat:B,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing"}});c.each({parent:function(b){return b.parentNode},parents:function(b){return c.dir(b,"parentNode")},next:function(b){return c.nth(b,2,"nextSibling")},prev:function(b){return c.nth(b,2,"previousSibling")},nextAll:function(b){return c.dir(b,"nextSibling")},prevAll:function(b){return c.dir(b,"previousSibling")},siblings:function(b){return c.sibling(b.parentNode.firstChild,b)},children:function(b){return c.sibling(b.firstChild)},
contents:function(b){return c.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:c.makeArray(b.childNodes)}},function(b,g){c.fn[b]=function(j){var k=c.map(this,g);if(j&&typeof j=="string")k=c.multiFilter(j,k);return this.pushStack(c.unique(k))}});c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,g){c.fn[b]=function(){var j=arguments;return this.each(function(){for(var k=0,p=j.length;k<p;k++)c(j[k])[g](this)})}});
c.each({removeAttr:function(b){c.attr(this,b,"");this.nodeType==1&&this.removeAttribute(b)},addClass:function(b){c.className.add(this,b)},removeClass:function(b){c.className.remove(this,b)},toggleClass:function(b){c.className[c.className.has(this,b)?"remove":"add"](this,b)},remove:function(b){if(!b||c.filter(b,[this]).r.length){c("*",this).add(this).each(function(){c.event.remove(this);c.removeData(this)});this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(c(">*",this).remove();this.firstChild;)this.removeChild(this.firstChild)}},
function(b,g){c.fn[b]=function(){return this.each(g,arguments)}});c.each(["Height","Width"],function(b,g){var j=g.toLowerCase();c.fn[j]=function(k){return this[0]==window?c.browser.opera&&document.body["client"+g]||c.browser.safari&&window["inner"+g]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+g]||document.body["client"+g]:this[0]==document?Math.max(Math.max(document.body["scroll"+g],document.documentElement["scroll"+g]),Math.max(document.body["offset"+g],document.documentElement["offset"+
g])):k==n?this.length?c.css(this[0],j):null:this.css(j,k.constructor==String?k:k+"px")}});var K=c.browser.safari&&parseInt(c.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uffff*_-]|\\\\.)",L=new RegExp("^>\\s*("+K+"+)"),F=new RegExp("^("+K+"+)(#)("+K+"+)"),M=new RegExp("^([#.]?)("+K+"*)");c.extend({expr:{"":function(b,g,j){return j[2]=="*"||c.nodeName(b,j[2])},"#":function(b,g,j){return b.getAttribute("id")==j[2]},":":{lt:function(b,g,j){return g<j[3]-0},gt:function(b,g,j){return g>j[3]-
0},nth:function(b,g,j){return j[3]-0==g},eq:function(b,g,j){return j[3]-0==g},first:function(b,g){return g==0},last:function(b,g,j,k){return g==k.length-1},even:function(b,g){return g%2==0},odd:function(b,g){return g%2},"first-child":function(b){return b.parentNode.getElementsByTagName("*")[0]==b},"last-child":function(b){return c.nth(b.parentNode.lastChild,1,"previousSibling")==b},"only-child":function(b){return!c.nth(b.parentNode.lastChild,2,"previousSibling")},parent:function(b){return b.firstChild},
empty:function(b){return!b.firstChild},contains:function(b,g,j){return(b.textContent||b.innerText||c(b).text()||"").indexOf(j[3])>=0},visible:function(b){return"hidden"!=b.type&&c.css(b,"display")!="none"&&c.css(b,"visibility")!="hidden"},hidden:function(b){return"hidden"==b.type||c.css(b,"display")=="none"||c.css(b,"visibility")=="hidden"},enabled:function(b){return!b.disabled},disabled:function(b){return b.disabled},checked:function(b){return b.checked},selected:function(b){return b.selected||c.attr(b,
"selected")},text:function(b){return"text"==b.type},radio:function(b){return"radio"==b.type},checkbox:function(b){return"checkbox"==b.type},file:function(b){return"file"==b.type},password:function(b){return"password"==b.type},submit:function(b){return"submit"==b.type},image:function(b){return"image"==b.type},reset:function(b){return"reset"==b.type},button:function(b){return"button"==b.type||c.nodeName(b,"button")},input:function(b){return/input|select|textarea|button/i.test(b.nodeName)},has:function(b,
g,j){return c.find(j[3],b).length},header:function(b){return/h\d/i.test(b.nodeName)},animated:function(b){return c.grep(c.timers,function(g){return b==g.elem}).length}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+K+"+)")],multiFilter:function(b,g,j){for(var k,p=[];b&&b!=k;){k=b;var o=c.filter(b,g,j);b=o.t.replace(/^\s*,\s*/,"");p=j?(g=o.r):c.merge(p,o.r)}return p},find:function(b,g){if(typeof b!="string")return[b];
if(g&&g.nodeType!=1&&g.nodeType!=9)return[];g=g||document;for(var j=[g],k=[],p,o;b&&p!=b;){var s=[];p=b;b=c.trim(b);o=false;var w=L,x=w.exec(b);if(x){o=x[1].toUpperCase();for(var J=0;j[J];J++)for(x=j[J].firstChild;x;x=x.nextSibling)if(x.nodeType==1&&(o=="*"||x.nodeName.toUpperCase()==o))s.push(x);j=s;b=b.replace(w,"");if(b.indexOf(" ")==0)continue;o=true}else{w=/^([>+~])\s*(\w*)/i;if((x=w.exec(b))!=null){s=[];J={};o=x[2].toUpperCase();x=x[1];for(var H=0,S=j.length;H<S;H++)for(var P=x=="~"||x=="+"?
j[H].nextSibling:j[H].firstChild;P;P=P.nextSibling)if(P.nodeType==1){var I=c.data(P);if(x=="~"&&J[I])break;if(!o||P.nodeName.toUpperCase()==o){if(x=="~")J[I]=true;s.push(P)}if(x=="+")break}j=s;b=c.trim(b.replace(w,""));o=true}}if(b&&!o)if(b.indexOf(",")){w=F;if(x=w.exec(b))x=[0,x[2],x[3],x[1]];else{w=M;x=w.exec(b)}x[2]=x[2].replace(/\\/g,"");o=j[j.length-1];if(x[1]=="#"&&o&&o.getElementById&&!c.isXMLDoc(o)){j=o.getElementById(x[2]);if((c.browser.msie||c.browser.opera)&&j&&typeof j.id=="string"&&j.id!=
x[2])j=c('[@id="'+x[2]+'"]',o)[0];j=s=j&&(!x[3]||c.nodeName(j,x[3]))?[j]:[]}else{for(J=0;j[J];J++){o=x[1]=="#"&&x[3]?x[3]:x[1]!=""||x[0]==""?"*":x[2];if(o=="*"&&j[J].nodeName.toLowerCase()=="object")o="param";s=c.merge(s,j[J].getElementsByTagName(o))}if(x[1]==".")s=c.classFilter(s,x[2]);if(x[1]=="#"){j=[];for(J=0;s[J];J++)if(s[J].getAttribute("id")==x[2]){j=[s[J]];break}s=j}j=s}b=b.replace(w,"")}else{g==j[0]&&j.shift();k=c.merge(k,j);s=j=[g];b=" "+b.substr(1,b.length)}if(b){b=c.filter(b,s);j=b.r;
b=c.trim(b.t)}}if(b)j=[];j&&g==j[0]&&j.shift();return k=c.merge(k,j)},classFilter:function(b,g,j){g=" "+g+" ";for(var k=[],p=0;b[p];p++){var o=(" "+b[p].className+" ").indexOf(g)>=0;if(!j&&o||j&&!o)k.push(b[p])}return k},filter:function(b,g,j){for(var k;b&&b!=k;){k=b;for(var p=c.parse,o,s=0;p[s];s++)if(o=p[s].exec(b)){b=b.substring(o[0].length);o[2]=o[2].replace(/\\/g,"");break}if(!o)break;if(o[1]==":"&&o[2]=="not")g=m.test(o[3])?c.filter(o[3],g,true).r:c(g).not(o[3]);else if(o[1]==".")g=c.classFilter(g,
o[2],j);else if(o[1]=="["){p=[];var w=o[3];s=0;for(var x=g.length;s<x;s++){var J=g[s],H=J[c.props[o[2]]||o[2]];if(H==null||/href|src|selected/.test(o[2]))H=c.attr(J,o[2])||"";if((w==""&&!!H||w=="="&&H==o[5]||w=="!="&&H!=o[5]||w=="^="&&H&&!H.indexOf(o[5])||w=="$="&&H.substr(H.length-o[5].length)==o[5]||(w=="*="||w=="~=")&&H.indexOf(o[5])>=0)^j)p.push(J)}g=p}else if(o[1]==":"&&o[2]=="nth-child"){w={};p=[];k=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(o[3]=="even"&&"2n"||o[3]=="odd"&&"2n+1"||!/\D/.test(o[3])&&"0n+"+
o[3]||o[3]);J=k[1]+(k[2]||1)-0;k=k[3]-0;s=0;for(x=g.length;s<x;s++){H=g[s];var S=H.parentNode,P=c.data(S);if(!w[P]){var I=1;for(S=S.firstChild;S;S=S.nextSibling)if(S.nodeType==1)S.nodeIndex=I++;w[P]=true}P=false;if(J==0){if(H.nodeIndex==k)P=true}else if((H.nodeIndex-k)%J==0&&(H.nodeIndex-k)/J>=0)P=true;P^j&&p.push(H)}g=p}else{var U=c.expr[o[1]];if(typeof U=="object")U=U[o[2]];if(typeof U=="string")U=eval("false||function(a,i){return "+U+";}");g=c.grep(g,function(W,Z){return U(W,Z,o,g)},j)}}return{r:g,
t:b}},dir:function(b,g){var j=[];for(b=b[g];b&&b!=document;){b.nodeType==1&&j.push(b);b=b[g]}return j},nth:function(b,g,j){g=g||1;for(var k=0;b;b=b[j])if(b.nodeType==1&&++k==g)break;return b},sibling:function(b,g){for(var j=[];b;b=b.nextSibling)b.nodeType==1&&b!=g&&j.push(b);return j}});c.event={add:function(b,g,j,k){if(!(b.nodeType==3||b.nodeType==8)){if(c.browser.msie&&b.setInterval)b=window;if(!j.guid)j.guid=this.guid++;if(k!=n){var p=j;j=this.proxy(p,function(){return p.apply(this,arguments)});
j.data=k}var o=c.data(b,"events")||c.data(b,"events",{}),s=c.data(b,"handle")||c.data(b,"handle",function(){if(typeof c!="undefined"&&!c.event.triggered)return c.event.handle.apply(arguments.callee.elem,arguments)});s.elem=b;c.each(g.split(/\s+/),function(w,x){w=x.split(".");x=w[0];j.type=w[1];w=o[x];if(!w){w=o[x]={};if(!c.event.special[x]||c.event.special[x].setup.call(b)===false)if(b.addEventListener)b.addEventListener(x,s,false);else b.attachEvent&&b.attachEvent("on"+x,s)}w[j.guid]=j;c.event.global[x]=
true});b=null}},guid:1,global:{},remove:function(b,g,j){if(!(b.nodeType==3||b.nodeType==8)){var k=c.data(b,"events"),p;if(k){if(g==n||typeof g=="string"&&g.charAt(0)==".")for(var o in k)this.remove(b,o+(g||""));else{if(g.type){j=g.handler;g=g.type}c.each(g.split(/\s+/),function(s,w){s=w.split(".");w=s[0];if(k[w]){if(j)delete k[w][j.guid];else for(j in k[w])if(!s[1]||k[w][j].type==s[1])delete k[w][j];for(p in k[w])break;if(!p){if(!c.event.special[w]||c.event.special[w].teardown.call(b)===false)if(b.removeEventListener)b.removeEventListener(w,
c.data(b,"handle"),false);else b.detachEvent&&b.detachEvent("on"+w,c.data(b,"handle"));p=null;delete k[w]}}})}for(p in k)break;if(!p){if(g=c.data(b,"handle"))g.elem=null;c.removeData(b,"events");c.removeData(b,"handle")}}}},trigger:function(b,g,j,k,p){g=c.makeArray(g);if(b.indexOf("!")>=0){b=b.slice(0,-1);var o=true}if(j){if(j.nodeType==3||j.nodeType==8)return n;var s,w=c.isFunction(j[b]||null),x=!g[0]||!g[0].preventDefault;if(x){g.unshift({type:b,target:j,preventDefault:function(){},stopPropagation:function(){},
timeStamp:e()});g[0][q]=true}g[0].type=b;if(o)g[0].exclusive=true;if(o=c.data(j,"handle"))s=o.apply(j,g);if((!w||c.nodeName(j,"a")&&b=="click")&&j["on"+b]&&j["on"+b].apply(j,g)===false)s=false;x&&g.shift();if(p&&c.isFunction(p)){g=p.apply(j,s==null?g:g.concat(s));if(g!==n)s=g}if(w&&k!==false&&s!==false&&!(c.nodeName(j,"a")&&b=="click")){this.triggered=true;try{j[b]()}catch(J){}}this.triggered=false}else this.global[b]&&c("*").add([window,document]).trigger(b,g);return s},handle:function(b){var g,
j,k,p,o;b=arguments[0]=c.event.fix(b||window.event);k=b.type.split(".");b.type=k[0];k=k[1];p=!k&&!b.exclusive;o=(c.data(this,"events")||{})[b.type];for(var s in o){j=o[s];if(p||j.type==k){b.handler=j;b.data=j.data;j=j.apply(this,arguments);if(g!==false)g=j;if(j===false){b.preventDefault();b.stopPropagation()}}}return g},fix:function(b){if(b[q]==true)return b;var g=b;b={originalEvent:g};for(var j="altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" "),
k=j.length;k;k--)b[j[k]]=g[j[k]];b[q]=true;b.preventDefault=function(){g.preventDefault&&g.preventDefault();g.returnValue=false};b.stopPropagation=function(){g.stopPropagation&&g.stopPropagation();g.cancelBubble=true};b.timeStamp=b.timeStamp||e();if(!b.target)b.target=b.srcElement||document;if(b.target.nodeType==3)b.target=b.target.parentNode;if(!b.relatedTarget&&b.fromElement)b.relatedTarget=b.fromElement==b.target?b.toElement:b.fromElement;if(b.pageX==null&&b.clientX!=null){j=document.documentElement;
k=document.body;b.pageX=b.clientX+(j&&j.scrollLeft||k&&k.scrollLeft||0)-(j.clientLeft||0);b.pageY=b.clientY+(j&&j.scrollTop||k&&k.scrollTop||0)-(j.clientTop||0)}if(!b.which&&(b.charCode||b.charCode===0?b.charCode:b.keyCode))b.which=b.charCode||b.keyCode;if(!b.metaKey&&b.ctrlKey)b.metaKey=b.ctrlKey;if(!b.which&&b.button)b.which=b.button&1?1:b.button&2?3:b.button&4?2:0;return b},proxy:function(b,g){g.guid=b.guid=b.guid||g.guid||this.guid++;return g},special:{ready:{setup:function(){f()},teardown:function(){}},
mouseenter:{setup:function(){if(c.browser.msie)return false;c(this).bind("mouseover",c.event.special.mouseenter.handler);return true},teardown:function(){if(c.browser.msie)return false;c(this).unbind("mouseover",c.event.special.mouseenter.handler);return true},handler:function(b){if(R(b,this))return true;b.type="mouseenter";return c.event.handle.apply(this,arguments)}},mouseleave:{setup:function(){if(c.browser.msie)return false;c(this).bind("mouseout",c.event.special.mouseleave.handler);return true},
teardown:function(){if(c.browser.msie)return false;c(this).unbind("mouseout",c.event.special.mouseleave.handler);return true},handler:function(b){if(R(b,this))return true;b.type="mouseleave";return c.event.handle.apply(this,arguments)}}}};c.fn.extend({bind:function(b,g,j){return b=="unload"?this.one(b,g,j):this.each(function(){c.event.add(this,b,j||g,j&&g)})},one:function(b,g,j){var k=c.event.proxy(j||g,function(p){c(this).unbind(p,k);return(j||g).apply(this,arguments)});return this.each(function(){c.event.add(this,
b,k,j&&g)})},unbind:function(b,g){return this.each(function(){c.event.remove(this,b,g)})},trigger:function(b,g,j){return this.each(function(){c.event.trigger(b,g,this,true,j)})},triggerHandler:function(b,g,j){return this[0]&&c.event.trigger(b,g,this[0],false,j)},toggle:function(b){for(var g=arguments,j=1;j<g.length;)c.event.proxy(b,g[j++]);return this.click(c.event.proxy(b,function(k){this.lastToggle=(this.lastToggle||0)%j;k.preventDefault();return g[this.lastToggle++].apply(this,arguments)||false}))},
hover:function(b,g){return this.bind("mouseenter",b).bind("mouseleave",g)},ready:function(b){f();c.isReady?b.call(document,c):c.readyList.push(function(){return b.call(this,c)});return this}});c.extend({isReady:false,readyList:[],ready:function(){if(!c.isReady){c.isReady=true;if(c.readyList){c.each(c.readyList,function(){this.call(document)});c.readyList=null}c(document).triggerHandler("ready")}}});var X=false;c.each("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,change,select,submit,keydown,keypress,keyup,error".split(","),
function(b,g){c.fn[g]=function(j){return j?this.bind(g,j):this.trigger(g)}});var R=function(b,g){for(b=b.relatedTarget;b&&b!=g;)try{b=b.parentNode}catch(j){b=g}return b==g};c(window).bind("unload",function(){c("*").add(document).unbind()});c.fn.extend({_load:c.fn.load,load:function(b,g,j){if(typeof b!="string")return this._load(b);var k=b.indexOf(" ");if(k>=0){var p=b.slice(k,b.length);b=b.slice(0,k)}j=j||function(){};k="GET";if(g)if(c.isFunction(g)){j=g;g=null}else{g=c.param(g);k="POST"}var o=this;
c.ajax({url:b,type:k,dataType:"html",data:g,complete:function(s,w){if(w=="success"||w=="notmodified")o.html(p?c("<div/>").append(s.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(p):s.responseText);o.each(j,[s.responseText,w,s])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return c.nodeName(this,"form")?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||
/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(b,g){b=c(this).val();return b==null?null:b.constructor==Array?c.map(b,function(j){return{name:g.name,value:j}}):{name:g.name,value:b}}).get()}});c.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(b,g){c.fn[g]=function(j){return this.bind(g,j)}});var Q=e();c.extend({get:function(b,g,j,k){if(c.isFunction(g)){j=g;g=null}return c.ajax({type:"GET",url:b,data:g,success:j,
dataType:k})},getScript:function(b,g){return c.get(b,null,g,"script")},getJSON:function(b,g,j){return c.get(b,g,j,"json")},post:function(b,g,j,k){if(c.isFunction(g)){j=g;g={}}return c.ajax({type:"POST",url:b,data:g,success:j,dataType:k})},ajaxSetup:function(b){c.extend(c.ajaxSettings,b)},ajaxSettings:{url:location.href,global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",
html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(b){function g(){b.success&&b.success(s,o);b.global&&c.event.trigger("ajaxSuccess",[I,b])}function j(){b.complete&&b.complete(I,o);b.global&&c.event.trigger("ajaxComplete",[I,b]);b.global&&!--c.active&&c.event.trigger("ajaxStop")}b=c.extend(true,b,c.extend(true,{},c.ajaxSettings,b));var k,p=/=\?(&|$)/g,o,s,w=b.type.toUpperCase();
if(b.data&&b.processData&&typeof b.data!="string")b.data=c.param(b.data);if(b.dataType=="jsonp"){if(w=="GET")b.url.match(p)||(b.url+=(b.url.match(/\?/)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data||!b.data.match(p))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType=="json"&&(b.data&&b.data.match(p)||b.url.match(p))){k="jsonp"+Q++;if(b.data)b.data=(b.data+"").replace(p,"="+k+"$1");b.url=b.url.replace(p,"="+k+"$1");b.dataType="script";window[k]=function(D){s=
D;g();j();window[k]=n;try{delete window[k]}catch(r){}J&&J.removeChild(H)}}if(b.dataType=="script"&&b.cache==null)b.cache=false;if(b.cache===false&&w=="GET"){p=e();var x=b.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+p+"$2");b.url=x+(x==b.url?(b.url.match(/\?/)?"&":"?")+"_="+p:"")}if(b.data&&w=="GET"){b.url+=(b.url.match(/\?/)?"&":"?")+b.data;b.data=null}b.global&&!c.active++&&c.event.trigger("ajaxStart");p=/^(?:\w+:)?\/\/([^\/?#]+)/;if(b.dataType=="script"&&w=="GET"&&p.test(b.url)&&p.exec(b.url)[1]!=location.host){var J=
document.getElementsByTagName("head")[0],H=document.createElement("script");H.src=b.url;if(b.scriptCharset)H.charset=b.scriptCharset;if(!k){var S=false;H.onload=H.onreadystatechange=function(){if(!S&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){S=true;g();j();J.removeChild(H)}}}J.appendChild(H);return n}var P=false,I=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest;b.username?I.open(w,b.url,b.async,b.username,b.password):I.open(w,b.url,
b.async);try{b.data&&I.setRequestHeader("Content-Type",b.contentType);if(b.ifModified)I.setRequestHeader("If-Modified-Since",c.lastModified[b.url]||"Thu, 01 Jan 1970 00:00:00 GMT");I.setRequestHeader("X-Requested-With","XMLHttpRequest");I.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*":b.accepts._default)}catch(U){}if(b.beforeSend&&b.beforeSend(I,b)===false){b.global&&c.active--;I.abort();return false}b.global&&c.event.trigger("ajaxSend",[I,b]);var W=function(D){if(!P&&
I&&(I.readyState==4||D=="timeout")){P=true;if(Z){clearInterval(Z);Z=null}o=D=="timeout"&&"timeout"||!c.httpSuccess(I)&&"error"||b.ifModified&&c.httpNotModified(I,b.url)&&"notmodified"||"success";if(o=="success")try{s=c.httpData(I,b.dataType,b.dataFilter)}catch(r){o="parsererror"}if(o=="success"){var t;try{t=I.getResponseHeader("Last-Modified")}catch(A){}if(b.ifModified&&t)c.lastModified[b.url]=t;k||g()}else c.handleError(b,I,o);j();if(b.async)I=null}};if(b.async){var Z=setInterval(W,13);b.timeout>
0&&setTimeout(function(){if(I){I.abort();P||W("timeout")}},b.timeout)}try{I.send(b.data)}catch(da){c.handleError(b,I,null,da)}b.async||W();return I},handleError:function(b,g,j,k){b.error&&b.error(g,j,k);b.global&&c.event.trigger("ajaxError",[g,b,k])},active:0,httpSuccess:function(b){try{return!b.status&&location.protocol=="file:"||b.status>=200&&b.status<300||b.status==304||b.status==1223||c.browser.safari&&b.status==n}catch(g){}return false},httpNotModified:function(b,g){try{var j=b.getResponseHeader("Last-Modified");
return b.status==304||j==c.lastModified[g]||c.browser.safari&&b.status==n}catch(k){}return false},httpData:function(b,g,j){var k=b.getResponseHeader("content-type");b=(k=g=="xml"||!g&&k&&k.indexOf("xml")>=0)?b.responseXML:b.responseText;if(k&&b.documentElement.tagName=="parsererror")throw"parsererror";if(j)b=j(b,g);g=="script"&&c.globalEval(b);if(g=="json")b=eval("("+b+")");return b},param:function(b){var g=[];if(b.constructor==Array||b.jquery)c.each(b,function(){g.push(encodeURIComponent(this.name)+
"="+encodeURIComponent(this.value))});else for(var j in b)b[j]&&b[j].constructor==Array?c.each(b[j],function(){g.push(encodeURIComponent(j)+"="+encodeURIComponent(this))}):g.push(encodeURIComponent(j)+"="+encodeURIComponent(c.isFunction(b[j])?b[j]():b[j]));return g.join("&").replace(/%20/g,"+")}});c.fn.extend({show:function(b,g){return b?this.animate({height:"show",width:"show",opacity:"show"},b,g):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(c.css(this,"display")==
"none"){var j=c("<"+this.tagName+" />").appendTo("body");this.style.display=j.css("display");if(this.style.display=="none")this.style.display="block";j.remove()}}).end()},hide:function(b,g){return b?this.animate({height:"hide",width:"hide",opacity:"hide"},b,g):this.filter(":visible").each(function(){this.oldblock=this.oldblock||c.css(this,"display");this.style.display="none"}).end()},_toggle:c.fn.toggle,toggle:function(b,g){return c.isFunction(b)&&c.isFunction(g)?this._toggle.apply(this,arguments):
b?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},b,g):this.each(function(){c(this)[c(this).is(":hidden")?"show":"hide"]()})},slideDown:function(b,g){return this.animate({height:"show"},b,g)},slideUp:function(b,g){return this.animate({height:"hide"},b,g)},slideToggle:function(b,g){return this.animate({height:"toggle"},b,g)},fadeIn:function(b,g){return this.animate({opacity:"show"},b,g)},fadeOut:function(b,g){return this.animate({opacity:"hide"},b,g)},fadeTo:function(b,g,j){return this.animate({opacity:g},
b,j)},animate:function(b,g,j,k){var p=c.speed(g,j,k);return this[p.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var o=c.extend({},p),s,w=c(this).is(":hidden"),x=this;for(s in b){if(b[s]=="hide"&&w||b[s]=="show"&&!w)return o.complete.call(this);if(s=="height"||s=="width"){o.display=c.css(this,"display");o.overflow=this.style.overflow}}if(o.overflow!=null)this.style.overflow="hidden";o.curAnim=c.extend({},b);c.each(b,function(J,H){var S=new c.fx(x,o,J);if(/toggle|show|hide/.test(H))S[H==
"toggle"?w?"show":"hide":H](b);else{var P=H.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),I=S.cur(true)||0;if(P){H=parseFloat(P[2]);var U=P[3]||"px";if(U!="px"){x.style[J]=(H||1)+U;I=(H||1)/S.cur(true)*I;x.style[J]=I+U}if(P[1])H=(P[1]=="-="?-1:1)*H+I;S.custom(I,H,U)}else S.custom(I,H,"")}});return true})},queue:function(b,g){if(c.isFunction(b)||b&&b.constructor==Array){g=b;b="fx"}if(!b||typeof b=="string"&&!g)return Y(this[0],b);return this.each(function(){if(g.constructor==Array)Y(this,b,g);else{Y(this,
b).push(g);Y(this,b).length==1&&g.call(this)}})},stop:function(b,g){var j=c.timers;b&&this.queue([]);this.each(function(){for(var k=j.length-1;k>=0;k--)if(j[k].elem==this){g&&j[k](true);j.splice(k,1)}});g||this.dequeue();return this}});var Y=function(b,g,j){if(b){g=g||"fx";var k=c.data(b,g+"queue");if(!k||j)k=c.data(b,g+"queue",c.makeArray(j))}return k};c.fn.dequeue=function(b){b=b||"fx";return this.each(function(){var g=Y(this,b);g.shift();g.length&&g[0].call(this)})};c.extend({speed:function(b,
g,j){var k=b&&b.constructor==Object?b:{complete:j||!j&&g||c.isFunction(b)&&b,duration:b,easing:j&&g||g&&g.constructor!=Function&&g};k.duration=(k.duration&&k.duration.constructor==Number?k.duration:c.fx.speeds[k.duration])||c.fx.speeds.def;k.old=k.complete;k.complete=function(){k.queue!==false&&c(this).dequeue();c.isFunction(k.old)&&k.old.call(this)};return k},easing:{linear:function(b,g,j,k){return j+k*b},swing:function(b,g,j,k){return(-Math.cos(b*Math.PI)/2+0.5)*k+j}},timers:[],timerId:null,fx:function(b,
g,j){this.options=g;this.elem=b;this.prop=j;if(!g.orig)g.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block"},cur:function(b){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];return(b=parseFloat(c.css(this.elem,this.prop,b)))&&b>-10000?b:parseFloat(c.curCSS(this.elem,this.prop))||
0},custom:function(b,g,j){function k(o){return p.step(o)}this.startTime=e();this.start=b;this.end=g;this.unit=j||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var p=this;k.elem=this.elem;c.timers.push(k);if(c.timerId==null)c.timerId=setInterval(function(){for(var o=c.timers,s=0;s<o.length;s++)o[s]()||o.splice(s--,1);if(!o.length){clearInterval(c.timerId);c.timerId=null}},13)},show:function(){this.options.orig[this.prop]=c.attr(this.elem.style,this.prop);this.options.show=
true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(b){var g=e();if(b||g>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();b=this.options.curAnim[this.prop]=true;for(var j in this.options.curAnim)if(this.options.curAnim[j]!==true)b=false;if(b){if(this.options.display!=
null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(c.css(this.elem,"display")=="none")this.elem.style.display="block"}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var k in this.options.curAnim)c.attr(this.elem.style,k,this.options.orig[k])}b&&this.options.complete.call(this.elem);return false}else{j=g-this.startTime;this.state=j/this.options.duration;this.pos=c.easing[this.options.easing||(c.easing.swing?
"swing":"linear")](this.state,j,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{speeds:{slow:600,fast:200,def:400},step:{scrollLeft:function(b){b.elem.scrollLeft=b.now},scrollTop:function(b){b.elem.scrollTop=b.now},opacity:function(b){c.attr(b.elem.style,"opacity",b.now)},_default:function(b){b.elem.style[b.prop]=b.now+b.unit}}});c.fn.offset=function(){function b(P){g(c.curCSS(P,"borderLeftWidth",true),c.curCSS(P,"borderTopWidth",
true))}function g(P,I){j+=parseInt(P,10)||0;k+=parseInt(I,10)||0}var j=0,k=0,p=this[0],o;if(p)with(c.browser){var s=p.parentNode,w=p,x=p.offsetParent;o=p.ownerDocument;var J=safari&&parseInt(version)<522&&!/adobeair/i.test(u),H=c.curCSS,S=H(p,"position")=="fixed";if(p.getBoundingClientRect){p=p.getBoundingClientRect();g(p.left+Math.max(o.documentElement.scrollLeft,o.body.scrollLeft),p.top+Math.max(o.documentElement.scrollTop,o.body.scrollTop));g(-o.documentElement.clientLeft,-o.documentElement.clientTop)}else{for(g(p.offsetLeft,
p.offsetTop);x;){g(x.offsetLeft,x.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(x.tagName)||safari&&!J)b(x);if(!S&&H(x,"position")=="fixed")S=true;w=/^body$/i.test(x.tagName)?w:x;x=x.offsetParent}for(;s&&s.tagName&&!/^body|html$/i.test(s.tagName);){/^inline|table.*$/i.test(H(s,"display"))||g(-s.scrollLeft,-s.scrollTop);mozilla&&H(s,"overflow")!="visible"&&b(s);s=s.parentNode}if(J&&(S||H(w,"position")=="absolute")||mozilla&&H(w,"position")!="absolute")g(-o.body.offsetLeft,-o.body.offsetTop);S&&g(Math.max(o.documentElement.scrollLeft,
o.body.scrollLeft),Math.max(o.documentElement.scrollTop,o.body.scrollTop))}o={top:k,left:j}}return o};c.fn.extend({position:function(){var b;if(this[0]){b=this.offsetParent();var g=this.offset(),j=/^body|html$/i.test(b[0].tagName)?{top:0,left:0}:b.offset();g.top-=d(this,"marginTop");g.left-=d(this,"marginLeft");j.top+=d(b,"borderTopWidth");j.left+=d(b,"borderLeftWidth");b={top:g.top-j.top,left:g.left-j.left}}return b},offsetParent:function(){for(var b=this[0].offsetParent;b&&!/^body|html$/i.test(b.tagName)&&
c.css(b,"position")=="static";)b=b.offsetParent;return c(b)}});c.each(["Left","Top"],function(b,g){var j="scroll"+g;c.fn[j]=function(k){if(this[0])return k!=n?this.each(function(){this==window||this==document?window.scrollTo(!b?k:c(window).scrollLeft(),b?k:c(window).scrollTop()):(this[j]=k)}):this[0]==window||this[0]==document?self[b?"pageYOffset":"pageXOffset"]||c.boxModel&&document.documentElement[j]||document.body[j]:this[0][j]}});c.each(["Height","Width"],function(b,g){var j=b?"Left":"Top",k=
b?"Right":"Bottom";c.fn["inner"+g]=function(){return this[g.toLowerCase()]()+d(this,"padding"+j)+d(this,"padding"+k)};c.fn["outer"+g]=function(p){return this["inner"+g]()+d(this,"border"+j+"Width")+d(this,"border"+k+"Width")+(p?d(this,"margin"+j)+d(this,"margin"+k):0)}})})();/*
 Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
 Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.

 $LastChangedDate: 2007-07-21 18:44:59 -0500 (Sat, 21 Jul 2007) $
 $Rev: 2446 $

 Version 2.1.1
*/
(function(a){a.fn.bgIframe=a.fn.bgiframe=function(e){if(a.browser.msie&&/6.0/.test(navigator.userAgent)){e=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},e||{});var d=function(h){return h&&h.constructor==Number?h+"px":h},f='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+e.src+'"style="display:block;position:absolute;z-index:-1;'+(e.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(e.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":
d(e.top))+";left:"+(e.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":d(e.left))+";width:"+(e.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":d(e.width))+";height:"+(e.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":d(e.height))+';"/>';return this.each(function(){a("> iframe.bgiframe",this).length==0&&this.insertBefore(document.createElement(f),this.firstChild)})}return this}})(jQuery);(function(a){a.fn.extend({autocomplete:function(e,d){var f=typeof e=="string";d=a.extend({},a.Autocompleter.defaults,{url:f?e:null,data:f?null:e,delay:f?a.Autocompleter.defaults.delay:10,max:d&&!d.scroll?10:150},d);d.highlight=d.highlight||function(h){return h};d.formatMatch=d.formatMatch||d.formatItem;return this.each(function(){new a.Autocompleter(this,d)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},
setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}});a.Autocompleter=function(e,d){function f(){var b=Q.selected();if(!b)return false;var g=u.val();d.matchCase||(g=g.toLowerCase());if(!d.multiple&&!d.autoFill&&g!=L)return false;K=g=b.result;if(d.multiple){var j=i(u.val());if(j.length>1)g=j.slice(0,j.length-1).join(d.multipleSeparator)+d.multipleSeparator+g;g+=d.multipleSeparator}u.val(g);n();u.trigger("result",[b.data,b.value]);
return true}function h(b,g){if(X==C.DEL)Q.hide();else{b=u.val();if(!(!g&&b==K)){K=b;b=c(b);if(b.length>=d.minChars){u.addClass(d.loadingClass);d.matchCase||(b=b.toLowerCase());v(b,q,n)}else{z();Q.hide()}}}}function i(b){if(!b)return[""];b=b.split(d.multipleSeparator);var g=[];a.each(b,function(j,k){if(a.trim(k))g[j]=a.trim(k)});return g}function c(b){if(!d.multiple)return b;b=i(b);return b[b.length-1]}function l(b,g){if(d.autoFill&&c(u.val()).toLowerCase()==b.toLowerCase()&&X!=C.BACKSPACE){u.val(u.val()+
g.substring(c(K).length));a.Autocompleter.Selection(e,K.length,K.length+g.length)}}function m(){clearTimeout(B);B=setTimeout(n,200)}function n(){var b=Q.visible();Q.hide();clearTimeout(B);z();d.mustMatch&&u.search(function(g){if(!g)if(d.multiple){g=i(u.val()).slice(0,-1);u.val(g.join(d.multipleSeparator)+(g.length?d.multipleSeparator:""))}else u.val("")});b&&a.Autocompleter.Selection(e,e.value.length,e.value.length)}function q(b,g){if(g&&g.length&&M){L=b;z();Q.display(g,b);l(b,g[0].value);Q.show()}else n()}
function v(b,g,j){d.matchCase||(b=b.toLowerCase());var k=F.load(b);if(k&&k.length)g(b,k);else if(typeof d.url=="string"&&d.url.length>0){var p={timestamp:+new Date};a.each(d.extraParams,function(o,s){p[o]=typeof s=="function"?s():s});a.ajax({mode:"abort",port:"autocomplete"+e.name,dataType:d.dataType,url:d.url,data:a.extend({q:c(b),limit:d.max},p),success:function(o){o=d.parse&&d.parse(o)||y(o);F.add(b,o);g(b,o)}})}else{Q.emptyList();j(b)}}function y(b){var g=[];b=b.split("\n");for(var j=0;j<b.length;j++){var k=
a.trim(b[j]);if(k){k=k.split("|");g[g.length]={data:k,value:k[0],result:d.formatResult&&d.formatResult(k,k[0])||k[0]}}}return g}function z(){u.removeClass(d.loadingClass)}var C={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},u=a(e).attr("autocomplete","off").addClass(d.inputClass),B,K="",L="",F=a.Autocompleter.Cache(d),M=0,X,R={mouseDownOnSelect:false},Q=a.Autocompleter.Select(d,e,f,R),Y;a.browser.opera&&a(e.form).bind("submit.autocomplete",function(){if(Y)return Y=
false});u.bind((a.browser.opera?"keypress":"keydown")+".autocomplete",function(b){X=b.keyCode;switch(b.keyCode){case C.UP:b.preventDefault();Q.visible()?Q.prev():h(0,true);break;case C.DOWN:b.preventDefault();Q.visible()?Q.next():h(0,true);break;case C.PAGEUP:b.preventDefault();Q.visible()?Q.pageUp():h(0,true);break;case C.PAGEDOWN:b.preventDefault();Q.visible()?Q.pageDown():h(0,true);break;case d.multiple&&a.trim(d.multipleSeparator)==","&&C.COMMA:case C.TAB:case C.RETURN:if(f()){b.preventDefault();
Y=true;return false}break;case C.ESC:Q.hide();break;default:clearTimeout(B);B=setTimeout(h,d.delay);break}}).focus(function(){M++}).blur(function(){M=0;R.mouseDownOnSelect||m()}).click(function(){M++>1&&!Q.visible()&&h(0,true)}).bind("search",function(){function b(j,k){var p;if(k&&k.length)for(var o=0;o<k.length;o++)if(k[o].result.toLowerCase()==j.toLowerCase()){p=k[o];break}typeof g=="function"?g(p):u.trigger("result",p&&[p.data,p.value])}var g=arguments.length>1?arguments[1]:null;a.each(i(u.val()),
function(j,k){v(k,b,b)})}).bind("flushCache",function(){F.flush()}).bind("setOptions",function(b,g){a.extend(d,g);"data"in g&&F.populate()}).bind("unautocomplete",function(){Q.unbind();u.unbind();a(e.form).unbind(".autocomplete")})};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,mustMatch:false,extraParams:{},selectFirst:true,formatItem:function(e){return e[0]},
formatMatch:null,autoFill:false,width:0,multiple:false,multipleSeparator:", ",highlight:function(e,d){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+d.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:true,scrollHeight:180};a.Autocompleter.Cache=function(e){function d(m,n){e.matchCase||(m=m.toLowerCase());m=m.indexOf(n);if(m==-1)return false;return m==0||e.matchContains}function f(m,n){l>e.cacheLength&&i();c[m]||l++;c[m]=n}function h(){if(!e.data)return false;
var m={},n=0;if(!e.url)e.cacheLength=1;m[""]=[];for(var q=0,v=e.data.length;q<v;q++){var y=e.data[q];y=typeof y=="string"?[y]:y;var z=e.formatMatch(y,q+1,e.data.length);if(z!==false){var C=z.charAt(0).toLowerCase();m[C]||(m[C]=[]);y={value:z,data:y,result:e.formatResult&&e.formatResult(y)||z};m[C].push(y);n++<e.max&&m[""].push(y)}}a.each(m,function(u,B){e.cacheLength++;f(u,B)})}function i(){c={};l=0}var c={},l=0;setTimeout(h,25);return{flush:i,add:f,populate:h,load:function(m){if(!e.cacheLength||
!l)return null;if(!e.url&&e.matchContains){var n=[];for(var q in c)if(q.length>0){var v=c[q];a.each(v,function(y,z){d(z.value,m)&&n.push(z)})}return n}else if(c[m])return c[m];else if(e.matchSubset)for(q=m.length-1;q>=e.minChars;q--)if(v=c[m.substr(0,q)]){n=[];a.each(v,function(y,z){if(d(z.value,m))n[n.length]=z});return n}return null}}};a.Autocompleter.Select=function(e,d,f,h){function i(){if(B){K=a("<div/>").hide().addClass(e.resultsClass).css("position","absolute").appendTo(document.body);L=a("<ul/>").appendTo(K).mouseover(function(F){if(c(F).nodeName&&
c(F).nodeName.toUpperCase()=="LI"){z=a("li",L).removeClass(v.ACTIVE).index(c(F));a(c(F)).addClass(v.ACTIVE)}}).click(function(F){a(c(F)).addClass(v.ACTIVE);f();d.focus();return false}).mousedown(function(){h.mouseDownOnSelect=true}).mouseup(function(){h.mouseDownOnSelect=false});e.width>0&&K.css("width",e.width);B=false}}function c(F){for(F=F.target;F&&F.tagName!="LI";)F=F.parentNode;if(!F)return[];return F}function l(F){y.slice(z,z+1).removeClass(v.ACTIVE);m(F);F=y.slice(z,z+1).addClass(v.ACTIVE);
if(e.scroll){var M=0;y.slice(0,z).each(function(){M+=this.offsetHeight});if(M+F[0].offsetHeight-L.scrollTop()>L[0].clientHeight)L.scrollTop(M+F[0].offsetHeight-L.innerHeight());else M<L.scrollTop()&&L.scrollTop(M)}}function m(F){z+=F;if(z<0)z=y.size()-1;else if(z>=y.size())z=0}function n(F){return e.max&&e.max<F?e.max:F}function q(){L.empty();for(var F=n(C.length),M=0;M<F;M++)if(C[M]){var X=e.formatItem(C[M].data,M+1,F,C[M].value,u);if(X!==false){X=a("<li/>").html(e.highlight(X,u)).addClass(M%2==
0?"ac_even":"ac_odd").appendTo(L)[0];a.data(X,"ac_data",C[M])}}y=L.find("li");if(e.selectFirst){y.slice(0,1).addClass(v.ACTIVE);z=0}a.fn.bgiframe&&L.bgiframe()}var v={ACTIVE:"ac_over"},y,z=-1,C,u="",B=true,K,L;return{display:function(F,M){i();C=F;u=M;q()},next:function(){l(1)},prev:function(){l(-1)},pageUp:function(){z!=0&&z-8<0?l(-z):l(-8)},pageDown:function(){z!=y.size()-1&&z+8>y.size()?l(y.size()-1-z):l(8)},hide:function(){K&&K.hide();y&&y.removeClass(v.ACTIVE);z=-1},visible:function(){return K&&
K.is(":visible")},current:function(){return this.visible()&&(y.filter("."+v.ACTIVE)[0]||e.selectFirst&&y[0])},show:function(){var F=a(d).offset();K.css({width:typeof e.width=="string"||e.width>0?e.width:a(d).width(),top:F.top+d.offsetHeight,left:F.left}).show();if(e.scroll){L.scrollTop(0);L.css({maxHeight:e.scrollHeight,overflow:"auto"});if(a.browser.msie&&typeof document.body.style.maxHeight==="undefined"){var M=0;y.each(function(){M+=this.offsetHeight});F=M>e.scrollHeight;L.css("height",F?e.scrollHeight:
M);F||y.width(L.width()-parseInt(y.css("padding-left"))-parseInt(y.css("padding-right")))}}},selected:function(){var F=y&&y.filter("."+v.ACTIVE).removeClass(v.ACTIVE);return F&&F.length&&a.data(F[0],"ac_data")},emptyList:function(){L&&L.empty()},unbind:function(){K&&K.remove()}}};a.Autocompleter.Selection=function(e,d,f){if(e.setSelectionRange)e.setSelectionRange(d,f);else if(e.createTextRange){var h=e.createTextRange();h.collapse(true);h.moveStart("character",d);h.moveEnd("character",f);h.select()}else if(e.selectionStart){e.selectionStart=
d;e.selectionEnd=f}e.focus()}})(jQuery);/*
 Copyright (c) 2007 Paul Bakaus (paul.bakaus@googlemail.com) and Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net)
 Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.

 $LastChangedDate: 2007-12-20 08:46:55 -0600 (Thu, 20 Dec 2007) $
 $Rev: 4259 $

 Version: 1.2

 Requires: jQuery 1.2+
*/
(function(a){function e(d,f){return parseInt(a.curCSS(d.jquery?d[0]:d,f,true))||0}a.dimensions={version:"1.2"};a.each(["Height","Width"],function(d,f){a.fn["inner"+f]=function(){if(this[0]){var h=f=="Height"?"Top":"Left",i=f=="Height"?"Bottom":"Right";return this.is(":visible")?this[0]["client"+f]:e(this,f.toLowerCase())+e(this,"padding"+h)+e(this,"padding"+i)}};a.fn["outer"+f]=function(h){if(this[0]){var i=f=="Height"?"Top":"Left",c=f=="Height"?"Bottom":"Right";h=a.extend({margin:false},h||{});return(this.is(":visible")?
this[0]["offset"+f]:e(this,f.toLowerCase())+e(this,"border"+i+"Width")+e(this,"border"+c+"Width")+e(this,"padding"+i)+e(this,"padding"+c))+(h.margin?e(this,"margin"+i)+e(this,"margin"+c):0)}}});a.each(["Left","Top"],function(d,f){a.fn["scroll"+f]=function(h){if(this[0])return h!=undefined?this.each(function(){this==window||this==document?window.scrollTo(f=="Left"?h:a(window).scrollLeft(),f=="Top"?h:a(window).scrollTop()):(this["scroll"+f]=h)}):this[0]==window||this[0]==document?self[f=="Left"?"pageXOffset":
"pageYOffset"]||a.boxModel&&document.documentElement["scroll"+f]||document.body["scroll"+f]:this[0]["scroll"+f]}});a.fn.extend({position:function(){var d=this[0],f,h,i;if(d){i=this.offsetParent();f=this.offset();h=i.offset();f.top-=e(d,"marginTop");f.left-=e(d,"marginLeft");h.top+=e(i,"borderTopWidth");h.left+=e(i,"borderLeftWidth");f={top:f.top-h.top,left:f.left-h.left}}return f},offsetParent:function(){for(var d=this[0].offsetParent;d&&!/^body|html$/i.test(d.tagName)&&a.css(d,"position")=="static";)d=
d.offsetParent;return a(d)}})})(jQuery);(function(a){function e(u){if(!n.parent){n.parent=a('<div id="'+u.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();a.fn.bgiframe&&n.parent.bgiframe();n.title=a("h3",n.parent);n.body=a("div.body",n.parent);n.url=a("div.url",n.parent)}}function d(u){return a.data(u,"tooltip")}function f(u){if(d(this).delay)y=setTimeout(i,d(this).delay);else i();C=!!d(this).track;a(document.body).bind("mousemove",c);c(u)}function h(){if(!(a.tooltip.blocked||this==
q||!this.tooltipText&&!d(this).bodyHandler)){q=this;v=this.tooltipText;if(d(this).bodyHandler){n.title.hide();var u=d(this).bodyHandler.call(this);u.nodeType||u.jquery?n.body.empty().append(u):n.body.html(u);n.body.show()}else if(d(this).showBody){u=v.split(d(this).showBody);n.title.html(u.shift()).show();n.body.empty();for(var B=0,K;K=u[B];B++){B>0&&n.body.append("<br/>");n.body.append(K)}n.body.hideWhenEmpty()}else{n.title.html(v).show();n.body.hide()}d(this).showURL&&a(this).url()?n.url.html(a(this).url().replace("http://",
"")).show():n.url.hide();n.parent.addClass(d(this).extraClass);d(this).fixPNG&&n.parent.fixPNG();f.apply(this,arguments)}}function i(){y=null;if((!z||!a.fn.bgiframe)&&d(q).fade)if(n.parent.is(":animated"))n.parent.stop().show().fadeTo(d(q).fade,q.tOpacity);else n.parent.is(":visible")?n.parent.fadeTo(d(q).fade,q.tOpacity):n.parent.fadeIn(d(q).fade);else n.parent.show();c()}function c(u){if(!a.tooltip.blocked)if(!(u&&u.target.tagName=="OPTION")){!C&&n.parent.is(":visible")&&a(document.body).unbind("mousemove",
c);if(q==null)a(document.body).unbind("mousemove",c);else{n.parent.removeClass("viewport-right").removeClass("viewport-bottom");var B=n.parent[0].offsetLeft,K=n.parent[0].offsetTop;if(u){B=u.pageX+d(q).left;K=u.pageY+d(q).top;u="auto";if(d(q).positionLeft){u=a(window).width()-B;B="auto"}n.parent.css({left:B,right:u,top:K})}u=l();var L=n.parent[0];if(u.x+u.cx<L.offsetLeft+L.offsetWidth){B-=L.offsetWidth+20+d(q).left;n.parent.css({left:B+"px"}).addClass("viewport-right")}if(u.y+u.cy<L.offsetTop+L.offsetHeight){K-=
L.offsetHeight+20+d(q).top;n.parent.css({top:K+"px"}).addClass("viewport-bottom")}}}}function l(){return{x:a(window).scrollLeft(),y:a(window).scrollTop(),cx:a(window).width(),cy:a(window).height()}}function m(){function u(){n.parent.removeClass(B.extraClass).hide().css("opacity","")}if(!a.tooltip.blocked){y&&clearTimeout(y);q=null;var B=d(this);if((!z||!a.fn.bgiframe)&&B.fade)n.parent.is(":animated")?n.parent.stop().fadeTo(B.fade,0,u):n.parent.stop().fadeOut(B.fade,u);else u();d(this).fixPNG&&n.parent.unfixPNG()}}
var n={},q,v,y,z=a.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),C=false;a.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){a.tooltip.blocked=!a.tooltip.blocked}};a.fn.extend({tooltip:function(u){u=a.extend({},a.tooltip.defaults,u);e(u);return this.each(function(){a.data(this,"tooltip",u);this.tOpacity=n.parent.css("opacity");this.tooltipText=this.title;a(this).removeAttr("title");this.alt=""}).mouseover(h).mouseout(m).click(m)},
fixPNG:z?function(){return this.each(function(){var u=a(this).css("backgroundImage");if(u.match(/^url\(["']?(.*\.png)["']?\)$/i)){u=RegExp.$1;a(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+u+"')"}).each(function(){var B=a(this).css("position");B!="absolute"&&B!="relative"&&a(this).css("position","relative")})}})}:function(){return this},unfixPNG:z?function(){return this.each(function(){a(this).css({filter:"",backgroundImage:""})})}:
function(){return this},hideWhenEmpty:function(){return this.each(function(){a(this)[a(this).html()?"show":"hide"]()})},url:function(){return this.attr("href")||this.attr("src")}})})(jQuery);/*
 Cookie plugin

 Copyright (c) 2006 Klaus Hartl (stilbuero.de)
 Dual licensed under the MIT and GPL licenses:
 http://www.opensource.org/licenses/mit-license.php
 http://www.gnu.org/licenses/gpl.html

*/
jQuery.cookie=function(a,e,d){if(typeof e!="undefined"){d=d||{};if(e===null){e="";d.expires=-1}var f="";if(d.expires&&(typeof d.expires=="number"||d.expires.toUTCString)){if(typeof d.expires=="number"){f=new Date;f.setTime(f.getTime()+d.expires*24*60*60*1E3)}else f=d.expires;f="; expires="+f.toUTCString()}var h=d.path?"; path="+d.path:"",i=d.domain?"; domain="+d.domain:"";d=d.secure?"; secure":"";document.cookie=[a,"=",encodeURIComponent(e),f,h,i,d].join("")}else{e=null;if(document.cookie&&document.cookie!=
""){d=document.cookie.split(";");for(f=0;f<d.length;f++){h=jQuery.trim(d[f]);if(h.substring(0,a.length+1)==a+"="){e=decodeURIComponent(h.substring(a.length+1));break}}}return e}};(function(a){function e(f,h,i){f=a[f][h].getter||[];f=typeof f=="string"?f.split(/,?\s+/):f;return a.inArray(i,f)!=-1}a.ui={plugin:{add:function(f,h,i){f=a.ui[f].prototype;for(var c in i){f.plugins[c]=f.plugins[c]||[];f.plugins[c].push([h,i[c]])}},call:function(f,h,i){if(h=f.plugins[h])for(var c=0;c<h.length;c++)f.options[h[c][0]]&&h[c][1].apply(f.element,i)}},cssCache:{},css:function(f){if(a.ui.cssCache[f])return a.ui.cssCache[f];var h=a('<div class="ui-gen">').addClass(f).css({position:"absolute",
top:"-5000px",left:"-5000px",display:"block"}).appendTo("body");a.ui.cssCache[f]=!!(!/auto|default/.test(h.css("cursor"))||/^[1-9]/.test(h.css("height"))||/^[1-9]/.test(h.css("width"))||!/none/.test(h.css("backgroundImage"))||!/transparent|rgba\(0, 0, 0, 0\)/.test(h.css("backgroundColor")));try{a("body").get(0).removeChild(h.get(0))}catch(i){}return a.ui.cssCache[f]},disableSelection:function(f){a(f).attr("unselectable","on").css("MozUserSelect","none")},enableSelection:function(f){a(f).attr("unselectable",
"off").css("MozUserSelect","")},hasScroll:function(f,h){h=/top/.test(h||"top")?"scrollTop":"scrollLeft";var i=false;if(f[h]>0)return true;f[h]=1;i=f[h]>0?true:false;f[h]=0;return i}};var d=a.fn.remove;a.fn.remove=function(){a("*",this).add(this).triggerHandler("remove");return d.apply(this,arguments)};a.widget=function(f,h){var i=f.split(".")[0];f=f.split(".")[1];a.fn[f]=function(c){var l=typeof c=="string",m=Array.prototype.slice.call(arguments,1);if(l&&e(i,f,c)){var n=a.data(this[0],f);return n?
n[c].apply(n,m):undefined}return this.each(function(){var q=a.data(this,f);if(l&&q&&a.isFunction(q[c]))q[c].apply(q,m);else l||a.data(this,f,new a[i][f](this,c))})};a[i][f]=function(c,l){var m=this;this.widgetName=f;this.widgetBaseClass=i+"-"+f;this.options=a.extend({},a.widget.defaults,a[i][f].defaults,l);this.element=a(c).bind("setData."+f,function(n,q,v){return m.setData(q,v)}).bind("getData."+f,function(n,q){return m.getData(q)}).bind("remove",function(){return m.destroy()});this.init()};a[i][f].prototype=
a.extend({},a.widget.prototype,h)};a.widget.prototype={init:function(){},destroy:function(){this.element.removeData(this.widgetName)},getData:function(f){return this.options[f]},setData:function(f,h){this.options[f]=h;if(f=="disabled")this.element[h?"addClass":"removeClass"](this.widgetBaseClass+"-disabled")},enable:function(){this.setData("disabled",false)},disable:function(){this.setData("disabled",true)}};a.widget.defaults={disabled:false};a.ui.mouse={mouseInit:function(){var f=this;this.element.bind("mousedown."+
this.widgetName,function(h){return f.mouseDown(h)});if(a.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},mouseDestroy:function(){this.element.unbind("."+this.widgetName);a.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable)},mouseDown:function(f){this._mouseStarted&&this.mouseUp(f);this._mouseDownEvent=f;var h=this,i=f.which==1,c=typeof this.options.cancel=="string"?a(f.target).parents().add(f.target).filter(this.options.cancel).length:
false;if(!i||c||!this.mouseCapture(f))return true;this._mouseDelayMet=!this.options.delay;if(!this._mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){h._mouseDelayMet=true},this.options.delay);if(this.mouseDistanceMet(f)&&this.mouseDelayMet(f)){this._mouseStarted=this.mouseStart(f)!==false;if(!this._mouseStarted){f.preventDefault();return true}}this._mouseMoveDelegate=function(l){return h.mouseMove(l)};this._mouseUpDelegate=function(l){return h.mouseUp(l)};a(document).bind("mousemove."+this.widgetName,
this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);return false},mouseMove:function(f){if(a.browser.msie&&!f.button)return this.mouseUp(f);if(this._mouseStarted){this.mouseDrag(f);return false}if(this.mouseDistanceMet(f)&&this.mouseDelayMet(f))(this._mouseStarted=this.mouseStart(this._mouseDownEvent,f)!==false)?this.mouseDrag(f):this.mouseUp(f);return!this._mouseStarted},mouseUp:function(f){a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+
this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this.mouseStop(f)}return false},mouseDistanceMet:function(f){return Math.max(Math.abs(this._mouseDownEvent.pageX-f.pageX),Math.abs(this._mouseDownEvent.pageY-f.pageY))>=this.options.distance},mouseDelayMet:function(){return this._mouseDelayMet},mouseStart:function(){},mouseDrag:function(){},mouseStop:function(){},mouseCapture:function(){return true}};a.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);
(function(a){a.widget("ui.draggable",a.extend({},a.ui.mouse,{init:function(){var e=this.options;e.helper=="original"&&!/(relative|absolute|fixed)/.test(this.element.css("position"))&&this.element.css("position","relative");this.element.addClass("ui-draggable");e.disabled&&this.element.addClass("ui-draggable-disabled");this.mouseInit()},mouseStart:function(e){var d=this.options;if(this.helper||d.disabled||a(e.target).is(".ui-resizable-handle"))return false;var f=!this.options.handle||!a(this.options.handle,
this.element).length?true:false;a(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==e.target)f=true});if(!f)return false;if(a.ui.ddmanager)a.ui.ddmanager.current=this;this.helper=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[e])):d.helper=="clone"?this.element.clone():this.element;this.helper.parents("body").length||this.helper.appendTo(d.appendTo=="parent"?this.element[0].parentNode:d.appendTo);this.helper[0]!=this.element[0]&&!/(fixed|absolute)/.test(this.helper.css("position"))&&
this.helper.css("position","absolute");this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0};this.cssPosition=this.helper.css("position");this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top};this.offsetParent=this.helper.offsetParent();var h=this.offsetParent.offset();if(this.offsetParent[0]==
document.body&&a.browser.mozilla)h={top:0,left:0};this.offset.parent={top:h.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:h.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)};h=this.element.position();this.offset.relative=this.cssPosition=="relative"?{top:h.top-(parseInt(this.helper.css("top"),10)||0)+this.offsetParent[0].scrollTop,left:h.left-(parseInt(this.helper.css("left"),10)||0)+this.offsetParent[0].scrollLeft}:{top:0,left:0};this.originalPosition=this.generatePosition(e);
this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()};if(d.cursorAt){if(d.cursorAt.left!=undefined)this.offset.click.left=d.cursorAt.left+this.margins.left;if(d.cursorAt.right!=undefined)this.offset.click.left=this.helperProportions.width-d.cursorAt.right+this.margins.left;if(d.cursorAt.top!=undefined)this.offset.click.top=d.cursorAt.top+this.margins.top;if(d.cursorAt.bottom!=undefined)this.offset.click.top=this.helperProportions.height-d.cursorAt.bottom+this.margins.top}if(d.containment){if(d.containment==
"parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(d.containment=="document"?document:window).width()-this.offset.relative.left-this.offset.parent.left-this.helperProportions.width-this.margins.left-(parseInt(this.element.css("marginRight"),10)||0),(a(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-
this.offset.relative.top-this.offset.parent.top-this.helperProportions.height-this.margins.top-(parseInt(this.element.css("marginBottom"),10)||0)];if(!/^(document|window|parent)$/.test(d.containment)){h=a(d.containment)[0];var i=a(d.containment).offset();this.containment=[i.left+(parseInt(a(h).css("borderLeftWidth"),10)||0)-this.offset.relative.left-this.offset.parent.left,i.top+(parseInt(a(h).css("borderTopWidth"),10)||0)-this.offset.relative.top-this.offset.parent.top,i.left+Math.max(h.scrollWidth,
h.offsetWidth)-(parseInt(a(h).css("borderLeftWidth"),10)||0)-this.offset.relative.left-this.offset.parent.left-this.helperProportions.width-this.margins.left-(parseInt(this.element.css("marginRight"),10)||0),i.top+Math.max(h.scrollHeight,h.offsetHeight)-(parseInt(a(h).css("borderTopWidth"),10)||0)-this.offset.relative.top-this.offset.parent.top-this.helperProportions.height-this.margins.top-(parseInt(this.element.css("marginBottom"),10)||0)]}}this.propagate("start",e);this.helperProportions={width:this.helper.outerWidth(),
height:this.helper.outerHeight()};a.ui.ddmanager&&!d.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,e);this.helper.addClass("ui-draggable-dragging");this.mouseDrag(e);return true},convertPositionTo:function(e,d){if(!d)d=this.position;e=e=="absolute"?1:-1;return{top:d.top+this.offset.relative.top*e+this.offset.parent.top*e-(this.cssPosition=="fixed"||this.cssPosition=="absolute"&&this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)*e+(this.cssPosition=="fixed"?a(document).scrollTop():
0)*e+this.margins.top*e,left:d.left+this.offset.relative.left*e+this.offset.parent.left*e-(this.cssPosition=="fixed"||this.cssPosition=="absolute"&&this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft)*e+(this.cssPosition=="fixed"?a(document).scrollLeft():0)*e+this.margins.left*e}},generatePosition:function(e){var d=this.options;e={top:e.pageY-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(this.cssPosition=="fixed"||this.cssPosition=="absolute"&&this.offsetParent[0]==
document.body?0:this.offsetParent[0].scrollTop)-(this.cssPosition=="fixed"?a(document).scrollTop():0),left:e.pageX-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(this.cssPosition=="fixed"||this.cssPosition=="absolute"&&this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft)-(this.cssPosition=="fixed"?a(document).scrollLeft():0)};if(!this.originalPosition)return e;if(this.containment){if(e.left<this.containment[0])e.left=this.containment[0];if(e.top<this.containment[1])e.top=
this.containment[1];if(e.left>this.containment[2])e.left=this.containment[2];if(e.top>this.containment[3])e.top=this.containment[3]}if(d.grid){var f=this.originalPosition.top+Math.round((e.top-this.originalPosition.top)/d.grid[1])*d.grid[1];e.top=this.containment?!(f<this.containment[1]||f>this.containment[3])?f:!(f<this.containment[1])?f-d.grid[1]:f+d.grid[1]:f;f=this.originalPosition.left+Math.round((e.left-this.originalPosition.left)/d.grid[0])*d.grid[0];e.left=this.containment?!(f<this.containment[0]||
f>this.containment[2])?f:!(f<this.containment[0])?f-d.grid[0]:f+d.grid[0]:f}return e},mouseDrag:function(e){this.position=this.generatePosition(e);this.positionAbs=this.convertPositionTo("absolute");this.position=this.propagate("drag",e)||this.position;if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";a.ui.ddmanager&&a.ui.ddmanager.drag(this,e);return false},
mouseStop:function(e){var d=false;if(a.ui.ddmanager&&!this.options.dropBehaviour)d=a.ui.ddmanager.drop(this,e);if(this.options.revert=="invalid"&&!d||this.options.revert=="valid"&&d||this.options.revert===true){var f=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revert,10)||500,function(){f.propagate("stop",e);f.clear()})}else{this.propagate("stop",e);this.clear()}return false},clear:function(){this.helper.removeClass("ui-draggable-dragging");this.options.helper!="original"&&
!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},plugins:{},uiHash:function(){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,options:this.options}},propagate:function(e,d){a.ui.plugin.call(this,e,[d,this.uiHash()]);if(e=="drag")this.positionAbs=this.convertPositionTo("absolute");return this.element.triggerHandler(e=="drag"?e:"drag"+e,[d,this.uiHash()],this.options[e])},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable");
this.mouseDestroy()}}}));a.extend(a.ui.draggable,{defaults:{appendTo:"parent",axis:false,cancel:":input",delay:0,distance:1,helper:"original"}});a.ui.plugin.add("draggable","cursor",{start:function(e,d){e=a("body");if(e.css("cursor"))d.options._cursor=e.css("cursor");e.css("cursor",d.options.cursor)},stop:function(e,d){d.options._cursor&&a("body").css("cursor",d.options._cursor)}});a.ui.plugin.add("draggable","zIndex",{start:function(e,d){e=a(d.helper);if(e.css("zIndex"))d.options._zIndex=e.css("zIndex");
e.css("zIndex",d.options.zIndex)},stop:function(e,d){d.options._zIndex&&a(d.helper).css("zIndex",d.options._zIndex)}});a.ui.plugin.add("draggable","opacity",{start:function(e,d){e=a(d.helper);if(e.css("opacity"))d.options._opacity=e.css("opacity");e.css("opacity",d.options.opacity)},stop:function(e,d){d.options._opacity&&a(d.helper).css("opacity",d.options._opacity)}});a.ui.plugin.add("draggable","iframeFix",{start:function(e,d){a(d.options.iframeFix===true?"iframe":d.options.iframeFix).each(function(){a('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+
"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(a(this).offset()).appendTo("body")})},stop:function(){a("div.DragDropIframeFix").each(function(){this.parentNode.removeChild(this)})}});a.ui.plugin.add("draggable","scroll",{start:function(e,d){e=d.options;d=a(this).data("draggable");e.scrollSensitivity=e.scrollSensitivity||20;e.scrollSpeed=e.scrollSpeed||20;d.overflowY=function(f){do{if(/auto|scroll/.test(f.css("overflow"))||/auto|scroll/.test(f.css("overflow-y")))return f;
f=f.parent()}while(f[0].parentNode);return a(document)}(this);d.overflowX=function(f){do{if(/auto|scroll/.test(f.css("overflow"))||/auto|scroll/.test(f.css("overflow-x")))return f;f=f.parent()}while(f[0].parentNode);return a(document)}(this);if(d.overflowY[0]!=document&&d.overflowY[0].tagName!="HTML")d.overflowYOffset=d.overflowY.offset();if(d.overflowX[0]!=document&&d.overflowX[0].tagName!="HTML")d.overflowXOffset=d.overflowX.offset()},drag:function(e,d){d=d.options;var f=a(this).data("draggable");
if(f.overflowY[0]!=document&&f.overflowY[0].tagName!="HTML"){if(f.overflowYOffset.top+f.overflowY[0].offsetHeight-e.pageY<d.scrollSensitivity)f.overflowY[0].scrollTop+=d.scrollSpeed;if(e.pageY-f.overflowYOffset.top<d.scrollSensitivity)f.overflowY[0].scrollTop-=d.scrollSpeed}else{e.pageY-a(document).scrollTop()<d.scrollSensitivity&&a(document).scrollTop(a(document).scrollTop()-d.scrollSpeed);a(window).height()-(e.pageY-a(document).scrollTop())<d.scrollSensitivity&&a(document).scrollTop(a(document).scrollTop()+
d.scrollSpeed)}if(f.overflowX[0]!=document&&f.overflowX[0].tagName!="HTML"){if(f.overflowXOffset.left+f.overflowX[0].offsetWidth-e.pageX<d.scrollSensitivity)f.overflowX[0].scrollLeft+=d.scrollSpeed;if(e.pageX-f.overflowXOffset.left<d.scrollSensitivity)f.overflowX[0].scrollLeft-=d.scrollSpeed}else{e.pageX-a(document).scrollLeft()<d.scrollSensitivity&&a(document).scrollLeft(a(document).scrollLeft()-d.scrollSpeed);a(window).width()-(e.pageX-a(document).scrollLeft())<d.scrollSensitivity&&a(document).scrollLeft(a(document).scrollLeft()+
d.scrollSpeed)}}});a.ui.plugin.add("draggable","snap",{start:function(e,d){var f=a(this).data("draggable");f.snapElements=[];a(d.options.snap===true?".ui-draggable":d.options.snap).each(function(){var h=a(this),i=h.offset();this!=f.element[0]&&f.snapElements.push({item:this,width:h.outerWidth(),height:h.outerHeight(),top:i.top,left:i.left})})},drag:function(e,d){e=a(this).data("draggable");for(var f=d.options.snapTolerance||20,h=d.absolutePosition.left,i=h+e.helperProportions.width,c=d.absolutePosition.top,
l=c+e.helperProportions.height,m=e.snapElements.length-1;m>=0;m--){var n=e.snapElements[m].left,q=n+e.snapElements[m].width,v=e.snapElements[m].top,y=v+e.snapElements[m].height;if(n-f<h&&h<q+f&&v-f<c&&c<y+f||n-f<h&&h<q+f&&v-f<l&&l<y+f||n-f<i&&i<q+f&&v-f<c&&c<y+f||n-f<i&&i<q+f&&v-f<l&&l<y+f){if(d.options.snapMode!="inner"){var z=Math.abs(v-l)<=20,C=Math.abs(y-c)<=20,u=Math.abs(n-i)<=20,B=Math.abs(q-h)<=20;if(z)d.position.top=e.convertPositionTo("relative",{top:v-e.helperProportions.height,left:0}).top;
if(C)d.position.top=e.convertPositionTo("relative",{top:y,left:0}).top;if(u)d.position.left=e.convertPositionTo("relative",{top:0,left:n-e.helperProportions.width}).left;if(B)d.position.left=e.convertPositionTo("relative",{top:0,left:q}).left}if(d.options.snapMode!="outer"){z=Math.abs(v-c)<=20;C=Math.abs(y-l)<=20;u=Math.abs(n-h)<=20;B=Math.abs(q-i)<=20;if(z)d.position.top=e.convertPositionTo("relative",{top:v,left:0}).top;if(C)d.position.top=e.convertPositionTo("relative",{top:y-e.helperProportions.height,
left:0}).top;if(u)d.position.left=e.convertPositionTo("relative",{top:0,left:n}).left;if(B)d.position.left=e.convertPositionTo("relative",{top:0,left:q-e.helperProportions.width}).left}}}}});a.ui.plugin.add("draggable","connectToSortable",{start:function(e,d){var f=a(this).data("draggable");f.sortables=[];a(d.options.connectToSortable).each(function(){if(a.data(this,"sortable")){var h=a.data(this,"sortable");f.sortables.push({instance:h,shouldRevert:h.options.revert});h.refreshItems();h.propagate("activate",
e,f)}})},stop:function(e){var d=a(this).data("draggable");a.each(d.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;d.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance.mouseStop(e);this.instance.element.triggerHandler("sortreceive",[e,a.extend(this.instance.ui(),{sender:d.element})],this.instance.options.receive);this.instance.options.helper=this.instance.options._helper}else this.instance.propagate("deactivate",
e,d)})},drag:function(e,d){var f=a(this).data("draggable"),h=this,i=function(c){var l=c.left,m=l+c.width,n=c.top;c=n+c.height;return l<this.positionAbs.left+this.offset.click.left&&this.positionAbs.left+this.offset.click.left<m&&n<this.positionAbs.top+this.offset.click.top&&this.positionAbs.top+this.offset.click.top<c};a.each(f.sortables,function(){if(i.call(f,this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=a(h).clone().appendTo(this.instance.element).data("sortable-item",
true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return d.helper[0]};e.target=this.instance.currentItem[0];this.instance.mouseCapture(e,true);this.instance.mouseStart(e,true,true);this.instance.offset.click.top=f.offset.click.top;this.instance.offset.click.left=f.offset.click.left;this.instance.offset.parent.left-=f.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=f.offset.parent.top-this.instance.offset.parent.top;
f.propagate("toSortable",e)}this.instance.currentItem&&this.instance.mouseDrag(e)}else if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance.mouseStop(e,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();f.propagate("fromSortable",e)}})}});a.ui.plugin.add("draggable","stack",{start:function(e,d){e=a.makeArray(a(d.options.stack.group)).sort(function(f,
h){return(parseInt(a(f).css("zIndex"),10)||d.options.stack.min)-(parseInt(a(h).css("zIndex"),10)||d.options.stack.min)});a(e).each(function(f){this.style.zIndex=d.options.stack.min+f});this[0].style.zIndex=d.options.stack.min+e.length}})})(jQuery);
(function(a){function e(d,f){var h=a.browser.safari&&a.browser.version<522;if(d.contains&&!h)return d.contains(f);if(d.compareDocumentPosition)return!!(d.compareDocumentPosition(f)&16);for(;f=f.parentNode;)if(f==d)return true;return false}a.widget("ui.sortable",a.extend({},a.ui.mouse,{init:function(){this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;/(relative|absolute|fixed)/.test(this.element.css("position"))||
this.element.css("position","relative");this.offset=this.element.offset();this.mouseInit()},plugins:{},ui:function(d){return{helper:(d||this).helper,placeholder:(d||this).placeholder||a([]),position:(d||this).position,absolutePosition:(d||this).positionAbs,options:this.options,element:this.element,item:(d||this).currentItem,sender:d?d.element:null}},propagate:function(d,f,h,i){a.ui.plugin.call(this,d,[f,this.ui(h)]);i||this.element.triggerHandler(d=="sort"?d:"sort"+d,[f,this.ui(h)],this.options[d])},
serialize:function(d){var f=(a.isFunction(this.options.items)?this.options.items.call(this.element):a(this.options.items,this.element)).not(".ui-sortable-helper"),h=[];d=d||{};f.each(function(){var i=(a(this).attr(d.attribute||"id")||"").match(d.expression||/(.+)[-=_](.+)/);if(i)h.push((d.key||i[1])+"[]="+(d.key&&d.expression?i[1]:i[2]))});return h.join("&")},toArray:function(d){var f=[];(a.isFunction(this.options.items)?this.options.items.call(this.element):a(this.options.items,this.element)).not(".ui-sortable-helper").each(function(){f.push(a(this).attr(d||
"id"))});return f},intersectsWith:function(d){var f=this.positionAbs.left,h=f+this.helperProportions.width,i=this.positionAbs.top,c=i+this.helperProportions.height,l=d.left,m=l+d.width,n=d.top,q=n+d.height;return this.options.tolerance=="pointer"||this.options.forcePointerForContainers||this.options.tolerance=="guess"&&this.helperProportions[this.floating?"width":"height"]>d[this.floating?"width":"height"]?i+this.offset.click.top>n&&i+this.offset.click.top<q&&f+this.offset.click.left>l&&f+this.offset.click.left<
m:l<f+this.helperProportions.width/2&&h-this.helperProportions.width/2<m&&n<i+this.helperProportions.height/2&&c-this.helperProportions.height/2<q},intersectsWithEdge:function(d){var f=this.positionAbs.left,h=f+this.helperProportions.width,i=this.positionAbs.top,c=i+this.helperProportions.height,l=d.left,m=l+d.width,n=d.top,q=n+d.height;if(this.options.tolerance=="pointer"||this.options.tolerance=="guess"&&this.helperProportions[this.floating?"width":"height"]>d[this.floating?"width":"height"]){if(!(i+
this.offset.click.top>n&&i+this.offset.click.top<q&&f+this.offset.click.left>l&&f+this.offset.click.left<m))return false;if(this.floating){if(f+this.offset.click.left>l&&f+this.offset.click.left<l+d.width/2)return 2;if(f+this.offset.click.left>l+d.width/2&&f+this.offset.click.left<m)return 1}else{if(i+this.offset.click.top>n&&i+this.offset.click.top<n+d.height/2)return 2;if(i+this.offset.click.top>n+d.height/2&&i+this.offset.click.top<q)return 1}}else{if(!(l<f+this.helperProportions.width/2&&h-this.helperProportions.width/
2<m&&n<i+this.helperProportions.height/2&&c-this.helperProportions.height/2<q))return false;if(this.floating){if(h>l&&f<l)return 2;if(f<m&&h>m)return 1}else{if(c>n&&i<n)return 1;if(i<q&&c>q)return 2}}return false},refresh:function(){this.refreshItems();this.refreshPositions()},refreshItems:function(){this.items=[];this.containers=[this];var d=this.items,f=[[a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,
this.element),this]];if(this.options.connectWith)for(var h=this.options.connectWith.length-1;h>=0;h--)for(var i=a(this.options.connectWith[h]),c=i.length-1;c>=0;c--){var l=a.data(i[c],"sortable");if(l&&!l.options.disabled){f.push([a.isFunction(l.options.items)?l.options.items.call(l.element):a(l.options.items,l.element),l]);this.containers.push(l)}}for(h=f.length-1;h>=0;h--)f[h][0].each(function(){a.data(this,"sortable-item",f[h][1]);d.push({item:a(this),instance:f[h][1],width:0,height:0,left:0,top:0})})},
refreshPositions:function(d){if(this.offsetParent){var f=this.offsetParent.offset();this.offset.parent={top:f.top+this.offsetParentBorders.top,left:f.left+this.offsetParentBorders.left}}for(f=this.items.length-1;f>=0;f--)if(!(this.items[f].instance!=this.currentContainer&&this.currentContainer&&this.items[f].item[0]!=this.currentItem[0])){var h=this.options.toleranceElement?a(this.options.toleranceElement,this.items[f].item):this.items[f].item;if(!d){this.items[f].width=h[0].offsetWidth;this.items[f].height=
h[0].offsetHeight}h=h.offset();this.items[f].left=h.left;this.items[f].top=h.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(f=this.containers.length-1;f>=0;f--){h=this.containers[f].element.offset();this.containers[f].containerCache.left=h.left;this.containers[f].containerCache.top=h.top;this.containers[f].containerCache.width=this.containers[f].element.outerWidth();this.containers[f].containerCache.height=this.containers[f].element.outerHeight()}},
destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this.mouseDestroy();for(var d=this.items.length-1;d>=0;d--)this.items[d].item.removeData("sortable-item")},createPlaceholder:function(d){d=d||this;var f=d.options;if(f.placeholder.constructor==String){var h=f.placeholder;f.placeholder={element:function(){return a("<div></div>").addClass(h)[0]},update:function(i,c){c.css(i.offset()).css({width:i.outerWidth(),height:i.outerHeight()})}}}d.placeholder=
a(f.placeholder.element.call(d.element,d.currentItem)).appendTo("body").css({position:"absolute"});f.placeholder.update.call(d.element,d.currentItem,d.placeholder)},contactContainers:function(d){for(var f=this.containers.length-1;f>=0;f--)if(this.intersectsWith(this.containers[f].containerCache)){if(!this.containers[f].containerCache.over){if(this.currentContainer!=this.containers[f]){for(var h=1E4,i=null,c=this.positionAbs[this.containers[f].floating?"left":"top"],l=this.items.length-1;l>=0;l--)if(e(this.containers[f].element[0],
this.items[l].item[0])){var m=this.items[l][this.containers[f].floating?"left":"top"];if(Math.abs(m-c)<h){h=Math.abs(m-c);i=this.items[l]}}if(!i&&!this.options.dropOnEmpty)continue;this.placeholder&&this.placeholder.remove();if(this.containers[f].options.placeholder)this.containers[f].createPlaceholder(this);else this.placeholder=null;this.currentContainer=this.containers[f];i?this.rearrange(d,i,null,true):this.rearrange(d,null,this.containers[f].element,true);this.propagate("change",d);this.containers[f].propagate("change",
d,this)}this.containers[f].propagate("over",d,this);this.containers[f].containerCache.over=1}}else if(this.containers[f].containerCache.over){this.containers[f].propagate("out",d,this);this.containers[f].containerCache.over=0}},mouseCapture:function(d,f){if(this.options.disabled||this.options.type=="static")return false;this.refreshItems();var h=null,i=this;a(d.target).parents().each(function(){if(a.data(this,"sortable-item")==i){h=a(this);return false}});if(a.data(d.target,"sortable-item")==i)h=
a(d.target);if(!h)return false;if(this.options.handle&&!f){var c=false;a(this.options.handle,h).find("*").andSelf().each(function(){if(this==d.target)c=true});if(!c)return false}this.currentItem=h;return true},mouseStart:function(d,f,h){f=this.options;this.currentContainer=this;this.refreshPositions();this.helper=typeof f.helper=="function"?a(f.helper.apply(this.element[0],[d,this.currentItem])):this.currentItem.clone();this.helper.parents("body").length||a(f.appendTo!="parent"?f.appendTo:this.currentItem[0].parentNode)[0].appendChild(this.helper[0]);
this.helper.css({position:"absolute",clear:"both"}).addClass("ui-sortable-helper");this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0};this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.offset.click={left:d.pageX-this.offset.left,top:d.pageY-this.offset.top};this.offsetParent=this.helper.offsetParent();var i=this.offsetParent.offset();this.offsetParentBorders=
{top:parseInt(this.offsetParent.css("borderTopWidth"),10)||0,left:parseInt(this.offsetParent.css("borderLeftWidth"),10)||0};this.offset.parent={top:i.top+this.offsetParentBorders.top,left:i.left+this.offsetParentBorders.left};this.originalPosition=this.generatePosition(d);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()};f.placeholder&&this.createPlaceholder();this.propagate("start",
d);this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()};if(f.cursorAt){if(f.cursorAt.left!=undefined)this.offset.click.left=f.cursorAt.left;if(f.cursorAt.right!=undefined)this.offset.click.left=this.helperProportions.width-f.cursorAt.right;if(f.cursorAt.top!=undefined)this.offset.click.top=f.cursorAt.top;if(f.cursorAt.bottom!=undefined)this.offset.click.top=this.helperProportions.height-f.cursorAt.bottom}if(f.containment){if(f.containment=="parent")f.containment=
this.helper[0].parentNode;if(f.containment=="document"||f.containment=="window")this.containment=[0-this.offset.parent.left,0-this.offset.parent.top,a(f.containment=="document"?document:window).width()-this.offset.parent.left-this.helperProportions.width-this.margins.left-(parseInt(this.element.css("marginRight"),10)||0),(a(f.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.offset.parent.top-this.helperProportions.height-this.margins.top-(parseInt(this.element.css("marginBottom"),
10)||0)];if(!/^(document|window|parent)$/.test(f.containment)){i=a(f.containment)[0];var c=a(f.containment).offset();this.containment=[c.left+(parseInt(a(i).css("borderLeftWidth"),10)||0)-this.offset.parent.left,c.top+(parseInt(a(i).css("borderTopWidth"),10)||0)-this.offset.parent.top,c.left+Math.max(i.scrollWidth,i.offsetWidth)-(parseInt(a(i).css("borderLeftWidth"),10)||0)-this.offset.parent.left-this.helperProportions.width-this.margins.left-(parseInt(this.currentItem.css("marginRight"),10)||0),
c.top+Math.max(i.scrollHeight,i.offsetHeight)-(parseInt(a(i).css("borderTopWidth"),10)||0)-this.offset.parent.top-this.helperProportions.height-this.margins.top-(parseInt(this.currentItem.css("marginBottom"),10)||0)]}}this.options.placeholder!="clone"&&this.currentItem.css("visibility","hidden");if(!h)for(h=this.containers.length-1;h>=0;h--)this.containers[h].propagate("activate",d,this);if(a.ui.ddmanager)a.ui.ddmanager.current=this;a.ui.ddmanager&&!f.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,
d);this.dragging=true;this.mouseDrag(d);return true},convertPositionTo:function(d,f){if(!f)f=this.position;d=d=="absolute"?1:-1;return{top:f.top+this.offset.parent.top*d-(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)*d+this.margins.top*d,left:f.left+this.offset.parent.left*d-(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft)*d+this.margins.left*d}},generatePosition:function(d){var f=this.options;d={top:d.pageY-this.offset.click.top-this.offset.parent.top+
(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop),left:d.pageX-this.offset.click.left-this.offset.parent.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft)};if(!this.originalPosition)return d;if(this.containment){if(d.left<this.containment[0])d.left=this.containment[0];if(d.top<this.containment[1])d.top=this.containment[1];if(d.left>this.containment[2])d.left=this.containment[2];if(d.top>this.containment[3])d.top=this.containment[3]}if(f.grid){var h=
this.originalPosition.top+Math.round((d.top-this.originalPosition.top)/f.grid[1])*f.grid[1];d.top=this.containment?!(h<this.containment[1]||h>this.containment[3])?h:!(h<this.containment[1])?h-f.grid[1]:h+f.grid[1]:h;h=this.originalPosition.left+Math.round((d.left-this.originalPosition.left)/f.grid[0])*f.grid[0];d.left=this.containment?!(h<this.containment[0]||h>this.containment[2])?h:!(h<this.containment[0])?h-f.grid[0]:h+f.grid[0]:h}return d},mouseDrag:function(d){this.position=this.generatePosition(d);
this.positionAbs=this.convertPositionTo("absolute");a.ui.plugin.call(this,"sort",[d,this.ui()]);this.positionAbs=this.convertPositionTo("absolute");this.helper[0].style.left=this.position.left+"px";this.helper[0].style.top=this.position.top+"px";for(var f=this.items.length-1;f>=0;f--){var h=this.intersectsWithEdge(this.items[f]);if(h)if(this.items[f].item[0]!=this.currentItem[0]&&this.currentItem[h==1?"next":"prev"]()[0]!=this.items[f].item[0]&&!e(this.currentItem[0],this.items[f].item[0])&&(this.options.type==
"semi-dynamic"?!e(this.element[0],this.items[f].item[0]):true)){this.direction=h==1?"down":"up";this.rearrange(d,this.items[f]);this.propagate("change",d);break}}this.contactContainers(d);a.ui.ddmanager&&a.ui.ddmanager.drag(this,d);this.element.triggerHandler("sort",[d,this.ui()],this.options.sort);return false},rearrange:function(d,f,h,i){h?h[0].appendChild(this.currentItem[0]):f.item[0].parentNode.insertBefore(this.currentItem[0],this.direction=="down"?f.item[0]:f.item[0].nextSibling);this.counter=
this.counter?++this.counter:1;var c=this,l=this.counter;window.setTimeout(function(){l==c.counter&&c.refreshPositions(!i)},0);this.options.placeholder&&this.options.placeholder.update.call(this.element,this.currentItem,this.placeholder)},mouseStop:function(d,f){a.ui.ddmanager&&!this.options.dropBehaviour&&a.ui.ddmanager.drop(this,d);if(this.options.revert){var h=this;f=h.currentItem.offset();if(h.placeholder)h.placeholder.animate({opacity:"hide"},(parseInt(this.options.revert,10)||500)-50);a(this.helper).animate({left:f.left-
this.offset.parent.left-h.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:f.top-this.offset.parent.top-h.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){h.clear(d)})}else this.clear(d,f);return false},clear:function(d,f){if(this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])this.propagate("update",
d,null,f);if(!e(this.element[0],this.currentItem[0])){this.propagate("remove",d,null,f);for(var h=this.containers.length-1;h>=0;h--)if(e(this.containers[h].element[0],this.currentItem[0])){this.containers[h].propagate("update",d,this,f);this.containers[h].propagate("receive",d,this,f)}}for(h=this.containers.length-1;h>=0;h--){this.containers[h].propagate("deactivate",d,this,f);if(this.containers[h].containerCache.over){this.containers[h].propagate("out",d,this);this.containers[h].containerCache.over=
0}}this.dragging=false;if(this.cancelHelperRemoval){this.propagate("stop",d,null,f);return false}a(this.currentItem).css("visibility","");this.placeholder&&this.placeholder.remove();this.helper.remove();this.helper=null;this.propagate("stop",d,null,f);return true}}));a.extend(a.ui.sortable,{getter:"serialize toArray",defaults:{helper:"clone",tolerance:"guess",distance:1,delay:0,scroll:true,scrollSensitivity:20,scrollSpeed:20,cancel:":input",items:"> *",zIndex:1E3,dropOnEmpty:true,appendTo:"parent"}});
a.ui.plugin.add("sortable","cursor",{start:function(d,f){d=a("body");if(d.css("cursor"))f.options._cursor=d.css("cursor");d.css("cursor",f.options.cursor)},stop:function(d,f){f.options._cursor&&a("body").css("cursor",f.options._cursor)}});a.ui.plugin.add("sortable","zIndex",{start:function(d,f){d=f.helper;if(d.css("zIndex"))f.options._zIndex=d.css("zIndex");d.css("zIndex",f.options.zIndex)},stop:function(d,f){f.options._zIndex&&a(f.helper).css("zIndex",f.options._zIndex)}});a.ui.plugin.add("sortable",
"opacity",{start:function(d,f){d=f.helper;if(d.css("opacity"))f.options._opacity=d.css("opacity");d.css("opacity",f.options.opacity)},stop:function(d,f){f.options._opacity&&a(f.helper).css("opacity",f.options._opacity)}});a.ui.plugin.add("sortable","scroll",{start:function(){var d=a(this).data("sortable");d.overflowY=function(f){do{if(/auto|scroll/.test(f.css("overflow"))||/auto|scroll/.test(f.css("overflow-y")))return f;f=f.parent()}while(f[0].parentNode);return a(document)}(d.currentItem);d.overflowX=
function(f){do{if(/auto|scroll/.test(f.css("overflow"))||/auto|scroll/.test(f.css("overflow-x")))return f;f=f.parent()}while(f[0].parentNode);return a(document)}(d.currentItem);if(d.overflowY[0]!=document&&d.overflowY[0].tagName!="HTML")d.overflowYOffset=d.overflowY.offset();if(d.overflowX[0]!=document&&d.overflowX[0].tagName!="HTML")d.overflowXOffset=d.overflowX.offset()},sort:function(d,f){f=f.options;var h=a(this).data("sortable");if(h.overflowY[0]!=document&&h.overflowY[0].tagName!="HTML"){if(h.overflowYOffset.top+
h.overflowY[0].offsetHeight-d.pageY<f.scrollSensitivity)h.overflowY[0].scrollTop+=f.scrollSpeed;if(d.pageY-h.overflowYOffset.top<f.scrollSensitivity)h.overflowY[0].scrollTop-=f.scrollSpeed}else{d.pageY-a(document).scrollTop()<f.scrollSensitivity&&a(document).scrollTop(a(document).scrollTop()-f.scrollSpeed);a(window).height()-(d.pageY-a(document).scrollTop())<f.scrollSensitivity&&a(document).scrollTop(a(document).scrollTop()+f.scrollSpeed)}if(h.overflowX[0]!=document&&h.overflowX[0].tagName!="HTML"){if(h.overflowXOffset.left+
h.overflowX[0].offsetWidth-d.pageX<f.scrollSensitivity)h.overflowX[0].scrollLeft+=f.scrollSpeed;if(d.pageX-h.overflowXOffset.left<f.scrollSensitivity)h.overflowX[0].scrollLeft-=f.scrollSpeed}else{d.pageX-a(document).scrollLeft()<f.scrollSensitivity&&a(document).scrollLeft(a(document).scrollLeft()-f.scrollSpeed);a(window).width()-(d.pageX-a(document).scrollLeft())<f.scrollSensitivity&&a(document).scrollLeft(a(document).scrollLeft()+f.scrollSpeed)}}});a.ui.plugin.add("sortable","axis",{sort:function(d,
f){d=a(this).data("sortable");if(f.options.axis=="y")d.position.left=d.originalPosition.left;if(f.options.axis=="x")d.position.top=d.originalPosition.top}})})(jQuery);
(function(a){function e(h){var i;if(h&&h.constructor==Array&&h.length==3)return h;if(i=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(h))return[parseInt(i[1]),parseInt(i[2]),parseInt(i[3])];if(i=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(h))return[parseFloat(i[1])*2.55,parseFloat(i[2])*2.55,parseFloat(i[3])*2.55];if(i=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(h))return[parseInt(i[1],16),parseInt(i[2],
16),parseInt(i[3],16)];if(i=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(h))return[parseInt(i[1]+i[1],16),parseInt(i[2]+i[2],16),parseInt(i[3]+i[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(h))return f.transparent;return f[jQuery.trim(h).toLowerCase()]}function d(h,i){var c;do{c=jQuery.curCSS(h,i);if(c!=""&&c!="transparent"||jQuery.nodeName(h,"body"))break;i="backgroundColor"}while(h=h.parentNode);return e(c)}a.effects=a.effects||{};a.extend(a.effects,{save:function(h,i){for(var c=0;c<i.length;c++)i[c]!==
null&&a.data(h[0],"ec.storage."+i[c],h[0].style[i[c]])},restore:function(h,i){for(var c=0;c<i.length;c++)i[c]!==null&&h.css(i[c],a.data(h[0],"ec.storage."+i[c]))},setMode:function(h,i){if(i=="toggle")i=h.is(":hidden")?"show":"hide";return i},getBaseline:function(h,i){var c;switch(h[0]){case "top":c=0;break;case "middle":c=0.5;break;case "bottom":c=1;break;default:c=h[0]/i.height}switch(h[1]){case "left":h=0;break;case "center":h=0.5;break;case "right":h=1;break;default:h=h[1]/i.width}return{x:h,y:c}},
createWrapper:function(h){if(h.parent().attr("id")=="fxWrapper")return h;var i={width:h.outerWidth({margin:true}),height:h.outerHeight({margin:true}),"float":h.css("float")};h.wrap('<div id="fxWrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var c=h.parent();if(h.css("position")=="static"){c.css({position:"relative"});h.css({position:"relative"})}else{var l=h.css("top");if(isNaN(parseInt(l)))l="auto";var m=h.css("left");if(isNaN(parseInt(m)))m="auto";
c.css({position:h.css("position"),top:l,left:m,zIndex:h.css("z-index")}).show();h.css({position:"relative",top:0,left:0})}c.css(i);return c},removeWrapper:function(h){if(h.parent().attr("id")=="fxWrapper")return h.parent().replaceWith(h);return h},setTransition:function(h,i,c,l){l=l||{};a.each(i,function(m,n){unit=h.cssUnit(n);if(unit[0]>0)l[n]=unit[0]*c+unit[1]});return l},animateClass:function(h,i,c,l){var m=typeof c=="function"?c:l?l:null,n=typeof c=="object"?c:null;return this.each(function(){var q=
{},v=a(this),y=v.attr("style")||"";if(typeof y=="object")y=y.cssText;if(h.toggle)v.hasClass(h.toggle)?(h.remove=h.toggle):(h.add=h.toggle);var z=a.extend({},document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle);h.add&&v.addClass(h.add);h.remove&&v.removeClass(h.remove);var C=a.extend({},document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle);h.add&&v.removeClass(h.add);h.remove&&v.addClass(h.remove);for(var u in C)if(typeof C[u]!=
"function"&&C[u]&&u.indexOf("Moz")==-1&&u.indexOf("length")==-1&&C[u]!=z[u]&&(u.match(/color/i)||!u.match(/color/i)&&!isNaN(parseInt(C[u],10)))&&(z.position!="static"||z.position=="static"&&!u.match(/left|top|bottom|right/)))q[u]=C[u];v.animate(q,i,n,function(){if(typeof a(this).attr("style")=="object"){a(this).attr("style").cssText="";a(this).attr("style").cssText=y}else a(this).attr("style",y);h.add&&a(this).addClass(h.add);h.remove&&a(this).removeClass(h.remove);m&&m.apply(this,arguments)})})}});
a.fn.extend({_show:a.fn.show,_hide:a.fn.hide,__toggle:a.fn.toggle,_addClass:a.fn.addClass,_removeClass:a.fn.removeClass,_toggleClass:a.fn.toggleClass,effect:function(h,i,c,l){return a.effects[h]?a.effects[h].call(this,{method:h,options:i||{},duration:c,callback:l}):null},show:function(){if(!arguments[0]||arguments[0].constructor==Number||/(slow|normal|fast)/.test(arguments[0]))return this._show.apply(this,arguments);else{var h=arguments[1]||{};h.mode="show";return this.effect.apply(this,[arguments[0],
h,arguments[2]||h.duration,arguments[3]||h.callback])}},hide:function(){if(!arguments[0]||arguments[0].constructor==Number||/(slow|normal|fast)/.test(arguments[0]))return this._hide.apply(this,arguments);else{var h=arguments[1]||{};h.mode="hide";return this.effect.apply(this,[arguments[0],h,arguments[2]||h.duration,arguments[3]||h.callback])}},toggle:function(){if(!arguments[0]||arguments[0].constructor==Number||/(slow|normal|fast)/.test(arguments[0])||arguments[0].constructor==Function)return this.__toggle.apply(this,
arguments);else{var h=arguments[1]||{};h.mode="toggle";return this.effect.apply(this,[arguments[0],h,arguments[2]||h.duration,arguments[3]||h.callback])}},addClass:function(h,i,c,l){return i?a.effects.animateClass.apply(this,[{add:h},i,c,l]):this._addClass(h)},removeClass:function(h,i,c,l){return i?a.effects.animateClass.apply(this,[{remove:h},i,c,l]):this._removeClass(h)},toggleClass:function(h,i,c,l){return i?a.effects.animateClass.apply(this,[{toggle:h},i,c,l]):this._toggleClass(h)},morph:function(h,
i,c,l,m){return a.effects.animateClass.apply(this,[{add:i,remove:h},c,l,m])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(h){var i=this.css(h),c=[];a.each(["em","px","%","pt"],function(l,m){if(i.indexOf(m)>0)c=[parseFloat(i),m]});return c}});jQuery.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(h,i){jQuery.fx.step[i]=function(c){if(c.state==0){c.start=d(c.elem,i);c.end=e(c.end)}c.elem.style[i]=
"rgb("+[Math.max(Math.min(parseInt(c.pos*(c.end[0]-c.start[0])+c.start[0]),255),0),Math.max(Math.min(parseInt(c.pos*(c.end[1]-c.start[1])+c.start[1]),255),0),Math.max(Math.min(parseInt(c.pos*(c.end[2]-c.start[2])+c.start[2]),255),0)].join(",")+")"}});var f={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]};jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(h,i,c,l,m){return jQuery.easing[jQuery.easing.def](h,i,c,l,m)},easeInQuad:function(h,i,c,l,m){return l*(i/=m)*i+c},easeOutQuad:function(h,i,c,l,m){return-l*(i/=m)*(i-2)+c},easeInOutQuad:function(h,i,c,l,m){if((i/=m/2)<1)return l/2*i*i+c;return-l/2*(--i*(i-
2)-1)+c},easeInCubic:function(h,i,c,l,m){return l*(i/=m)*i*i+c},easeOutCubic:function(h,i,c,l,m){return l*((i=i/m-1)*i*i+1)+c},easeInOutCubic:function(h,i,c,l,m){if((i/=m/2)<1)return l/2*i*i*i+c;return l/2*((i-=2)*i*i+2)+c},easeInQuart:function(h,i,c,l,m){return l*(i/=m)*i*i*i+c},easeOutQuart:function(h,i,c,l,m){return-l*((i=i/m-1)*i*i*i-1)+c},easeInOutQuart:function(h,i,c,l,m){if((i/=m/2)<1)return l/2*i*i*i*i+c;return-l/2*((i-=2)*i*i*i-2)+c},easeInQuint:function(h,i,c,l,m){return l*(i/=m)*i*i*i*
i+c},easeOutQuint:function(h,i,c,l,m){return l*((i=i/m-1)*i*i*i*i+1)+c},easeInOutQuint:function(h,i,c,l,m){if((i/=m/2)<1)return l/2*i*i*i*i*i+c;return l/2*((i-=2)*i*i*i*i+2)+c},easeInSine:function(h,i,c,l,m){return-l*Math.cos(i/m*(Math.PI/2))+l+c},easeOutSine:function(h,i,c,l,m){return l*Math.sin(i/m*(Math.PI/2))+c},easeInOutSine:function(h,i,c,l,m){return-l/2*(Math.cos(Math.PI*i/m)-1)+c},easeInExpo:function(h,i,c,l,m){return i==0?c:l*Math.pow(2,10*(i/m-1))+c},easeOutExpo:function(h,i,c,l,m){return i==
m?c+l:l*(-Math.pow(2,-10*i/m)+1)+c},easeInOutExpo:function(h,i,c,l,m){if(i==0)return c;if(i==m)return c+l;if((i/=m/2)<1)return l/2*Math.pow(2,10*(i-1))+c;return l/2*(-Math.pow(2,-10*--i)+2)+c},easeInCirc:function(h,i,c,l,m){return-l*(Math.sqrt(1-(i/=m)*i)-1)+c},easeOutCirc:function(h,i,c,l,m){return l*Math.sqrt(1-(i=i/m-1)*i)+c},easeInOutCirc:function(h,i,c,l,m){if((i/=m/2)<1)return-l/2*(Math.sqrt(1-i*i)-1)+c;return l/2*(Math.sqrt(1-(i-=2)*i)+1)+c},easeInElastic:function(h,i,c,l,m){h=1.70158;var n=
0,q=l;if(i==0)return c;if((i/=m)==1)return c+l;n||(n=m*0.3);if(q<Math.abs(l)){q=l;h=n/4}else h=n/(2*Math.PI)*Math.asin(l/q);return-(q*Math.pow(2,10*(i-=1))*Math.sin((i*m-h)*2*Math.PI/n))+c},easeOutElastic:function(h,i,c,l,m){h=1.70158;var n=0,q=l;if(i==0)return c;if((i/=m)==1)return c+l;n||(n=m*0.3);if(q<Math.abs(l)){q=l;h=n/4}else h=n/(2*Math.PI)*Math.asin(l/q);return q*Math.pow(2,-10*i)*Math.sin((i*m-h)*2*Math.PI/n)+l+c},easeInOutElastic:function(h,i,c,l,m){h=1.70158;var n=0,q=l;if(i==0)return c;
if((i/=m/2)==2)return c+l;n||(n=m*0.3*1.5);if(q<Math.abs(l)){q=l;h=n/4}else h=n/(2*Math.PI)*Math.asin(l/q);if(i<1)return-0.5*q*Math.pow(2,10*(i-=1))*Math.sin((i*m-h)*2*Math.PI/n)+c;return q*Math.pow(2,-10*(i-=1))*Math.sin((i*m-h)*2*Math.PI/n)*0.5+l+c},easeInBack:function(h,i,c,l,m,n){if(n==undefined)n=1.70158;return l*(i/=m)*i*((n+1)*i-n)+c},easeOutBack:function(h,i,c,l,m,n){if(n==undefined)n=1.70158;return l*((i=i/m-1)*i*((n+1)*i+n)+1)+c},easeInOutBack:function(h,i,c,l,m,n){if(n==undefined)n=1.70158;
if((i/=m/2)<1)return l/2*i*i*(((n*=1.525)+1)*i-n)+c;return l/2*((i-=2)*i*(((n*=1.525)+1)*i+n)+2)+c},easeInBounce:function(h,i,c,l,m){return l-jQuery.easing.easeOutBounce(h,m-i,0,l,m)+c},easeOutBounce:function(h,i,c,l,m){return(i/=m)<1/2.75?l*7.5625*i*i+c:i<2/2.75?l*(7.5625*(i-=1.5/2.75)*i+0.75)+c:i<2.5/2.75?l*(7.5625*(i-=2.25/2.75)*i+0.9375)+c:l*(7.5625*(i-=2.625/2.75)*i+0.984375)+c},easeInOutBounce:function(h,i,c,l,m){if(i<m/2)return jQuery.easing.easeInBounce(h,i*2,0,l,m)*0.5+c;return jQuery.easing.easeOutBounce(h,
i*2-m,0,l,m)*0.5+l*0.5+c}})})(jQuery);
(function(a){a.effects.highlight=function(e){return this.queue(function(){var d=a(this),f=["backgroundImage","backgroundColor","opacity"],h=a.effects.setMode(d,e.options.mode||"show"),i=e.options.color||"#ffff99",c=d.css("backgroundColor");a.effects.save(d,f);d.show();d.css({backgroundImage:"none",backgroundColor:i});i={backgroundColor:c};if(h=="hide")i.opacity=0;d.animate(i,{queue:false,duration:e.duration,easing:e.options.easing,complete:function(){h=="hide"&&d.hide();a.effects.restore(d,f);h==
"show"&&jQuery.browser.msie&&this.style.removeAttribute("filter");e.callback&&e.callback.apply(this,arguments);d.dequeue()}})})}})(jQuery);/*
 Copyright (c) 2008 Martin Laine

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
*/
var AudioPlayer=function(){function a(l){if(document.all&&!window[l])for(var m=0;m<document.forms.length;m++)if(document.forms[m][l])return document.forms[m][l];return document.all?window[l]:document[l]}function e(l,m,n){a(l).addListener(m,n)}var d=[],f,h="",i={},c=-1;return{setup:function(l,m){h=l;i=m},getPlayer:function(l){return a(l)},addListener:function(l,m,n){e(l,m,n)},embed:function(l,m){var n={},q,v={},y={},z={};for(q in i)n[q]=i[q];for(q in m)n[q]=m[q];if(n.transparentpagebg=="yes"){v.bgcolor=
"#FFFFFF";v.wmode="transparent"}else{if(n.pagebg)v.bgcolor="#"+n.pagebg;v.wmode="opaque"}v.menu="false";for(q in n)q=="pagebg"||q=="width"||q=="transparentpagebg"||(y[q]=n[q]);z.name=l;z.style="outline: none";y.playerID=l;swfobject.embedSWF(h,l,n.width.toString(),"24","9",false,y,v,z);d.push(l)},syncVolumes:function(l,m){c=m;for(m=0;m<d.length;m++)d[m]!=l&&a(d[m]).setVolume(c)},activate:function(l){f&&f!=l&&a(f).close();f=l},load:function(l,m,n,q){a(l).load(m,n,q)},close:function(l){a(l).close();
if(l==f)f=null},open:function(l,m){if(m==undefined)m=1;a(l).open(m==undefined?0:m-1)},getVolume:function(){return c}}}();/*
 !	SWFObject v2.2 <http://code.google.com/p/swfobject/> 
 is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var swfobject=function(){function a(){if(!I){try{var r=j.getElementsByTagName("body")[0].appendChild(B("span"));r.parentNode.removeChild(r)}catch(t){return}I=true;r=o.length;for(var A=0;A<r;A++)o[A]()}}function e(r){if(I)r();else o[o.length]=r}function d(r){if(typeof g.addEventListener!=R)g.addEventListener("load",r,false);else if(typeof j.addEventListener!=R)j.addEventListener("load",r,false);else if(typeof g.attachEvent!=R)K(g,"onload",r);else if(typeof g.onload=="function"){var t=g.onload;g.onload=
function(){t();r()}}else g.onload=r}function f(){p?h():i()}function h(){var r=j.getElementsByTagName("body")[0],t=B(Q);t.setAttribute("type",Y);var A=r.appendChild(t);if(A){var E=0;(function(){if(typeof A.GetVariable!=R){var G=A.GetVariable("$version");if(G){G=G.split(" ")[1].split(",");D.pv=[parseInt(G[0],10),parseInt(G[1],10),parseInt(G[2],10)]}}else if(E<10){E++;setTimeout(arguments.callee,10);return}r.removeChild(t);A=null;i()})()}else i()}function i(){var r=s.length;if(r>0)for(var t=0;t<r;t++){var A=
s[t].id,E=s[t].callbackFn,G={success:false,id:A};if(D.pv[0]>0){var N=u(A);if(N)if(L(s[t].swfVersion)&&!(D.wk&&D.wk<312)){M(A,true);if(E){G.success=true;G.ref=c(A);E(G)}}else if(s[t].expressInstall&&l()){G={};G.data=s[t].expressInstall;G.width=N.getAttribute("width")||"0";G.height=N.getAttribute("height")||"0";if(N.getAttribute("class"))G.styleclass=N.getAttribute("class");if(N.getAttribute("align"))G.align=N.getAttribute("align");var O={};N=N.getElementsByTagName("param");for(var T=N.length,V=0;V<
T;V++)if(N[V].getAttribute("name").toLowerCase()!="movie")O[N[V].getAttribute("name")]=N[V].getAttribute("value");m(G,O,A,E)}else{n(N);E&&E(G)}}else{M(A,true);if(E){if((A=c(A))&&typeof A.SetVariable!=R){G.success=true;G.ref=A}E(G)}}}}function c(r){var t=null;if((r=u(r))&&r.nodeName=="OBJECT")if(typeof r.SetVariable!=R)t=r;else if(r=r.getElementsByTagName(Q)[0])t=r;return t}function l(){return!U&&L("6.0.65")&&(D.win||D.mac)&&!(D.wk&&D.wk<312)}function m(r,t,A,E){U=true;S=E||null;P={success:false,id:A};
var G=u(A);if(G){if(G.nodeName=="OBJECT"){J=q(G);H=null}else{J=G;H=A}r.id=b;if(typeof r.width==R||!/%$/.test(r.width)&&parseInt(r.width,10)<310)r.width="310";if(typeof r.height==R||!/%$/.test(r.height)&&parseInt(r.height,10)<137)r.height="137";j.title=j.title.slice(0,47)+" - Flash Player Installation";E=D.ie&&D.win?"ActiveX":"PlugIn";E="MMredirectURL="+g.location.toString().replace(/&/g,"%26")+"&MMplayerType="+E+"&MMdoctitle="+j.title;if(typeof t.flashvars!=R)t.flashvars+="&"+E;else t.flashvars=E;
if(D.ie&&D.win&&G.readyState!=4){E=B("div");A+="SWFObjectNew";E.setAttribute("id",A);G.parentNode.insertBefore(E,G);G.style.display="none";(function(){G.readyState==4?G.parentNode.removeChild(G):setTimeout(arguments.callee,10)})()}v(r,t,A)}}function n(r){if(D.ie&&D.win&&r.readyState!=4){var t=B("div");r.parentNode.insertBefore(t,r);t.parentNode.replaceChild(q(r),t);r.style.display="none";(function(){r.readyState==4?r.parentNode.removeChild(r):setTimeout(arguments.callee,10)})()}else r.parentNode.replaceChild(q(r),
r)}function q(r){var t=B("div");if(D.win&&D.ie)t.innerHTML=r.innerHTML;else if(r=r.getElementsByTagName(Q)[0])if(r=r.childNodes)for(var A=r.length,E=0;E<A;E++)!(r[E].nodeType==1&&r[E].nodeName=="PARAM")&&r[E].nodeType!=8&&t.appendChild(r[E].cloneNode(true));return t}function v(r,t,A){var E,G=u(A);if(D.wk&&D.wk<312)return E;if(G){if(typeof r.id==R)r.id=A;if(D.ie&&D.win){var N="";for(var O in r)if(r[O]!=Object.prototype[O])if(O.toLowerCase()=="data")t.movie=r[O];else if(O.toLowerCase()=="styleclass")N+=
' class="'+r[O]+'"';else if(O.toLowerCase()!="classid")N+=" "+O+'="'+r[O]+'"';O="";for(var T in t)if(t[T]!=Object.prototype[T])O+='<param name="'+T+'" value="'+t[T]+'" />';G.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+N+">"+O+"</object>";w[w.length]=r.id;E=u(r.id)}else{T=B(Q);T.setAttribute("type",Y);for(N in r)if(r[N]!=Object.prototype[N])if(N.toLowerCase()=="styleclass")T.setAttribute("class",r[N]);else N.toLowerCase()!="classid"&&T.setAttribute(N,r[N]);for(var V in t)t[V]!=
Object.prototype[V]&&V.toLowerCase()!="movie"&&y(T,V,t[V]);G.parentNode.replaceChild(T,G);E=T}}return E}function y(r,t,A){var E=B("param");E.setAttribute("name",t);E.setAttribute("value",A);r.appendChild(E)}function z(r){var t=u(r);if(t&&t.nodeName=="OBJECT")if(D.ie&&D.win){t.style.display="none";(function(){t.readyState==4?C(r):setTimeout(arguments.callee,10)})()}else t.parentNode.removeChild(t)}function C(r){if(r=u(r)){for(var t in r)if(typeof r[t]=="function")r[t]=null;r.parentNode.removeChild(r)}}
function u(r){var t=null;try{t=j.getElementById(r)}catch(A){}return t}function B(r){return j.createElement(r)}function K(r,t,A){r.attachEvent(t,A);x[x.length]=[r,t,A]}function L(r){var t=D.pv;r=r.split(".");r[0]=parseInt(r[0],10);r[1]=parseInt(r[1],10)||0;r[2]=parseInt(r[2],10)||0;return t[0]>r[0]||t[0]==r[0]&&t[1]>r[1]||t[0]==r[0]&&t[1]==r[1]&&t[2]>=r[2]?true:false}function F(r,t,A,E){if(!(D.ie&&D.mac)){var G=j.getElementsByTagName("head")[0];if(G){A=A&&typeof A=="string"?A:"screen";if(E)Z=W=null;
if(!W||Z!=A){E=B("style");E.setAttribute("type","text/css");E.setAttribute("media",A);W=G.appendChild(E);if(D.ie&&D.win&&typeof j.styleSheets!=R&&j.styleSheets.length>0)W=j.styleSheets[j.styleSheets.length-1];Z=A}if(D.ie&&D.win)W&&typeof W.addRule==Q&&W.addRule(r,t);else W&&typeof j.createTextNode!=R&&W.appendChild(j.createTextNode(r+" {"+t+"}"))}}}function M(r,t){if(da){t=t?"visible":"hidden";if(I&&u(r))u(r).style.visibility=t;else F("#"+r,"visibility:"+t)}}function X(r){return/[\\\"<>\.;]/.exec(r)!=
null&&typeof encodeURIComponent!=R?encodeURIComponent(r):r}var R="undefined",Q="object",Y="application/x-shockwave-flash",b="SWFObjectExprInst",g=window,j=document,k=navigator,p=false,o=[f],s=[],w=[],x=[],J,H,S,P,I=false,U=false,W,Z,da=true,D=function(){var r=typeof j.getElementById!=R&&typeof j.getElementsByTagName!=R&&typeof j.createElement!=R,t=k.userAgent.toLowerCase(),A=k.platform.toLowerCase(),E=A?/win/.test(A):/win/.test(t);A=A?/mac/.test(A):/mac/.test(t);t=/webkit/.test(t)?parseFloat(t.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,
"$1")):false;var G=!+"\u000b1",N=[0,0,0],O=null;if(typeof k.plugins!=R&&typeof k.plugins["Shockwave Flash"]==Q){if((O=k.plugins["Shockwave Flash"].description)&&!(typeof k.mimeTypes!=R&&k.mimeTypes[Y]&&!k.mimeTypes[Y].enabledPlugin)){p=true;G=false;O=O.replace(/^.*\s+(\S+\s+\S+$)/,"$1");N[0]=parseInt(O.replace(/^(.*)\..*$/,"$1"),10);N[1]=parseInt(O.replace(/^.*\.(.*)\s.*$/,"$1"),10);N[2]=/[a-zA-Z]/.test(O)?parseInt(O.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else if(typeof g.ActiveXObject!=R)try{var T=
new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(T)if(O=T.GetVariable("$version")){G=true;O=O.split(" ")[1].split(",");N=[parseInt(O[0],10),parseInt(O[1],10),parseInt(O[2],10)]}}catch(V){}return{w3:r,pv:N,wk:t,ie:G,win:E,mac:A}}();(function(){if(D.w3){if(typeof j.readyState!=R&&j.readyState=="complete"||typeof j.readyState==R&&(j.getElementsByTagName("body")[0]||j.body))a();if(!I){typeof j.addEventListener!=R&&j.addEventListener("DOMContentLoaded",a,false);if(D.ie&&D.win){j.attachEvent("onreadystatechange",
function(){if(j.readyState=="complete"){j.detachEvent("onreadystatechange",arguments.callee);a()}});g==top&&function(){if(!I){try{j.documentElement.doScroll("left")}catch(r){setTimeout(arguments.callee,0);return}a()}}()}D.wk&&function(){I||(/loaded|complete/.test(j.readyState)?a():setTimeout(arguments.callee,0))}();d(a)}}})();(function(){D.ie&&D.win&&window.attachEvent("onunload",function(){for(var r=x.length,t=0;t<r;t++)x[t][0].detachEvent(x[t][1],x[t][2]);r=w.length;for(t=0;t<r;t++)z(w[t]);for(var A in D)D[A]=
null;D=null;for(var E in swfobject)swfobject[E]=null;swfobject=null})})();return{registerObject:function(r,t,A,E){if(D.w3&&r&&t){var G={};G.id=r;G.swfVersion=t;G.expressInstall=A;G.callbackFn=E;s[s.length]=G;M(r,false)}else E&&E({success:false,id:r})},getObjectById:function(r){if(D.w3)return c(r)},embedSWF:function(r,t,A,E,G,N,O,T,V,ca){var ea={success:false,id:t};if(D.w3&&!(D.wk&&D.wk<312)&&r&&t&&A&&E&&G){M(t,false);e(function(){A+="";E+="";var ba={};if(V&&typeof V===Q)for(var aa in V)ba[aa]=V[aa];
ba.data=r;ba.width=A;ba.height=E;aa={};if(T&&typeof T===Q)for(var fa in T)aa[fa]=T[fa];if(O&&typeof O===Q)for(var ga in O)if(typeof aa.flashvars!=R)aa.flashvars+="&"+ga+"="+O[ga];else aa.flashvars=ga+"="+O[ga];if(L(G)){fa=v(ba,aa,t);ba.id==t&&M(t,true);ea.success=true;ea.ref=fa}else if(N&&l()){ba.data=N;m(ba,aa,t,ca);return}else M(t,true);ca&&ca(ea)})}else ca&&ca(ea)},switchOffAutoHideShow:function(){da=false},ua:D,getFlashPlayerVersion:function(){return{major:D.pv[0],minor:D.pv[1],release:D.pv[2]}},
hasFlashPlayerVersion:L,createSWF:function(r,t,A){if(D.w3)return v(r,t,A)},showExpressInstall:function(r,t,A,E){D.w3&&l()&&m(r,t,A,E)},removeSWF:function(r){D.w3&&z(r)},createCSS:function(r,t,A,E){D.w3&&F(r,t,A,E)},addDomLoadEvent:e,addLoadEvent:d,callDomLoadFunctions:a,getQueryParamValue:function(r){var t=j.location.search||j.location.hash;if(t){if(/\?/.test(t))t=t.split("?")[1];if(r==null)return X(t);t=t.split("&");for(var A=0;A<t.length;A++)if(t[A].substring(0,t[A].indexOf("="))==r)return X(t[A].substring(t[A].indexOf("=")+
1))}return""},expressInstallCallback:function(){if(U){var r=u(b);if(r&&J){r.parentNode.replaceChild(J,r);if(H){M(H,true);if(D.ie&&D.win)J.style.display="block"}S&&S(P)}U=false}}}}();PONS.immediateWithJQuery();
