/*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ "undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window):t(jQuery,window)}(function(s,n){"use strict";function e(e){return 0<=function(e,t){for(var r=/^(\d+)\.(\d+)\.(\d+)/,n=r.exec(e)||[],o=r.exec(t)||[],a=1;a<=3;a++){if(+o[a]<+n[a])return 1;if(+n[a]<+o[a])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion="3.4.1";var t=Object.create(null);s.migrateDisablePatches=function(){for(var e=0;e\x20\t\r\n\f]*)[^>]*)\/>/gi;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.migrateEnablePatches("self-closed-tags")},i(s,"htmlPrefilter",function(e){var t,r;return(r=(t=e).replace(F,"<$1>"))!==t&&T(t)!==T(r)&&u("self-closed-tags","HTML tags must be properly nested and closed: "+t),e.replace(F,"<$1>")},"self-closed-tags"),s.migrateDisablePatches("self-closed-tags");var D,W,_,I=s.fn.offset;return i(s.fn,"offset",function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?I.apply(this,arguments):(u("offset-valid-elem","jQuery.fn.offset() requires a valid DOM element"),arguments.length?this:void 0)},"offset-valid-elem"),s.ajax&&(D=s.param,i(s,"param",function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("param-ajax-traditional","jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),D.call(this,e,t)},"param-ajax-traditional")),c(s.fn,"andSelf",s.fn.addBack,"andSelf","jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),s.Deferred&&(W=s.Deferred,_=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]],i(s,"Deferred",function(e){var a=W(),i=a.promise();function t(){var o=arguments;return s.Deferred(function(n){s.each(_,function(e,t){var r="function"==typeof o[e]&&o[e];a[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===i?n.promise():this,r?[e]:arguments)})}),o=null}).promise()}return c(a,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),c(i,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),e&&e.call(a,a),a},"deferred-pipe"),s.Deferred.exceptionHook=W.exceptionHook),s}); (function($){'use strict';$(window).load(function(){var winHeight=$(window).height(),docHeight=$(document).height();var max=docHeight-winHeight;$('.catchProgressbar').attr('max',max);var value=$(window).scrollTop();$('.catchProgressbar').attr('value',value);$(document).on('scroll',function(){value=$(window).scrollTop();$('.catchProgressbar').attr('value',value);});});})(jQuery); /*! jQuery UI - v1.13.3 - 2024-04-26 * https://jqueryui.com * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js * Copyright jQuery Foundation and other contributors; Licensed MIT */ !function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";var t,e,i,n,W,C,o,s,r,l,a,h,u;function E(t,e,i){return[parseFloat(t[0])*(a.test(t[0])?e/100:1),parseFloat(t[1])*(a.test(t[1])?i/100:1)]}function L(t,e){return parseInt(x.css(t,e),10)||0}function N(t){return null!=t&&t===t.window}x.ui=x.ui||{},x.ui.version="1.13.3", /*! * jQuery UI :data 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ x.extend(x.expr.pseudos,{data:x.expr.createPseudo?x.expr.createPseudo(function(e){return function(t){return!!x.data(t,e)}}):function(t,e,i){return!!x.data(t,i[3])}}), /*! * jQuery UI Disable Selection 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ x.fn.extend({disableSelection:(t="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}),enableSelection:function(){return this.off(".ui-disableSelection")}}), /*! * jQuery UI Focusable 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ x.ui.focusable=function(t,e){var i,n,o,s=t.nodeName.toLowerCase();return"area"===s?(o=(i=t.parentNode).name,!(!t.href||!o||"map"!==i.nodeName.toLowerCase())&&0<(i=x("img[usemap='#"+o+"']")).length&&i.is(":visible")):(/^(input|select|textarea|button|object)$/.test(s)?(n=!t.disabled)&&(o=x(t).closest("fieldset")[0])&&(n=!o.disabled):n="a"===s&&t.href||e,n&&x(t).is(":visible")&&function(t){var e=t.css("visibility");for(;"inherit"===e;)t=t.parent(),e=t.css("visibility");return"visible"===e}(x(t)))},x.extend(x.expr.pseudos,{focusable:function(t){return x.ui.focusable(t,null!=x.attr(t,"tabindex"))}}),x.fn._form=function(){return"string"==typeof this[0].form?this.closest("form"):x(this[0].form)}, /*! * jQuery UI Form Reset Mixin 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ x.ui.formResetMixin={_formResetHandler:function(){var e=x(this);setTimeout(function(){var t=e.data("ui-form-reset-instances");x.each(t,function(){this.refresh()})})},_bindFormResetHandler:function(){var t;this.form=this.element._form(),this.form.length&&((t=this.form.data("ui-form-reset-instances")||[]).length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t))},_unbindFormResetHandler:function(){var t;this.form.length&&((t=this.form.data("ui-form-reset-instances")).splice(x.inArray(this,t),1),t.length?this.form.data("ui-form-reset-instances",t):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset"))}},x.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()), /*! * jQuery UI Support for jQuery core 1.8.x and newer 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * */ x.expr.pseudos||(x.expr.pseudos=x.expr[":"]),x.uniqueSort||(x.uniqueSort=x.unique),x.escapeSelector||(e=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,i=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},x.escapeSelector=function(t){return(t+"").replace(e,i)}),x.fn.even&&x.fn.odd||x.fn.extend({even:function(){return this.filter(function(t){return t%2==0})},odd:function(){return this.filter(function(t){return t%2==1})}}), /*! * jQuery UI Keycode 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ x.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}, /*! * jQuery UI Labels 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ x.fn.labels=function(){var t,e,i;return this.length?this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(e=this.eq(0).parents("label"),(t=this.attr("id"))&&(i=(i=this.eq(0).parents().last()).add((i.length?i:this).siblings()),t="label[for='"+x.escapeSelector(t)+"']",e=e.add(i.find(t).addBack(t))),this.pushStack(e)):this.pushStack([])},x.ui.plugin={add:function(t,e,i){var n,o=x.ui[t].prototype;for(n in i)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([e,i[n]])},call:function(t,e,i,n){var o,s=t.plugins[e];if(s&&(n||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(o=0;o
")).children()[0],x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),n=t-i)},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthW(C(n),C(o))?s.important="horizontal":s.important="vertical",f.using.call(this,t,s)}),r.offset(x.extend(h,{using:t}))})):h.apply(this,arguments)},x.ui.position={fit:{left:function(t,e){var i,n=e.within,o=n.isWindow?n.scrollLeft:n.offset.left,n=n.width,s=t.left-e.collisionPosition.marginLeft,r=o-s,l=s+e.collisionWidth-n-o;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=c++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,n,o,s=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(s={},t=(i=t.split(".")).shift(),i.length){for(n=s[t]=x.widget.extend({},this.options[t]),o=0;o',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},x={}.hasOwnProperty,y;!B(x,"undefined")&&!B(x.call,"undefined")?y=function(a,b){return x.call(a,b)}:y=function(a,b){return b in a&&B(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=u.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(u.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(u.call(arguments)))};return e}),q.csstransforms=function(){return!!F("transform")},q.csstransforms3d=function(){var a=!!F("perspective");return a&&"webkitPerspective"in g.style&&w("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},q.csstransitions=function(){return F("transition")};for(var G in q)y(q,G)&&(v=G.toLowerCase(),e[v]=q[G](),t.push((e[v]?"":"no-")+v));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)y(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},z(""),i=k=null,e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.testProp=function(a){return D([a])},e.testAllProps=F,e.testStyles=w,e.prefixed=function(a,b,c){return b?F(a,b,c):F(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+t.join(" "):""),e}(this,this.document); jQuery(document).ready(function(e){jQuery("#sfsi_plus_floater").attr("data-top",jQuery(document).height());});function sfsiplus_showErrorSuc(s,i,e){if("error"==s)var t="errorMsg";else var t="sucMsg";return SFSI(".tab"+e+">."+t).html(i),SFSI(".tab"+e+">."+t).show(),SFSI(".tab"+e+">."+t),setTimeout(function(){SFSI("."+t).slideUp("slow");},5e3),!1;} function sfsiplus_beForeLoad(){SFSI(".loader-img").show(),SFSI(".save_button >a").html("Saving..."),SFSI(".save_button >a").css("pointer-events","none");} function sfsi_plus_make_popBox(){var s=0;SFSI(".plus_sfsi_sample_icons >li").each(function(){"none"!=SFSI(this).css("display")&&(s=1);}),0==s?SFSI(".sfsi_plus_Popinner").hide():SFSI(".sfsi_plus_Popinner").show(),""!=SFSI('input[name="sfsi_plus_popup_text"]').val()?(SFSI(".sfsi_plus_Popinner >h2").html(SFSI('input[name="sfsi_plus_popup_text"]').val()),SFSI(".sfsi_plus_Popinner >h2").show()):SFSI(".sfsi_plus_Popinner >h2").hide(),SFSI(".sfsi_plus_Popinner").css({"border-color":SFSI('input[name="sfsi_plus_popup_border_color"]').val(),"border-width":SFSI('input[name="sfsi_plus_popup_border_thickness"]').val(),"border-style":"solid"}),SFSI(".sfsi_plus_Popinner").css("background-color",SFSI('input[name="sfsi_plus_popup_background_color"]').val()),SFSI(".sfsi_plus_Popinner h2").css("font-family",SFSI("#sfsi_plus_popup_font").val()),SFSI(".sfsi_plus_Popinner h2").css("font-style",SFSI("#sfsi_plus_popup_fontStyle").val()),SFSI(".sfsi_plus_Popinner >h2").css("font-size",parseInt(SFSI('input[name="sfsi_plus_popup_fontSize"]').val())),SFSI(".sfsi_plus_Popinner >h2").css("color",SFSI('input[name="sfsi_plus_popup_fontColor"]').val()+" !important"),"yes"==SFSI('input[name="sfsi_plus_popup_border_shadow"]:checked').val()?SFSI(".sfsi_plus_Popinner").css("box-shadow","12px 30px 18px #CCCCCC"):SFSI(".sfsi_plus_Popinner").css("box-shadow","none");} function sfsi_plus_stick_widget(s){0==sfsiplus_initTop.length&&(SFSI(".sfsi_plus_widget").each(function(s){sfsiplus_initTop[s]=SFSI(this).position().top;}));var i=SFSI(window).scrollTop(),e=[],t=[];SFSI(".sfsi_plus_widget").each(function(s){e[s]=SFSI(this).position().top,t[s]=SFSI(this);});var n=!1;for(var o in e){var a=parseInt(o)+1;e[o]i&&a1&&(c=e.length-2),sfsiplus_initTop[r]=0&&SFSI(t[c]).css({position:"",top:sfsiplus_initTop[c]})):(SFSI(t[r]).css({position:"",top:sfsiplus_initTop[r]}),c>=0&&e[c]0?(window.removeEventListener("scroll",iplus),aplus-=rplus*oplus,SFSI("#sfsi_plus_floater").css({top:(aplus+t).toString()+"px"}),setTimeout(iplus,n)):window.addEventListener("scroll",iplus,!1);} SFSI(window).scroll(function(){var documentheight=SFSI("#sfsi_plus_floater").attr("data-top");var fltrhght=parseInt(SFSI("#sfsi_plus_floater").height());var fltrtp=parseInt(SFSI("#sfsi_plus_floater").css("top"));if(parseInt(fltrhght)+parseInt(fltrtp)<=documentheight){window.addEventListener("scroll",iplus,!1);}else{window.removeEventListener("scroll",iplus);SFSI("#sfsi_plus_floater").css("top",documentheight+"px");}});if("center"==s){var t=(jQuery(window).height()-SFSI("#sfsi_plus_floater").height())/2;}else if("bottom"==s){var t=window.innerHeight-(SFSI("#sfsi_plus_floater").height()+parseInt(SFSI('#sfsi_plus_floater').css('margin-bottom')));}else{var t=parseInt(s);} var n=50,oplus=.1,aplus=0,rplus=0;} function sfsi_plus_shuffle(){var $=window.jQuery;return SFSI('.sfsi_plus_wDiv').each(function(index,container){var s=[];SFSI(container).find(".sfsi_plus_wicons ").animate({opacity:0},500,function(){s=SFSI(container).find(".sfsi_plus_wicons ");s=sfsiplus_Shuffle(s);for(var i=0;i'),SFSI("head").append(''),SFSI("head").append(''),SFSI(document).click(function(s){var i=SFSI(".sfsi_plus_FrntInner_changedmonad"),e=SFSI(".sfsi_plus_wDiv"),t=SFSI("#at15s");i.is(s.target)||0!==i.has(s.target).length||e.is(s.target)||0!==e.has(s.target).length||t.is(s.target)||0!==t.has(s.target).length||i.fadeOut();}),SFSI("div.sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseover(function(){SFSI(this).attr("src",sfsi_plus_ajax_object.plugin_url+"images/visit_icons/linkedIn_hover.svg");}),SFSI("div.sfsiplusid_linkedin").find(".icon4").find("a").find("img").mouseleave(function(){SFSI(this).attr("src",sfsi_plus_ajax_object.plugin_url+"images/visit_icons/linkedIn.svg");}),SFSI("div.sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseover(function(){SFSI(this).attr("src",sfsi_plus_ajax_object.plugin_url+"images/visit_icons/youtube_hover.svg");}),SFSI("div.sfsiplusid_youtube").find(".icon1").find("a").find("img").mouseleave(function(){SFSI(this).attr("src",sfsi_plus_ajax_object.plugin_url+"images/visit_icons/youtube.svg");}),SFSI("div.sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseover(function(){SFSI(this).css("opacity","0.9");}),SFSI("div.sfsiplusid_facebook").find(".icon1").find("a").find("img").mouseleave(function(){SFSI(this).css("opacity","1");}),SFSI("div.sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseover(function(){SFSI(this).css("opacity","0.9");}),SFSI("div.sfsiplusid_twitter").find(".cstmicon1").find("a").find("img").mouseleave(function(){SFSI(this).css("opacity","1");}),SFSI(".pop-up").on("click",function(){("fbex-s2"==SFSI(this).attr("data-id")||"linkex-s2"==SFSI(this).attr("data-id"))&&(SFSI("."+SFSI(this).attr("data-id")).hide(),SFSI("."+SFSI(this).attr("data-id")).css("opacity","1"),SFSI("."+SFSI(this).attr("data-id")).css("z-index","1000")),SFSI("."+SFSI(this).attr("data-id")).show("slow");}),SFSI(document).on("click",'#close_popup',function(){SFSI(".read-overlay").hide("slow");});var e=0;sfsi_plus_make_popBox(),SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("keyup",sfsi_plus_make_popBox),SFSI('input[name="sfsi_plus_popup_text"] ,input[name="sfsi_plus_popup_background_color"],input[name="sfsi_plus_popup_border_color"],input[name="sfsi_plus_popup_border_thickness"],input[name="sfsi_plus_popup_fontSize"],input[name="sfsi_plus_popup_fontColor"]').on("focus",sfsi_plus_make_popBox),SFSI("#sfsi_plus_popup_font ,#sfsi_plus_popup_fontStyle").on("change",sfsi_plus_make_popBox),SFSI(document).on("click",'.radio',function(){var s=SFSI(this).parent().find("input:radio:first");"sfsi_plus_popup_border_shadow"==s.attr("name")&&sfsi_plus_make_popBox();}),/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?SFSI("img.sfsi_wicon").on("click",function(s){s.stopPropagation();var i=SFSI("#sfsi_plus_floater_sec").val();SFSI("div.sfsi_plus_wicons").css("z-index","0"),SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),SFSI(this).parent().parent().parent().parent().siblings("li").length>0&&(SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index","0"),SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),SFSI(this).parent().parent().parent().css("z-index","1000000"),SFSI(this).parent().parent().css({"z-index":"999"}),SFSI(this).attr("data-effect")&&"fade_in"==SFSI(this).attr("data-effect")&&(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("data-effect")&&"scale"==SFSI(this).attr("data-effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("data-effect")&&"combo"==SFSI(this).attr("data-effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parent().css("opacity","1"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10})),("top-left"==i||"top-right"==i)&&SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length>0&&"sfsi_plus_floater"==SFSI(this).parent().parent().parent().parent().attr("id")?(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()):(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":1e3}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());}):SFSI(document).on("mouseenter","img.sfsi_wicon",function(){var s=SFSI("#sfsi_plus_floater_sec").val();SFSI("div.sfsi_plus_wicons").css("z-index","0"),SFSI(this).parent().parent().parent().siblings("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide(),SFSI(this).parent().parent().parent().parent().siblings("li").length>0&&(SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_tool_tip_2").css("z-index","0"),SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_plus_wicons").find(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide()),SFSI(this).parent().parent().parent().css("z-index","1000000"),SFSI(this).parent().parent().css({"z-index":"999"}),SFSI(this).attr("data-effect")&&"fade_in"==SFSI(this).attr("data-effect")&&(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("data-effect")&&"scale"==SFSI(this).attr("data-effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parent().css("opacity","1")),SFSI(this).attr("data-effect")&&"combo"==SFSI(this).attr("data-effect")&&(SFSI(this).parent().addClass("scale"),SFSI(this).parent().css("opacity","1"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10})),("top-left"==s||"top-right"==s)&&SFSI(this).parent().parent().parent().parent("#sfsi_plus_floater").length>0&&"sfsi_plus_floater"==SFSI(this).parent().parent().parent().parent().attr("id")?(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").addClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").addClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show()):(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find("span.bot_arow").removeClass("top_big_arow"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").removeClass("sfsi_plc_btm"),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").css({opacity:1,"z-index":10}),SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").show());if(SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").attr('id')=="sfsiplusid_twitter"||SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").hasClass("sfsiplusid_twitter")){sfsi_plus_clone=SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find(".sfsi_plus_inside .icon2 iframe").clone();SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find(".sfsi_plus_inside .icon2 iframe").detach().remove();SFSI(this).parentsUntil("div").siblings("div.sfsi_plus_tool_tip_2").find(".sfsi_plus_inside .icon2").append(sfsi_plus_clone);}}),SFSI(document).on("mouseleave","div.sfsi_plus_wicons",function(){SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn1").attr("data-effect")&&"fade_in"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn1").attr("data-effect")&&SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn1").css("opacity","0.6"),SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn1").attr("data-effect")&&"scale"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn1").attr("data-effect")&&SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn1").removeClass("scale"),SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn1").attr("data-effect")&&"combo"==SFSI(this).children("div.sfsiplus_inerCnt").children("a.sficn1").attr("data-effect")&&(SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn1").css("opacity","0.6"),SFSI(this).children("div.sfsiplus_inerCnt").find("a.sficn1").removeClass("scale"));SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").css("display","none");}),SFSI("body").on("click",function(){SFSI(".sfsiplus_inerCnt").find("div.sfsi_plus_tool_tip_2").hide();}),SFSI(".adminTooltip >a").on("hover",function(){SFSI(this).offset().top,SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","1"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").show();}),SFSI(".adminTooltip").on("mouseleave",function(){"none"!=SFSI(".sfsi_plus_gpls_tool_bdr").css("display")&&0!=SFSI(".sfsi_plus_gpls_tool_bdr").css("opacity")?SFSI(".pop_up_box ").on("click",function(){SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","0"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide();}):(SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").css("opacity","0"),SFSI(this).parent("div").find("div.sfsi_plus_tool_tip_2_inr").hide());}),SFSI(".expand-area").on("click",function(){"Read more"==SFSI(this).text()?(SFSI(this).siblings("p").children("label").fadeIn("slow"),SFSI(this).text("Collapse")):(SFSI(this).siblings("p").children("label").fadeOut("slow"),SFSI(this).text("Read more"));}),SFSI(".sfsi_plus_wDiv").length>0&&setTimeout(function(){var s=parseInt(SFSI(".sfsi_plus_wDiv").height())+15+"px";SFSI(".sfsi_plus_holders").each(function(){SFSI(this).css("height",s);});SFSI(".sfsi_plus_widget").css("min-height","auto");},200);jQuery(document).find('.wp-block-ultimate-social-media-plus-sfsi-plus-share-block').each(function(index,target){var actual_target=jQuery(target).find('.sfsi_plus_block');var align=jQuery(actual_target).attr('data-align');var maxPerRow=jQuery(actual_target).attr('data-count');var iconType=jQuery(actual_target).attr('data-icon-type');jQuery.ajax({'url':sfsi_plus_links.rest_url+'ultimate-social-media-plus/v1/icons/?url='+encodeURI(decodeURI(window.location.href))+'&ractangle_icon='+('round'==iconType?0:1),'method':'GET'}).done((response)=>{jQuery(actual_target).html(response);if(iconType=='round'){sfsi_plus_changeIconWidth(maxPerRow,target,align);}else{if('center'===align){jQuery(target).find('.sfsi_plus_block_text_before_icon').css({'display':'inherit'});} jQuery(target).css({'text-align':align});} if(window.gapi){window.gapi.plusone.go();window.gapi.plus.go();window.gapi.ytsubscribe.go();};if(window.twttr){window.twttr.widgets.load();};if(window.IN&&window.IN.parse){window.IN.parse();};if(window.addthis){if(window.addthis.toolbox){window.addthis.toolbox('.addthis_button.sficn');}else{window.addthis.init();window.addthis.toolbox('.addthis_button.sficn');}};if(window.PinUtils){window.PinUtils.build();};if(window.FB){if(window.FB.XFBML){window.FB.XFBML.parse();}};}).fail((response)=>{jQuery(actual_target).html(response.responseText.replace('/\\/g',''));});});if(undefined!==window.location.hash){switch(window.location.hash){case'#ui-id-3':jQuery('#ui-id-3').click();case'#ui-id-1':jQuery('#ui-id-1').click();}} SFSI('.usm-plus-widget__footer-text-link').on('click',function(){SFSI(this).parents('.usm-plus-widget').toggle('usm-plus-widget--open');SFSI.ajax({type:"post",dataType:"json",url:sfsi_plus_ajax_object.ajax_url,data:{action:"sfsi_plus_hide_admin_forum_notification",nonce:sfsi_plus_ajax_object.anonce},success:function(){SFSI('.usm-plus-widget').remove();}});});SFSI('.usm-plus-widget__toggle-btn').on('click',function(){var currentThis=SFSI(this);currentThis.parents('.usm-plus-widget').toggleClass('usm-plus-widget--open');var toggleStatus='';if(currentThis.parents('.usm-plus-widget').hasClass('usm-plus-widget--open')){toggleStatus='hide';}else{toggleStatus='show';} SFSI.ajax({type:"post",dataType:"json",url:sfsi_plus_ajax_object.ajax_url,data:{action:"sfsi_plus_default_hide_admin_notification",status:toggleStatus},success:function(){currentThis.addClass('sfsi-first-click-enabled');}});});});function sfsi_plus_update_iconcount(){SFSI(".wp-block-ultimate-social-media-plus-sfsi-plus-share-block").each(function(){var icon_count=SFSI(this).find(".sfsi_plus_block").attr('data-count');var icon_align=SFSI(this).find(".sfsi_plus_block").attr('data-align');if(jQuery(this).find('.sfsiplus_norm_row').length<1){setTimeout(function(){sfsi_plus_changeIconWidth(icon_count,this,icon_align);},1000);}else{sfsi_plus_changeIconWidth(icon_count,this,icon_align);}});} function sfsi_plus_changeIconWidth(per_row=null,target,icon_align){var iconWidth=parseInt(jQuery(target).find('.sfsiplus_norm_row div').css('width'))||40;var iconMargin=parseInt(jQuery(target).find('.sfsiplus_norm_row div').css('margin-left'))||0;var wrapperWidth=(iconWidth+iconMargin)*per_row;jQuery(target).find('.sfsiplus_norm_row').css({'width':wrapperWidth+'px'});jQuery(target).find('.sfsi_plus_block').css({'width':wrapperWidth+'px'});jQuery(target).find('.sfsi_plus_block_text_before_icon').css({'padding-top':'12px'});if('center'===icon_align){jQuery(target).find('.sfsi_plus_block_text_before_icon').css({'display':'inherit'});} jQuery(target).css({'text-align':icon_align});} function sfsiplushidemepopup(){SFSI(".sfsi_plus_FrntInner").fadeOut();} var sfsiplus_initTop=new Array();function sfsi_plus_wechat_follow(url){if(jQuery('.sfsi_plus_wechat_scan').length==0){jQuery('body').append("");}else{jQuery('.sfsi_plus_wechat_scan').removeClass('hide').addClass('show');}} function close_overlay(selector){if(typeof selector==="undefined"){selector='.sfsi_plus_overlay';} jQuery(selector).removeClass('show').addClass('hide');} function sfsi_plus_wechat_share(url){if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){sfsi_plus_wechat_share_mobile(url);}else{if(jQuery('.sfsi_plus_wechat_follow_overlay').length==0){jQuery('body').append("
×
\"Scan QR Code\" in WeChat and press ··· to share!
");new QRCode(jQuery('.sfsi_plus_wechat_follow_overlay .sfsi_plus_wechat_qr_display')[0],encodeURI(decodeURI(window.location.href))) jQuery('.sfsi_plus_wechat_follow_overlay .sfsi_plus_wechat_qr_display img').attr('nopin','nopin')}else{jQuery('.sfsi_plus_wechat_follow_overlay').removeClass('hide').addClass('show');}}} function sfsi_plus_wechat_share_mobile(url){if(jQuery('.sfsi_plus_wechat_follow_overlay').length==0){jQuery('body').append("
");}else{jQuery('.sfsi_plus_wechat_follow_overlay').removeClass('hide').addClass('show');}} function sfsi_copy_text_parent_input(event){var target=jQuery(event.target);input_target=target.parent().parent().parent().find('input');input_target.select();document.execCommand('copy');} function sfsi_plus_widget_set(){jQuery(".sfsi_plus_widget").each(function(index){if(jQuery(this).attr("data-position")=="widget"){var wdgt_hght=jQuery(this).children(".sfsiplus_norm_row.sfsi_plus_wDiv").height();var title_hght=jQuery(this).parent(".widget.sfsi_plus").children(".widget-title").height();var totl_hght=parseInt(title_hght)+parseInt(wdgt_hght);jQuery(this).parent(".widget.sfsi_plus").css("min-height",totl_hght+"px");}});} function sfsi_plus_time_pop_up(time_popUp){jQuery(document).ready(function($){setTimeout(function(){jQuery('.sfsi_plus_outr_div').css({'z-index':'1000000',opacity:1});jQuery('.sfsi_plus_outr_div').fadeIn();jQuery('.sfsi_plus_FrntInner').fadeIn(200);},time_popUp);});} function sfsi_plus_responsive_toggle(){jQuery(document).scroll(function($){var y=jQuery(this).scrollTop();if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){if(jQuery(window).scrollTop()+jQuery(window).height()>=jQuery(document).height()-100){jQuery('.sfsi_plus_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+"px",position:"absolute"});jQuery('.sfsi_plus_outr_div').fadeIn(200);jQuery('.sfsi_plus_FrntInner').fadeIn(200);}else{jQuery('.sfsi_plus_outr_div').fadeOut();jQuery('.sfsi_plus_FrntInner').fadeOut();}}else{if(jQuery(window).scrollTop()+jQuery(window).height()>=jQuery(document).height()-3){jQuery('.sfsi_plus_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+200+"px",position:"absolute"});jQuery('.sfsi_plus_outr_div').fadeIn(200);jQuery('.sfsi_plus_FrntInner').fadeIn(200);}else{jQuery('.sfsi_plus_outr_div').fadeOut();jQuery('.sfsi_plus_FrntInner').fadeOut();}}});} function sfsi_social_pop_up(time_popUp){jQuery(document).ready(function($){sfsi_plus_setCookie('sfsi_socialPopUp',time(),32);setTimeout(function(){jQuery('.sfsi_plus_outr_div').css({'z-index':'1000000',opacity:1});jQuery('.sfsi_plus_outr_div').fadeIn();},time_popUp);});var SFSI=jQuery.noConflict();} var sfsi_plus_functions_loaded=new CustomEvent('sfsi_plus_functions_loaded',{detail:{"abc":"def"}});window.dispatchEvent(sfsi_plus_functions_loaded);function sfsi_plus_pinterest_modal_images(event,url,title){event&&event.preventDefault();var imgSrc=[];var page_title;page_title=SFSI('meta[property="og:title"]').attr('content');if(undefined==page_title){page_title=SFSI('head title').text();} if(undefined==title){title=page_title;} if(undefined==url){url=window.location.href;} SFSI('body img').each(function(index){var src=SFSI(this).attr('src')||"";var height=SFSI(this).height();var width=SFSI(this).width();var image_title=SFSI(this).attr('title')||"";var alt=SFSI(this).attr('alt')||"";var no_pin=SFSI(this).attr('data-pin-nopin')||"";var no_pin_old=SFSI(this).attr('nopin')||"";if(src!==""&&!src.startsWith("javascript")&&height>100&&width>100&&no_pin_old!=="nopin"&&no_pin!=="true"){imgSrc.push({src:src,title:title&&""!==title?title:(image_title&&""!==image_title?image_title:alt)});}});sfsi_plus_pinterest_modal();console.log(imgSrc);if(imgSrc.length==0){var meta_img=SFSI('meta[property="og:image"]').attr('content');if(undefined==meta_img){meta_img="";} SFSI('.sfsi_plus_flex_container').app end('
')}else{SFSI.each(imgSrc,function(index,val){SFSI('.sfsi_plus_flex_container').append('
');});} event.preventDefault();} function sfsi_plus_pinterest_modal(imgs){console.log();jQuery('body').append("
"+"
"+'×'+"
"+"

Pin It on Pinterest

"+"
"+"
"+"
"+"
"+"
");} function showSuccessAlert(){var alert=document.getElementById("success-alert");alert.style.display="block";alert.style.animation="intro-animation 1s";setTimeout(function(){alert.style.animation="fade-out 2s";setTimeout(function(){alert.style.display="none";alert.style.animation="none";},2000);},3000);} function sfsi_copyLink(text){var input=document.createElement('input');input.setAttribute('value',text);document.body.appendChild(input);input.select();var result=document.execCommand('copy');document.body.removeChild(input);return result;} document.querySelectorAll('a.sfsi_copylinksficn1').forEach(function(anchor){anchor.addEventListener('click',function(){var page=window.location.href.replace(/#.*$/,'') sfsi_copyLink(page);showSuccessAlert();});}); (function(){var AjaxMonitor,Bar,DocumentMonitor,ElementMonitor,ElementTracker,EventLagMonitor,Evented,Events,NoTargetError,Pace,RequestIntercept,SOURCE_KEYS,Scaler,SocketRequestTracker,XHRRequestTracker,animation,avgAmplitude,bar,cancelAnimation,cancelAnimationFrame,defaultOptions,extend,extendNative,getFromDOM,getIntercept,handlePushState,ignoreStack,init,now,options,requestAnimationFrame,result,runAnimation,scalers,shouldIgnoreURL,shouldTrack,source,sources,uniScaler,_WebSocket,_XDomainRequest,_XMLHttpRequest,_i,_intercept,_len,_pushState,_ref,_ref1,_replaceState,__slice=[].slice,__hasProp={}.hasOwnProperty,__extends=function(child,parent){for(var key in parent){if(__hasProp.call(parent,key))child[key]=parent[key];}function ctor(){this.constructor=child;}ctor.prototype=parent.prototype;child.prototype=new ctor();child.__super__=parent.prototype;return child;},__indexOf=[].indexOf||function(item){for(var i=0,l=this.length;i=33){last=now();return fn(diff,function(){return requestAnimationFrame(tick);});}else{return setTimeout(tick,33-diff);}};return tick();};result=function(){var args,key,obj;obj=arguments[0],key=arguments[1],args=3<=arguments.length?__slice.call(arguments,2):[];if(typeof obj[key]==='function'){return obj[key].apply(obj,args);}else{return obj[key];}};extend=function(){var key,out,source,sources,val,_i,_len;out=arguments[0],sources=2<=arguments.length?__slice.call(arguments,1):[];for(_i=0,_len=sources.length;_i<_len;_i++){source=sources[_i];if(source){for(key in source){if(!__hasProp.call(source,key))continue;val=source[key];if((out[key]!=null)&&typeof out[key]==='object'&&(val!=null)&&typeof val==='object'){extend(out[key],val);}else{out[key]=val;}}}} return out;};avgAmplitude=function(arr){var count,sum,v,_i,_len;sum=count=0;for(_i=0,_len=arr.length;_i<_len;_i++){v=arr[_i];sum+=Math.abs(v);count++;} return sum/count;};getFromDOM=function(key,json){var data,e,el;if(key==null){key='options';} if(json==null){json=true;} el=document.querySelector("[data-pace-"+key+"]");if(!el){return;} data=el.getAttribute("data-pace-"+key);if(!json){return data;} try{return JSON.parse(data);}catch(_error){e=_error;return typeof console!=="undefined"&&console!==null?console.error("Error parsing inline pace options",e):void 0;}};Evented=(function(){function Evented(){} Evented.prototype.on=function(event,handler,ctx,once){var _base;if(once==null){once=false;} if(this.bindings==null){this.bindings={};} if((_base=this.bindings)[event]==null){_base[event]=[];} return this.bindings[event].push({handler:handler,ctx:ctx,once:once});};Evented.prototype.once=function(event,handler,ctx){return this.on(event,handler,ctx,true);};Evented.prototype.off=function(event,handler){var i,_ref,_results;if(((_ref=this.bindings)!=null?_ref[event]:void 0)==null){return;} if(handler==null){return delete this.bindings[event];}else{i=0;_results=[];while(i=100){progressStr='99';}else{progressStr=this.progress<10?"0":"";progressStr+=this.progress|0;} el.children[0].setAttribute('data-progress',""+progressStr);} return this.lastRenderedProgress=this.progress;};Bar.prototype.done=function(){return this.progress>=100;};return Bar;})();Events=(function(){function Events(){this.bindings={};} Events.prototype.trigger=function(name,val){var binding,_j,_len1,_ref2,_results;if(this.bindings[name]!=null){_ref2=this.bindings[name];_results=[];for(_j=0,_len1=_ref2.length;_j<_len1;_j++){binding=_ref2[_j];_results.push(binding.call(this,val));} return _results;}};Events.prototype.on=function(name,fn){var _base;if((_base=this.bindings)[name]==null){_base[name]=[];} return this.bindings[name].push(fn);};return Events;})();_XMLHttpRequest=window.XMLHttpRequest;_XDomainRequest=window.XDomainRequest;_WebSocket=window.WebSocket;extendNative=function(to,from){var e,key,val,_results;_results=[];for(key in from.prototype){try{val=from.prototype[key];if((to[key]==null)&&typeof val!=='function'){_results.push(to[key]=val);}else{_results.push(void 0);}}catch(_error){e=_error;}} return _results;};ignoreStack=[];Pace.ignore=function(){var args,fn,ret;fn=arguments[0],args=2<=arguments.length?__slice.call(arguments,1):[];ignoreStack.unshift('ignore');ret=fn.apply(null,args);ignoreStack.shift();return ret;};Pace.track=function(){var args,fn,ret;fn=arguments[0],args=2<=arguments.length?__slice.call(arguments,1):[];ignoreStack.unshift('track');ret=fn.apply(null,args);ignoreStack.shift();return ret;};shouldTrack=function(method){var _ref2;if(method==null){method='GET';} if(ignoreStack[0]==='track'){return'force';} if(!ignoreStack.length&&options.ajax){if(method==='socket'&&options.ajax.trackWebSockets){return true;}else if(_ref2=method.toUpperCase(),__indexOf.call(options.ajax.trackMethods,_ref2)>=0){return true;}} return false;};RequestIntercept=(function(_super){__extends(RequestIntercept,_super);function RequestIntercept(){var monitorXHR,_this=this;RequestIntercept.__super__.constructor.apply(this,arguments);monitorXHR=function(req){var _open;_open=req.open;return req.open=function(type,url,async){if(shouldTrack(type)){_this.trigger('request',{type:type,url:url,request:req});} return _open.apply(req,arguments);};};window.XMLHttpRequest=function(flags){var req;req=new _XMLHttpRequest(flags);monitorXHR(req);return req;};try{extendNative(window.XMLHttpRequest,_XMLHttpRequest);}catch(_error){} if(_XDomainRequest!=null){window.XDomainRequest=function(){var req;req=new _XDomainRequest;monitorXHR(req);return req;};try{extendNative(window.XDomainRequest,_XDomainRequest);}catch(_error){}} if((_WebSocket!=null)&&options.ajax.trackWebSockets){window.WebSocket=function(url,protocols){var req;if(protocols!=null){req=new _WebSocket(url,protocols);}else{req=new _WebSocket(url);} if(shouldTrack('socket')){_this.trigger('request',{type:'socket',url:url,protocols:protocols,request:req});} return req;};try{extendNative(window.WebSocket,_WebSocket);}catch(_error){}}} return RequestIntercept;})(Events);_intercept=null;getIntercept=function(){if(_intercept==null){_intercept=new RequestIntercept;} return _intercept;};shouldIgnoreURL=function(url){var pattern,_j,_len1,_ref2;_ref2=options.ajax.ignoreURLs;for(_j=0,_len1=_ref2.length;_j<_len1;_j++){pattern=_ref2[_j];if(typeof pattern==='string'){if(url.indexOf(pattern)!==-1){return true;}}else{if(pattern.test(url)){return true;}}} return false;};getIntercept().on('request',function(_arg){var after,args,request,type,url;type=_arg.type,request=_arg.request,url=_arg.url;if(shouldIgnoreURL(url)){return;} if(!Pace.running&&(options.restartOnRequestAfter!==false||shouldTrack(type)==='force')){args=arguments;after=options.restartOnRequestAfter||0;if(typeof after==='boolean'){after=0;} return setTimeout(function(){var stillActive,_j,_len1,_ref2,_ref3,_results;if(type==='socket'){stillActive=request.readyState<2;}else{stillActive=(0<(_ref2=request.readyState)&&_ref2<4);} if(stillActive){Pace.restart();_ref3=Pace.sources;_results=[];for(_j=0,_len1=_ref3.length;_j<_len1;_j++){source=_ref3[_j];if(source instanceof AjaxMonitor){source.watch.apply(source,args);break;}else{_results.push(void 0);}} return _results;}},after);}});AjaxMonitor=(function(){function AjaxMonitor(){var _this=this;this.elements=[];getIntercept().on('request',function(){return _this.watch.apply(_this,arguments);});} AjaxMonitor.prototype.watch=function(_arg){var request,tracker,type,url;type=_arg.type,request=_arg.request,url=_arg.url;if(shouldIgnoreURL(url)){return;} if(type==='socket'){tracker=new SocketRequestTracker(request);}else{tracker=new XHRRequestTracker(request);} return this.elements.push(tracker);};return AjaxMonitor;})();XHRRequestTracker=(function(){function XHRRequestTracker(request){var event,size,_j,_len1,_onreadystatechange,_ref2,_this=this;this.progress=0;if(window.ProgressEvent!=null){size=null;request.addEventListener('progress',function(evt){if(evt.lengthComputable){return _this.progress=100*evt.loaded/evt.total;}else{return _this.progress=_this.progress+(100-_this.progress)/2;}},false);_ref2=['load','abort','timeout','error'];for(_j=0,_len1=_ref2.length;_j<_len1;_j++){event=_ref2[_j];request.addEventListener(event,function(){return _this.progress=100;},false);}}else{_onreadystatechange=request.onreadystatechange;request.onreadystatechange=function(){var _ref3;if((_ref3=request.readyState)===0||_ref3===4){_this.progress=100;}else if(request.readyState===3){_this.progress=50;} return typeof _onreadystatechange==="function"?_onreadystatechange.apply(null,arguments):void 0;};}} return XHRRequestTracker;})();SocketRequestTracker=(function(){function SocketRequestTracker(request){var event,_j,_len1,_ref2,_this=this;this.progress=0;_ref2=['error','open'];for(_j=0,_len1=_ref2.length;_j<_len1;_j++){event=_ref2[_j];request.addEventListener(event,function(){return _this.progress=100;},false);}} return SocketRequestTracker;})();ElementMonitor=(function(){function ElementMonitor(options){var selector,_j,_len1,_ref2;if(options==null){options={};} this.elements=[];if(options.selectors==null){options.selectors=[];} _ref2=options.selectors;for(_j=0,_len1=_ref2.length;_j<_len1;_j++){selector=_ref2[_j];this.elements.push(new ElementTracker(selector));}} return ElementMonitor;})();ElementTracker=(function(){function ElementTracker(selector){this.selector=selector;this.progress=0;this.check();} ElementTracker.prototype.check=function(){var _this=this;if(document.querySelector(this.selector)){return this.done();}else{return setTimeout((function(){return _this.check();}),options.elements.checkInterval);}};ElementTracker.prototype.done=function(){return this.progress=100;};return ElementTracker;})();DocumentMonitor=(function(){DocumentMonitor.prototype.states={loading:0,interactive:50,complete:100};function DocumentMonitor(){var _onreadystatechange,_ref2,_this=this;this.progress=(_ref2=this.states[document.readyState])!=null?_ref2:100;_onreadystatechange=document.onreadystatechange;document.onreadystatechange=function(){if(_this.states[document.readyState]!=null){_this.progress=_this.states[document.readyState];} return typeof _onreadystatechange==="function"?_onreadystatechange.apply(null,arguments):void 0;};} return DocumentMonitor;})();EventLagMonitor=(function(){function EventLagMonitor(){var avg,interval,last,points,samples,_this=this;this.progress=0;avg=0;samples=[];points=0;last=now();interval=setInterval(function(){var diff;diff=now()-last-50;last=now();samples.push(diff);if(samples.length>options.eventLag.sampleCount){samples.shift();} avg=avgAmplitude(samples);if(++points>=options.eventLag.minSamples&&avg=100){this.done=true;} if(val===this.last){this.sinceLastUpdate+=frameTime;}else{if(this.sinceLastUpdate){this.rate=(val-this.last)/this.sinceLastUpdate;} this.catchup=(val-this.progress)/options.catchupTime;this.sinceLastUpdate=0;this.last=val;} if(val>this.progress){this.progress+=this.catchup*frameTime;} scaling=1-Math.pow(this.progress/100,options.easeFactor);this.progress+=scaling*this.rate*frameTime;this.progress=Math.min(this.lastProgress+options.maxProgressPerFrame,this.progress);this.progress=Math.max(0,this.progress);this.progress=Math.min(100,this.progress);this.lastProgress=this.progress;return this.progress;};return Scaler;})();sources=null;scalers=null;bar=null;uniScaler=null;animation=null;cancelAnimation=null;Pace.running=false;handlePushState=function(){if(options.restartOnPushState){return Pace.restart();}};if(window.history.pushState!=null){_pushState=window.history.pushState;window.history.pushState=function(){handlePushState();return _pushState.apply(window.history,arguments);};} if(window.history.replaceState!=null){_replaceState=window.history.replaceState;window.history.replaceState=function(){handlePushState();return _replaceState.apply(window.history,arguments);};} SOURCE_KEYS={ajax:AjaxMonitor,elements:ElementMonitor,document:DocumentMonitor,eventLag:EventLagMonitor};(init=function(){var type,_j,_k,_len1,_len2,_ref2,_ref3,_ref4;Pace.sources=sources=[];_ref2=['ajax','elements','document','eventLag'];for(_j=0,_len1=_ref2.length;_j<_len1;_j++){type=_ref2[_j];if(options[type]!==false){sources.push(new SOURCE_KEYS[type](options[type]));}} _ref4=(_ref3=options.extraSources)!=null?_ref3:[];for(_k=0,_len2=_ref4.length;_k<_len2;_k++){source=_ref4[_k];sources.push(new source(options));} Pace.bar=bar=new Bar;scalers=[];return uniScaler=new Scaler;})();Pace.stop=function(){Pace.trigger('stop');Pace.running=false;bar.destroy();cancelAnimation=true;if(animation!=null){if(typeof cancelAnimationFrame==="function"){cancelAnimationFrame(animation);} animation=null;} return init();};Pace.restart=function(){Pace.trigger('restart');Pace.stop();return Pace.start();};Pace.go=function(){var start;Pace.running=true;bar.render();start=now();cancelAnimation=false;return animation=runAnimation(function(frameTime,enqueueNextFrame){var avg,count,done,element,elements,i,j,remaining,scaler,scalerList,sum,_j,_k,_len1,_len2,_ref2;remaining=100-bar.progress;count=sum=0;done=true;for(i=_j=0,_len1=sources.length;_j<_len1;i=++_j){source=sources[i];scalerList=scalers[i]!=null?scalers[i]:scalers[i]=[];elements=(_ref2=source.elements)!=null?_ref2:[source];for(j=_k=0,_len2=elements.length;_k<_len2;j=++_k){element=elements[j];scaler=scalerList[j]!=null?scalerList[j]:scalerList[j]=new Scaler(element);done&=scaler.done;if(scaler.done){continue;} count++;sum+=scaler.tick(frameTime);}} avg=sum/count;bar.update(uniScaler.tick(frameTime,avg));if(bar.done()||done||cancelAnimation){bar.update(100);Pace.trigger('done');return setTimeout(function(){bar.finish();Pace.running=false;return Pace.trigger('hide');},Math.max(options.ghostTime,Math.max(options.minTime-(now()-start),0)));}else{return enqueueNextFrame();}});};Pace.start=function(_options){extend(options,_options);Pace.running=true;try{bar.render();}catch(_error){NoTargetError=_error;} if(!document.querySelector('.pace')){return setTimeout(Pace.start,50);}else{Pace.trigger('start');return Pace.go();}};if(typeof define==='function'&&define.amd){define(function(){return Pace;});}else if(typeof exports==='object'){module.exports=Pace;}else{if(options.startOnPageLoad){Pace.start();}}}).call(this); (function(){var is_webkit=navigator.userAgent.toLowerCase().indexOf('webkit')>-1,is_opera=navigator.userAgent.toLowerCase().indexOf('opera')>-1,is_ie=navigator.userAgent.toLowerCase().indexOf('msie')>-1;if((is_webkit||is_opera||is_ie)&&document.getElementById&&window.addEventListener){window.addEventListener('hashchange',function(){var element=document.getElementById(location.hash.substring(1));if(element){if(!/^(?:a|select|input|button|textarea)$/i.test(element.tagName)) element.tabIndex=-1;element.focus();}},false);}})(); (function($){function boardwalk_colors(){var unique_randoms=[];var num_randoms=5;function make_unique_random(){if(!unique_randoms.length){for(var i=0;i')}function theChampInitiateLogin(e,a){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){"facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"foursquare"==a?theChampLoginPopup(theChampFoursquareAuthUrl):"dropbox"==a?theChampLoginPopup(theChampDropboxAuthUrl):"amazon"==a?theChampLoginPopup(theChampAmazonAuthUrl):"disqus"==a?theChampLoginPopup(theChampDisqusAuthUrl):"stackoverflow"==a?theChampLoginPopup(theChampStackoverflowAuthUrl):"discord"==a?theChampLoginPopup(theChampDiscordAuthUrl):"reddit"==a?theChampLoginPopup(theChampRedditAuthUrl):"github"==a?theChampLoginPopup(theChampGithubAuthUrl):"twitch"==a?theChampLoginPopup(theChampTwitchAuthUrl):"spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"mailru"==a?theChampLoginPopup(theChampMailruAuthUrl):"dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"yandex"==a?theChampLoginPopup(theChampYandexAuthUrl):"odnoklassniki"==a?theChampLoginPopup(theChampOdnoklassnikiAuthUrl):"kakao"==a?theChampLoginPopup(theChampKakaoAuthUrl):"line"==a?theChampLoginPopup(theChampLineAuthUrl):"microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"x"==a?theChampLoginPopup(theChampTwitterAuthUrl):("linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"youtube"==a?theChampLoginPopup(theChampYoutubeAuthUrl):"yahoo"==a?theChampLoginPopup(theChampYahooAuthUrl):"wordpress"==a?theChampLoginPopup(theChampWordpressAuthUrl):"instagram"==a&&theChampLoginPopup(theChampInstagramAuthUrl))}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:0==e.status&&"inactive"==e.message&&""!=e.url?location.href=e.url:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML=""+theChampEmailPopupVerifyMessage+"":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1; if(typeof tb_pathToImage!='string'){var tb_pathToImage=thickboxL10n.loadingAnimation;} /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/ jQuery(document).ready(function(){tb_init('a.thickbox, area.thickbox, input.thickbox');imgLoader=new Image();imgLoader.src=tb_pathToImage;});function tb_init(domChunk){jQuery('body').on('click',domChunk,tb_click).on('thickbox:iframe:loaded',function(){jQuery('#TB_window').removeClass('thickbox-loading');});} function tb_click(){var t=this.title||this.name||null;var a=this.href||this.alt;var g=this.rel||false;tb_show(t,a,g);this.blur();return false;} function tb_show(caption,url,imageGroup){var $closeBtn;try{if(typeof document.body.style.maxHeight==="undefined"){jQuery("body","html").css({height:"100%",width:"100%"});jQuery("html").css("overflow","hidden");if(document.getElementById("TB_HideSelect")===null){jQuery("body").append("
");jQuery("#TB_overlay").on('click',tb_remove);}}else{if(document.getElementById("TB_overlay")===null){jQuery("body").append("
");jQuery("#TB_overlay").on('click',tb_remove);jQuery('body').addClass('modal-open');}} if(tb_detectMacXFF()){jQuery("#TB_overlay").addClass("TB_overlayMacFFBGHack");}else{jQuery("#TB_overlay").addClass("TB_overlayBG");} if(caption===null){caption="";} jQuery("body").append("
");jQuery('#TB_load').show();var baseURL;if(url.indexOf("?")!==-1){baseURL=url.substr(0,url.indexOf("?"));}else{baseURL=url;} var urlString=/\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$|\.webp$|\.avif$/;var urlType=baseURL.toLowerCase().match(urlString);if(urlType=='.jpg'||urlType=='.jpeg'||urlType=='.png'||urlType=='.gif'||urlType=='.bmp'||urlType=='.webp'||urlType=='.avif'){TB_PrevCaption="";TB_PrevURL="";TB_PrevHTML="";TB_NextCaption="";TB_NextURL="";TB_NextHTML="";TB_imageCount="";TB_FoundURL=false;if(imageGroup){TB_TempArray=jQuery("a[rel="+imageGroup+"]").get();for(TB_Counter=0;((TB_Counter  "+thickboxL10n.next+"";}else{TB_PrevCaption=TB_TempArray[TB_Counter].title;TB_PrevURL=TB_TempArray[TB_Counter].href;TB_PrevHTML="  "+thickboxL10n.prev+"";}}else{TB_FoundURL=true;TB_imageCount=thickboxL10n.image+' '+(TB_Counter+1)+' '+thickboxL10n.of+' '+(TB_TempArray.length);}}} imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var pagesize=tb_getPageSize();var x=pagesize[0]-150;var y=pagesize[1]-150;var imageWidth=imgPreloader.width;var imageHeight=imgPreloader.height;if(imageWidth>x){imageHeight=imageHeight*(x/imageWidth);imageWidth=x;if(imageHeight>y){imageWidth=imageWidth*(y/imageHeight);imageHeight=y;}}else if(imageHeight>y){imageWidth=imageWidth*(y/imageHeight);imageHeight=y;if(imageWidth>x){imageHeight=imageHeight*(x/imageWidth);imageWidth=x;}} TB_WIDTH=imageWidth+30;TB_HEIGHT=imageHeight+60;jQuery("#TB_window").append(""+thickboxL10n.close+""+caption+""+"
"+caption+"
"+TB_imageCount+TB_PrevHTML+TB_NextHTML+"
");jQuery("#TB_closeWindowButton").on('click',tb_remove);if(!(TB_PrevHTML==="")){function goPrev(){if(jQuery(document).off("click",goPrev)){jQuery(document).off("click",goPrev);} jQuery("#TB_window").remove();jQuery("body").append("
");tb_show(TB_PrevCaption,TB_PrevURL,imageGroup);return false;} jQuery("#TB_prev").on('click',goPrev);} if(!(TB_NextHTML==="")){function goNext(){jQuery("#TB_window").remove();jQuery("body").append("
");tb_show(TB_NextCaption,TB_NextURL,imageGroup);return false;} jQuery("#TB_next").on('click',goNext);} jQuery(document).on('keydown.thickbox',function(e){if(e.which==27){tb_remove();}else if(e.which==190){if(!(TB_NextHTML=="")){jQuery(document).off('thickbox');goNext();}}else if(e.which==188){if(!(TB_PrevHTML=="")){jQuery(document).off('thickbox');goPrev();}} return false;});tb_position();jQuery("#TB_load").remove();jQuery("#TB_ImageOff").on('click',tb_remove);jQuery("#TB_window").css({'visibility':'visible'});};imgPreloader.src=url;}else{var queryString=url.replace(/^[^\?]+\??/,'');var params=tb_parseQuery(queryString);TB_WIDTH=(params['width']*1)+30||630;TB_HEIGHT=(params['height']*1)+40||440;ajaxContentW=TB_WIDTH-30;ajaxContentH=TB_HEIGHT-45;if(url.indexOf('TB_iframe')!=-1){urlNoQuery=url.split('TB_');jQuery("#TB_iframeContent").remove();if(params['modal']!="true"){jQuery("#TB_window").append("
"+caption+"
");}else{jQuery("#TB_overlay").off();jQuery("#TB_window").append("");}}else{if(jQuery("#TB_window").css("visibility")!="visible"){if(params['modal']!="true"){jQuery("#TB_window").append("
"+caption+"
");}else{jQuery("#TB_overlay").off();jQuery("#TB_window").append("
");}}else{jQuery("#TB_ajaxContent")[0].style.width=ajaxContentW+"px";jQuery("#TB_ajaxContent")[0].style.height=ajaxContentH+"px";jQuery("#TB_ajaxContent")[0].scrollTop=0;jQuery("#TB_ajaxWindowTitle").html(caption);}} jQuery("#TB_closeWindowButton").on('click',tb_remove);if(url.indexOf('TB_inline')!=-1){jQuery("#TB_ajaxContent").append(jQuery('#'+params['inlineId']).children());jQuery("#TB_window").on('tb_unload',function(){jQuery('#'+params['inlineId']).append(jQuery("#TB_ajaxContent").children());});tb_position();jQuery("#TB_load").remove();jQuery("#TB_window").css({'visibility':'visible'});}else if(url.indexOf('TB_iframe')!=-1){tb_position();jQuery("#TB_load").remove();jQuery("#TB_window").css({'visibility':'visible'});}else{var load_url=url;load_url+=-1===url.indexOf('?')?'?':'&';jQuery("#TB_ajaxContent").load(load_url+="random="+(new Date().getTime()),function(){tb_position();jQuery("#TB_load").remove();tb_init("#TB_ajaxContent a.thickbox");jQuery("#TB_window").css({'visibility':'visible'});});}} if(!params['modal']){jQuery(document).on('keydown.thickbox',function(e){if(e.which==27){tb_remove();return false;}});} $closeBtn=jQuery('#TB_closeWindowButton');if($closeBtn.find('.tb-close-icon').is(':visible')){$closeBtn.trigger('focus');}}catch(e){}} function tb_showIframe(){jQuery("#TB_load").remove();jQuery("#TB_window").css({'visibility':'visible'}).trigger('thickbox:iframe:loaded');} function tb_remove(){jQuery("#TB_imageOff").off("click");jQuery("#TB_closeWindowButton").off("click");jQuery('#TB_window').fadeOut('fast',function(){jQuery('#TB_window, #TB_overlay, #TB_HideSelect').trigger('tb_unload').off().remove();jQuery('body').trigger('thickbox:removed');});jQuery('body').removeClass('modal-open');jQuery("#TB_load").remove();if(typeof document.body.style.maxHeight=="undefined"){jQuery("body","html").css({height:"auto",width:"auto"});jQuery("html").css("overflow","");} jQuery(document).off('.thickbox');return false;} function tb_position(){var isIE6=typeof document.body.style.maxHeight==="undefined";jQuery("#TB_window").css({marginLeft:'-'+parseInt((TB_WIDTH/2),10)+'px',width:TB_WIDTH+'px'});if(!isIE6){jQuery("#TB_window").css({marginTop:'-'+parseInt((TB_HEIGHT/2),10)+'px'});}} function tb_parseQuery(query){var Params={};if(!query){return Params;} var Pairs=query.split(/[;&]/);for(var i=0;i
';var theChampMoreSharingServices={facebook:{background_color:"#0765FE",title:"Facebook",redirect_url:"https://www.facebook.com/sharer.php?u="+postUrl+"&t="+postTitle+"&v=3",svg:''},mastodon:{background_color:"#6364FF",title:"Mastodon",bookmarklet_url:"https://mastodon.social/share?text="+postUrl+"&t="+postTitle+"&v=3",svg:''},twitter:{background_color:"#55acee",title:"Twitter",redirect_url:"https://twitter.com/intent/tweet?text="+(twitterTitle?twitterTitle:postTitle)+" "+postUrl,svg:''},threads:{background_color:"#000",title:"Threads",redirect_url:"https://www.threads.net/intent/post?text="+(twitterTitle?twitterTitle:postTitle)+"%20"+postUrl,svg:''},bluesky:{background_color:"#0085ff",title:"BlueSky",redirect_url:"https://bsky.app/intent/compose?text="+(twitterTitle?twitterTitle:postTitle)+"%20"+postUrl,svg:''},raindrop:{background_color:"#0b7ed0",title:"Raindrop.io",redirect_url:"https://app.raindrop.io/add?link="+postUrl+"&title="+(twitterTitle?twitterTitle:postTitle),svg:''},microblog:{background_color:"#ff8800",title:"Micro.blog",redirect_url:"https://micro.blog/post?text="+(twitterTitle?twitterTitle:postTitle)+"%20"+postUrl,svg:''},x:{background_color:"#2a2a2a",title:"X",redirect_url:"https://twitter.com/intent/tweet?text="+(twitterTitle?twitterTitle:postTitle)+" "+postUrl,svg:''},teams:{background_color:"#5059c9",title:"Teams",redirect_url:"https://teams.microsoft.com/share?href="+postUrl+"&msgText="+(twitterTitle?twitterTitle:postTitle),svg:''},Google_Translate:{background_color:"#528ff5",title:"Google Translate",redirect_url:"https://translate.google.com/translate?js=n&sl=auto&tl=en&u="+postUrl,svg:''},linkedin:{background_color:"#0077b5",title:"Linkedin",redirect_url:"https://www.linkedin.com/sharing/share-offsite/?url="+postUrl,svg:''},parler:{background_color:"#892E5E",title:"Parler",redirect_url:"https://parler.com/new-post?message="+postTitle+"&url="+postUrl,svg:''},gab:{background_color:"#25CC80",title:"Gab",redirect_url:"https://gab.com/compose?text="+postTitle+"&url="+postUrl,svg:''},gettr:{background_color:"#E50000",title:"Gettr",redirect_url:"https://gettr.com/share?text="+postTitle+"&url="+postUrl,svg:''},MeWe:{background_color:"#007da1",title:"MeWe",redirect_url:"https://mewe.com/share?link="+postUrl,svg:''},pinterest:{background_color:"#cc2329",title:"Pinterest",redirect_url:"https://pinterest.com/pin/create/button/?url="+postUrl+"&media=${media_link}&description="+postTitle,bookmarklet_url:"javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());",svg:''},CopyLink:{background_color:"#ffc112",title:"Copy Link",redirect_url:"",bookmarklet_url:"",svg:''},Douban:{background_color:"#497700",title:"Douban",locale:"en-US",redirect_url:"https://www.douban.com/share/service?name="+postTitle+"&href="+postUrl+"&image=&updated=&bm=&url="+postUrl+"&title="+postTitle+"&sel=",svg:''},Draugiem:{background_color:"#ffad66",title:"Draugiem",redirect_url:"https://www.draugiem.lv/say/ext/add.php?link="+postUrl+"&title="+postTitle,svg:''},Facebook_Messenger:{background_color:"#0084ff",title:"Facebook Messenger",redirect_url:"https://www.facebook.com/dialog/send?app_id=1904103319867886&display=popup&link="+postUrl+"&redirect_uri="+postUrl,svg:''},Google_Classroom:{background_color:"#ffc112",title:"Google Classroom",redirect_url:"https://classroom.google.com/u/0/share?url="+postUrl,svg:''},Kik:{background_color:"#2a2a2a",title:"Kik",redirect_url:"https://www.kik.com/send/article/?app_name=Share&text=&title="+postTitle+"&url="+postUrl,svg:''},Papaly:{background_color:"#3ac0f6",title:"Papaly",redirect_url:"https://papaly.com/api/share.html?url="+postUrl+"&title="+postTitle,svg:''},Refind:{background_color:"#1492ef",title:"Refind",redirect_url:"https://refind.com/?url="+postUrl,svg:''},Skype:{background_color:"#00aff0",title:"Skype",redirect_url:"https://web.skype.com/share?url="+postUrl,svg:''},SMS:{background_color:"#6ebe45",title:"SMS",bookmarklet_url:"sms:?&body="+postTitle+" "+postUrl,svg:''},Trello:{background_color:"#1189ce",title:"Trello",redirect_url:"https://trello.com/add-card?mode=popup&url="+postUrl+"&name="+postTitle+"&desc=",svg:''},Viber:{background_color:"#8b628f",title:"Viber",bookmarklet_url:"viber://forward?text="+postTitle+" "+postUrl,svg:''},Threema:{background_color:"#2a2a2a",title:"Threema",bookmarklet_url:"threema://compose?text="+postTitle+" "+postUrl,svg:''},Telegram:{background_color:"#3da5f1",title:"Telegram",redirect_url:"https://telegram.me/share/url?url="+postUrl+"&text="+postTitle,svg:''},email:{background_color:"#649a3f",title:"Email",redirect_url:"mailto:?subject="+postTitle+"&body=Link: "+postUrl,svg:''},reddit:{background_color:"#ff5700",title:"Reddit",redirect_url:"https://reddit.com/submit?url="+postUrl+"&title="+postTitle,svg:''},float_it:{background_color:"#53beee",title:"Float it",redirect_url:"https://www.designfloat.com/submit.php?url="+postUrl+"&title="+postTitle,svg:''},gentlereader:{background_color:"#46aecf",title:"GentleReader",redirect_url:"https://app.gentlereader.com/bookmark?url="+postUrl,svg:'',},google_bookmarks:{background_color:"#cb0909",title:"Google Bookmarks",redirect_url:"http://www.google.com/bookmarks/mark?op=edit&bkmk="+postUrl+"&title="+postTitle,svg:''},digg:{background_color:"#006094",title:"Digg",redirect_url:"http://digg.com/submit?phase=2&url="+postUrl+"&title="+postTitle,svg:''},printfriendly:{background_color:"#61d1d5",title:"PrintFriendly",redirect_url:"https://www.printfriendly.com/print?url="+postUrl,svg:''},print:{background_color:"#fd6500",title:"Print",bookmarklet_url:"javascript:window.print()",svg:''},tumblr:{background_color:"#29435d",title:"Tumblr",redirect_url:"https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl="+postUrl+"&title="+postTitle+"&caption=",bookmarklet_url:"javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://www.tumblr.com/share',l=d.location,e=encodeURIComponent,p='?v=3&u='+e(l.href) +'&t='+e(d.title) +'&s='+e(s),u=f+p;try{if(!/^(.*\\.)?tumblr[^.]*$/.test(l.host))throw(0);tstbklt();}catch(z){a =function(){if(!w.open(u,'t','toolbar=0,resizable=0,status=1,width=450,height=430'))l.href=u;};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();}void(0);",svg:''},vk:{background_color:"#0077FF",title:"Vkontakte",redirect_url:"https://vk.com/share.php?url="+postUrl+"&title="+postTitle,svg:''},evernote:{background_color:"#8be056",title:"Evernote",redirect_url:"https://www.evernote.com/clip.action?url="+postUrl+"&title="+postTitle,bookmarklet_url:"javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();",svg:''},amazon_us_wish_list:{background_color:"#ffe000",title:"Amazon Wish List",redirect_url:"https://www.amazon.com/wishlist/add?u="+postUrl+"&t="+postTitle,bookmarklet_url:"javascript:(function(){var w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,x='undefined',u='http://www.amazon.com/gp/wishlist/add';if(typeof s!='object')l.href=u+'?u='+e(l)+'&t='+e(d.title);function g(){if(d.readyState&&d.readyState!='complete'){setTimeout(g,200);}else{if(typeof AUWLBook==x)s.setAttribute('src',u+'.js?loc='+e(l)),d.body.appendChild(s);function f(){(typeof AUWLBook==x)?setTimeout(f,200):AUWLBook.showPopover();}f();}}g();}())",svg:''},wordpress_blog:{background_color:"#464646",title:"WordPress",redirect_url:"https://www.addtoany.com/ext/wordpress/press_this?linkurl="+postUrl+"&linkname="+postTitle,svg:''},whatsapp:{background_color:"#55eb4c",title:"Whatsapp",bookmarklet_url:"https://"+heateorSsDetermineWhatsappShareAPI(true)+"/send?text="+postTitle+" "+postUrl,svg:''},diigo:{background_color:"#4a8bca",title:"Diigo",redirect_url:"https://www.diigo.com/post?url="+postUrl+"&title="+postTitle,svg:''},yc_hacker_news:{background_color:"#f60",title:"Hacker News",redirect_url:"https://news.ycombinator.com/submitlink?u="+postUrl+"&t="+postTitle,svg:''},box_net:{background_color:"#1a74b0",title:"Box.net",redirect_url:"https://www.box.net/api/1.0/import?url="+postUrl+"&name="+postTitle+"&import_as=link",svg:''},aol_mail:{background_color:"#2a2a2a",title:"AOL Mail",redirect_url:"http://webmail.aol.com/25045/aol/en-us/Mail/compose-message.aspx?subject="+postTitle+"&body="+postUrl,svg:''},yahoo_mail:{background_color:"#400090",title:"Yahoo Mail",redirect_url:"https://compose.mail.yahoo.com/?Subject="+postTitle+"&body=Link: "+postUrl,svg:''},instapaper:{background_color:"#ededed",title:"Instapaper",redirect_url:"https://www.instapaper.com/edit?url="+postUrl+"&title="+postTitle,svg:''},plurk:{background_color:"#cf682f",title:"Plurk",redirect_url:"https://www.plurk.com/m?content="+postUrl+"&qualifier=shares",svg:''},aim:{background_color:"#10ff00",title:"AIM",redirect_url:"http://share.aim.com/share/?url="+postUrl+"&title="+postTitle,svg:''},viadeo:{background_color:"#2a2a2a",title:"Viadeo",redirect_url:"https://www.viadeo.com/shareit/share/?url="+postUrl+"&title="+postTitle,svg:''},pinboard_in:{background_color:"#1341de",title:"Pinboard",redirect_url:"https://pinboard.in/add?url="+postUrl+"&title="+postTitle,svg:''},blogger_post:{background_color:"#fda352",title:"Blogger Post",redirect_url:"https://www.blogger.com/blog_this.pyra?t=&u="+postUrl+"&l&n="+postTitle,svg:''},typepad_post:{background_color:"#2a2a2a",title:"TypePad Post",redirect_url:"https://www.typepad.com/services/quickpost/post?v=2&qp_show=ac&qp_title="+postTitle+"&qp_href="+postUrl+"&qp_text="+postTitle,svg:''},buffer:{background_color:"#000",title:"Buffer",redirect_url:"https://bufferapp.com/add?url="+postUrl+"&text="+postTitle,svg:''},flipboard:{background_color:"#c00",title:"Flipboard",redirect_url:"https://share.flipboard.com/bookmarklet/popout?v=2&url="+postUrl+"&title="+postTitle,svg:''},pocket:{background_color:"#f0f0f0",title:"Pocket",redirect_url:"https://getpocket.com/edit?url="+postUrl+"&title="+postTitle,svg:''},fark:{background_color:"#555",title:"Fark",redirect_url:"https://cgi.fark.com/cgi/fark/submit.pl?new_url="+postUrl,svg:''},fintel:{background_color:"#087515",title:"Fintel",redirect_url:"https://fintel.io/submit?url="+postUrl,svg:''},yummly:{background_color:"#e16120",title:"Yummly",redirect_url:"https://www.yummly.com/urb/verify?url="+postUrl+"&title="+postTitle,svg:''},app_net:{background_color:"#5d5d5d",title:"App.net",locale:"en-US",redirect_url:"https://account.app.net/login/",svg:''},Symbaloo_Feeds:{background_color:"#6da8f7",title:"Symbaloo Feeds",redirect_url:"https://www.symbaloo.com/"+postUrl,svg:''},Outlook_com:{background_color:"#0072c6",title:"Outlook.com",redirect_url:"https://mail.live.com/default.aspx?rru=compose?subject="+postTitle+"&body="+postUrl+"&lc=1033&id=64855&mkt=en-us&cbcxt=mai",svg:''},balatarin:{background_color:"#fff",title:"Balatarin",redirect_url:"https://www.balatarin.com/login",svg:''},bibSonomy:{background_color:"#000",title:"BibSonomy",redirect_url:"https://www.bibsonomy.org/login",svg:''},Bitty_Browser:{background_color:"#3d3c3b",title:"Bitty Browser",redirect_url:"http://www.bitty.com/manual/?contenttype=&contentvalue="+postUrl,svg:''},Blinklist:{background_color:"#3d3c3b",title:"Blinklist",locale:"en-US",redirect_url:"https://blinklist.com/blink?t="+postTitle+"&d=&u="+postUrl,svg:''},BlogMarks:{background_color:"#535353",title:"BlogMarks",redirect_url:"https://blogmarks.net/my/new.php?mini=1&simple=1&title="+postTitle+"&url="+postUrl,svg:''},Bookmarks_fr:{background_color:"#e8ead4",title:"Bookmarks.fr",redirect_url:"https://www.bookmarks.fr/Connexion/?action=add&address="+postUrl+"&title="+postTitle,svg:''},BuddyMarks:{background_color:"#ffd400",title:"BuddyMarks",redirect_url:"http://buddymarks.com/login.php?bookmark_title="+postTitle+"&bookmark_url="+postUrl+"&bookmark_desc=&bookmark_tags=",svg:''},Care2_news:{background_color:"#6eb43f",title:"Care2 News",redirect_url:"https://www.care2.com/passport/login.html?promoID=10&pg=http://www.care2.com/news/compose?sharehint=news&share[share_type]news&bookmarklet=Y&share[title]=",svg:''},Diary_Ru:{background_color:"#e8d8c6",title:"Diary.Ru",redirect_url:"https://www.diary.ru/?newpost&title="+postTitle+"&text="+postUrl,svg:''},Folkd:{background_color:"#0f70b2",title:"Folkd",redirect_url:"https://www.folkd.com/page/social-bookmarking.html?addurl="+postUrl,svg:''},Hatena:{background_color:"#00a6db",title:"Hatena",redirect_url:"https://b.hatena.ne.jp/bookmarklet?url="+postUrl+"&btitle="+postTitle,svg:''},Jamespot:{background_color:"#ff9e2c",title:"Jamespot",redirect_url:"http://my.jamespot.com/",svg:''},Kakao:{background_color:"#fcb700",title:"Kakao",redirect_url:"https://story.kakao.com/share?url="+postUrl,svg:''},Kindle_It:{background_color:"#2a2a2a",title:"Kindle_It",redirect_url:"https://fivefilters.org/kindle-it/send.php?url="+postUrl,svg:''},Known:{background_color:"#fff101",title:"Known",redirect_url:"https://withknown.com/share/?url="+postUrl+"&title="+postTitle,svg:''},Line:{background_color:"#00c300",title:"Line",redirect_url:"https://social-plugins.line.me/lineit/share?url="+postUrl,svg:''},LiveJournal:{background_color:"#ededed",title:"LiveJournal",redirect_url:"https://www.livejournal.com/update.bml?subject="+postTitle+"&event="+postUrl,svg:''},Mail_Ru:{background_color:"#356fac",title:"Mail.Ru",redirect_url:"https://connect.mail.ru/share?share_url="+postUrl,svg:''},Mendeley:{background_color:"#a70805",title:"Mendeley",redirect_url:"https://www.mendeley.com/sign-in/",svg:''},Meneame:{background_color:"#ff7d12",title:"Meneame",redirect_url:"https://www.meneame.net/submit.php?url="+postUrl,svg:''},Mix:{background_color:"#ff8226",title:"Mix",redirect_url:"https://mix.com/mixit?url="+postUrl,svg:''},Mixi:{background_color:"#ededed",title:"Mixi",redirect_url:"https://mixi.jp/share.pl?mode=login&u="+postUrl,svg:''},MySpace:{background_color:"#2a2a2a",title:"MySpace",redirect_url:"https://myspace.com/post?u="+encodeURIComponent(postUrl)+"&t="+postTitle+"&l=3&c="+postTitle,svg:''},Netvouz:{background_color:"#c0ff00",title:"Netvouz",redirect_url:"https://www.netvouz.com/action/submitBookmark?url="+postUrl+"&title="+postTitle+"&popup=no&description=",svg:''},Odnoklassniki:{background_color:"#f2720c",title:"Odnoklassniki",redirect_url:"https://connect.ok.ru/dk?cmd=WidgetSharePreview&st.cmd=WidgetSharePreview&st.shareUrl="+postUrl+"&st.client_id=-1",svg:''},Protopage_Bookmarks:{background_color:"#413fff",title:"Protopage Bookmarks",redirect_url:"https://www.protopage.com/add-button-site?url="+postUrl+"&label=&type=page",svg:''},Pusha:{background_color:"#0072b8",title:"Pusha",redirect_url:"https://www.pusha.se/posta?url="+postUrl,svg:''},Qzone:{background_color:"#2b82d9",title:"Qzone",redirect_url:"https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+postUrl,svg:''},Renren:{background_color:"#005eac",title:"Renren",redirect_url:"https://www.connect.renren.com/share/sharer?url="+postUrl+"&title="+postTitle,svg:''},Sina_Weibo:{background_color:"#ff0",title:"Sina Weibo",redirect_url:"http://service.weibo.com/share/share.php?url="+postUrl+"&title="+postTitle,svg:''},SiteJot:{background_color:"#ffc800",title:"SiteJot",redirect_url:"http://www.sitejot.com/loginform.php?iSiteAdd=&iSiteDes=",svg:''},Slashdot:{background_color:"#004242",title:"Slashdot",redirect_url:"https://slashdot.org/submission?url="+postUrl,svg:''},StockTwits:{background_color:"#40576f",title:"StockTwits",redirect_url:"https://stocktwits.com/widgets/share?body="+postTitle+" "+postUrl,svg:''},Svejo:{background_color:"#fa7aa3",title:"Svejo",redirect_url:"https://svejo.net/story/submit_by_url?url="+postUrl+"&title="+postTitle+"&summary=",svg:''},Tuenti:{background_color:"#0075c9",title:"Tuenti",redirect_url:"https://www.tuenti.com/share?p=b5dd6602&url="+postUrl,svg:''},Twiddla:{background_color:"#ededed",title:"Twiddla",redirect_url:"https://www.twiddla.com/New.aspx?url="+postUrl+"&title="+postTitle,svg:''},Webnews:{background_color:"#cc2512",title:"Webnews",redirect_url:"https://www.webnews.de/login",svg:''},Wykop:{background_color:"#367da9",title:"Wykop",redirect_url:"https://www.wykop.pl/dodaj?url="+postUrl+"&title="+postTitle,svg:''},Xing:{background_color:"#00797d",title:"Xing",redirect_url:"https://www.xing.com/spi/shares/new?cb=0&url="+postUrl,svg:''},Yoolink:{background_color:"#a2c538",title:"Yoolink",redirect_url:"http://auth.yoolink.to/authenticate/login?service=yoolink.to&landing_path=%2Faddorshare%3Furl_value%3D"+encodeURIComponent(postUrl)+"%26title%3D"+encodeURIComponent(postTitle),svg:''}} var theChampMoreSharingServicesHtml='
    ';for(var i in theChampMoreSharingServices){var tempTitle=theChampCapitaliseFirstLetter(theChampMoreSharingServices[i].title.replace(/[_. ]/g,""));theChampMoreSharingServicesHtml+='
  • '+theChampMoreSharingServices[i].svg+''+theChampMoreSharingServices[i].title+'
  • ';} theChampMoreSharingServicesHtml+=concate;var mainDiv=document.createElement('div');mainDiv.innerHTML=theChampMoreSharingServicesHtml;mainDiv.setAttribute('id','the_champ_sharing_more_providers');var bgDiv=document.createElement('div');bgDiv.setAttribute('id','the_champ_popup_bg');jQuery('body').append(mainDiv).append(bgDiv);document.getElementById('the_champ_popup_bg').onclick=document.getElementById('the_champ_sharing_popup_close').onclick=function(){mainDiv.parentNode.removeChild(mainDiv);bgDiv.parentNode.removeChild(bgDiv);} jQuery('#the_champ_sharing_more_content a[alt=Mastodon]').click(function(){event.preventDefault();heateorSsMastodonPopup(jQuery(this).attr("href"));});} function heateorSsMastodonPopup(targetUrl){var moreSharingServicesHtml='
    Your Mastodon Instance
    ';var mainDiv=document.createElement('div');mainDiv.innerHTML=moreSharingServicesHtml;mainDiv.setAttribute('id','the_champ_sharing_more_providers');mainDiv.style.height='auto';var bgDiv=document.createElement('div');bgDiv.setAttribute('id','heateor_ss_mastodon_popup_bg');jQuery('body').append(mainDiv).append(bgDiv);document.getElementById('heateor_ss_mastodon_popup_bg').onclick=document.getElementById('heateor_ss_mastodon_popup_close').onclick=function(){mainDiv.parentNode.removeChild(mainDiv);bgDiv.parentNode.removeChild(bgDiv);}} if(typeof theChampHorizontalSharingCountEnable=='undefined'){var theChampHorizontalSharingCountEnable=0;} if(typeof theChampVerticalSharingCountEnable=='undefined'){var theChampVerticalSharingCountEnable=0;} if((typeof theChampSaveSharesLocally=='undefined'||theChampSaveSharesLocally==0)&&(theChampHorizontalSharingCountEnable||theChampVerticalSharingCountEnable)){theChampLoadEvent(function(){theChampCallAjax(function(){theChampGetSharingCounts();});});} function theChampFilterSharing(val){jQuery('ul.mini li a').each(function(){if(jQuery(this).text().toLowerCase().indexOf(val.toLowerCase())!=-1){jQuery(this).parent().css('display','block');}else{jQuery(this).parent().css('display','none');}});};var heateorSsFacebookTargetUrls=[];function theChampGetSharingCounts(){if(typeof theChampSaveSharesLocally!='undefined'&&theChampSaveSharesLocally==1){return;} var targetUrls=[];jQuery('.the_champ_sharing_container').each(function(){if(typeof jQuery(this).attr('data-super-socializer-no-counts')=='undefined'){var currentTargetUrl=jQuery(this).attr('data-super-socializer-href');if(currentTargetUrl!=null&&jQuery.inArray(currentTargetUrl,heateorSsUrlCountFetched)==-1){targetUrls.push(currentTargetUrl);heateorSsUrlCountFetched.push(currentTargetUrl);}}});if(targetUrls.length==0){return;} jQuery.ajax({type:'GET',dataType:'json',url:theChampSharingAjaxUrl,data:{action:'the_champ_sharing_count',urls:targetUrls,},success:function(data,textStatus,XMLHttpRequest){if(data.status==1){if(data.facebook){heateorSsFacebookTargetUrls=data.facebook_urls;} for(var i in data.message){var sharingContainers=jQuery("div[data-super-socializer-href='"+i+"']");jQuery(sharingContainers).each(function(){var totalCount=0;for(var j in data.message[i]){var sharingCount=parseInt(data.message[i][j])||0;var targetElement=jQuery(this).find('.the_champ_'+j+'_count');if(jQuery(targetElement).attr('data-heateor-ss-st-count')){sharingCount=parseInt(sharingCount)+parseInt(jQuery(targetElement).attr('data-heateor-ss-st-count'));} totalCount+=parseInt(sharingCount);if(sharingCount<1){continue;} jQuery(targetElement).html(theChampCalculateApproxCount(sharingCount)).css({'visibility':'visible','display':'block'});if((typeof theChampReduceHorizontalSvgWidth!='undefined'&&jQuery(this).hasClass('the_champ_horizontal_sharing'))||(typeof theChampReduceVerticalSvgWidth!='undefined'&&jQuery(this).hasClass('the_champ_vertical_sharing'))){jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('float','left');} if((typeof theChampReduceHorizontalSvgHeight!='undefined'&&jQuery(this).hasClass('the_champ_horizontal_sharing'))||(typeof theChampReduceVerticalSvgHeight!='undefined'&&jQuery(this).hasClass('the_champ_vertical_sharing'))){jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('marginTop','0');}} var totalCountContainer=jQuery(this).find('.theChampTCBackground');jQuery(totalCountContainer).each(function(){var containerHeight=jQuery(this).css('height');jQuery(this).html('
    '+theChampCalculateApproxCount(totalCount)+'
    '+(totalCount==0||totalCount>1?heateorSsSharesText:heateorSsShareText)+'
    ').css('visibility','visible');});});} if(heateorSsFacebookTargetUrls.length!=0){theChampFetchFacebookShares(heateorSsFacebookTargetUrls);}}}});} function theChampFetchFacebookShares(targetUrls){var loopCounter=0;for(var i in targetUrls){for(var j in targetUrls[i]){loopCounter++;theChampFBShareJSONCall(targetUrls[i][j],loopCounter,targetUrls[0].length*targetUrls.length,targetUrls[0][j]);}}} function theChampFBShareJSONCall(targetUrl,loopCounter,targetUrlsLength,dataHref){jQuery.getJSON('//graph.facebook.com/?id='+targetUrl,function(data){if(data.share&&data.share.share_count>=0){var sharingContainers=jQuery("div[data-super-socializer-href='"+dataHref+"']");jQuery(sharingContainers).each(function(){var targetElement=jQuery(this).find('.the_champ_facebook_count');var facebookBackground=jQuery(this).find('i.theChampFacebookBackground');var sharingCount=parseInt(data.share.share_count);if(jQuery(targetElement).attr('data-heateor-ss-st-count')!==undefined){sharingCount+=parseInt(jQuery(targetElement).attr('data-heateor-ss-st-count'));} if(sharingCount>0){if(typeof jQuery(facebookBackground).attr('heateor-ss-fb-shares')=='undefined'){jQuery(targetElement).html(theChampCalculateApproxCount(sharingCount)).css({'visibility':'visible','display':'block'});jQuery(facebookBackground).attr('heateor-ss-fb-shares',sharingCount);}else if(typeof jQuery(facebookBackground).attr('heateor-ss-fb-shares')!='undefined'){var tempShareCount=parseInt(jQuery(facebookBackground).attr('heateor-ss-fb-shares'));jQuery(facebookBackground).attr('heateor-ss-fb-shares',sharingCount+tempShareCount);jQuery(targetElement).html(theChampCalculateApproxCount(sharingCount+tempShareCount));} if((typeof theChampReduceHorizontalSvgWidth!='undefined'&&jQuery(this).hasClass('the_champ_horizontal_sharing'))||(typeof theChampReduceVerticalSvgWidth!='undefined'&&jQuery(this).hasClass('the_champ_vertical_sharing'))){jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('float','left');} if((typeof theChampReduceHorizontalSvgHeight!='undefined'&&jQuery(this).hasClass('the_champ_horizontal_sharing'))||(typeof theChampReduceVerticalSvgHeight!='undefined'&&jQuery(this).hasClass('the_champ_vertical_sharing'))){jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('marginTop','0');} var totalCountContainer=jQuery(this).find('.theChampTCBackground');jQuery(totalCountContainer).each(function(){var totalShareCountElem=jQuery(this).find('.theChampTotalShareCount');var totalShareCount=jQuery(totalShareCountElem).text();var newTotalCount=theChampCalculateActualCount(totalShareCount)+sharingCount;jQuery(totalShareCountElem).text(theChampCalculateApproxCount(newTotalCount));jQuery(this).find('.theChampTotalShareText').text(newTotalCount==0||newTotalCount>1?heateorSsSharesText:heateorSsShareText);});}});} if(loopCounter==targetUrlsLength){setTimeout(function(){var facebookShares={};for(var i in heateorSsFacebookTargetUrls[0]){var sharingContainers=jQuery("div[data-super-socializer-href='"+heateorSsFacebookTargetUrls[0][i]+"']");jQuery(sharingContainers).each(function(){var facebookCountElement=jQuery(this).find('.the_champ_facebook_count');var facebookCountElementBg=jQuery(this).find('i.theChampFacebookBackground');var shareCountString=typeof jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares')!='undefined'?jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares').trim():'';if(shareCountString!=''){var shareCount=parseInt(theChampCalculateActualCount(shareCountString));if(jQuery(facebookCountElement).attr('data-heateor-ss-st-count')!==undefined){var startingCount=parseInt(jQuery(facebookCountElement).attr('data-heateor-ss-st-count').trim());shareCount=Math.abs(shareCount-startingCount);} facebookShares[heateorSsFacebookTargetUrls[0][i]]=shareCount;return;}});} if(!jQuery.isEmptyObject(facebookShares)){theChampSaveFacebookShares(facebookShares);}},1000);}});} function theChampSaveFacebookShares(facebookShares){jQuery.ajax({type:'GET',dataType:'json',url:theChampSharingAjaxUrl,data:{action:'the_champ_save_facebook_shares',share_counts:facebookShares,},success:function(data,textStatus,XMLHttpRequest){}});} function theChampCalculateApproxCount(sharingCount){if(sharingCount>999&&sharingCount<10000){sharingCount=(Math.round(sharingCount/100))/10+'K';}else if(sharingCount>9999&&sharingCount<100000){sharingCount=(Math.round(sharingCount/100))/10+'K';}else if(sharingCount>99999&&sharingCount<1000000){sharingCount=(Math.round(sharingCount/100))/10+'K';}else if(sharingCount>999999){sharingCount=(Math.round(sharingCount/100000))/10+'M';} return sharingCount;} function theChampCalculateActualCount(sharingCount){if(sharingCount.indexOf('K')>0){sharingCount=sharingCount.replace('K','')*1000;}else if(sharingCount.indexOf('M')>0){sharingCount=sharingCount.replace('M','')*1000000;} return parseInt(sharingCount);} function theChampCapitaliseFirstLetter(e){return e.charAt(0).toUpperCase()+e.slice(1)} jQuery(function(){jQuery(document).on('click','a.the_champ_button_mastodon',function(){event.preventDefault();heateorSsMastodonPopup('');});var heateorSsWhatsappJSAPI=heateorSsDetermineWhatsappShareAPI(false);var classes=['the_champ_vertical_sharing','the_champ_vertical_counter'];for(var i=0;i=0){var removeClass='theChampPushIn',margin='Right',alignment='right',addClass='theChampPullOut';}else{var removeClass='theChampPullOut',margin='Left',alignment='left',addClass='theChampPushIn';} jQuery(this).html(verticalSharingHtml+'
    ');});}} if(typeof theChampMobileStickySharingEnabled!='undefined'&&theChampMobileStickySharingEnabled==1){if(jQuery('div.the_champ_vertical_sharing').length){jQuery(document.body).append("");}} var heateorSsClipboard=new ClipboardJS('a.the_champ_button_copy_link, span.the_champ_s_copy_link, span.the_champ_s_copy_link svg, span.the_champ_more_label_copy_link',{text:function(trigger){if(jQuery(trigger).hasClass('the_champ_button_copy_link')){var element=trigger.parentElement.parentElement;var url=jQuery(element).attr("data-super-socializer-href")||"";}else if(jQuery(trigger).hasClass('the_champ_s_copy_link')){var element=trigger.parentElement.parentElement.parentElement;var url=jQuery(element).attr("data-super-socializer-href")||"";if(!url){var element=trigger.parentElement.parentElement.parentElement.parentElement.parentElement;var url=jQuery(element).attr("data-href")||"";}}else if(jQuery(trigger).parent().hasClass('the_champ_s_copy_link')){var element=trigger.parentElement.parentElement.parentElement.parentElement;var url=jQuery(element).attr("data-super-socializer-href")||"";if(!url){var element=trigger.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;var url=jQuery(element).attr("data-href")||"";}}else if(jQuery(trigger).hasClass('the_champ_more_label_copy_link')){var element=trigger.parentElement.parentElement.parentElement.parentElement.parentElement;var url=jQuery(element).attr("data-href")||"";}else if(jQuery(trigger).attr('href')!="undefined"){var element=trigger.parentElement.parentElement.parentElement.parentElement;var url=jQuery(element).attr("data-href")||"";} return url;}});heateorSsClipboard.on('success',function(e){alert(heateorSsCopyLinkMessage);});});function theChampHideSharing(elem,removeClass,addClass,margin,alignment){var animation={},counter=jQuery(elem).parent().hasClass('the_champ_vertical_counter'),offset=parseInt(jQuery(elem).parent().css('width'))+10-(counter?16:0);var ssOffset=jQuery(elem).parent().attr('data-heateor-ss-offset');if(ssOffset){var savedOffset=parseInt(ssOffset);}else{var savedOffset=(counter?theChampCounterOffset:theChampSharingOffset);} if(jQuery(elem).attr('title')=='Hide'){animation[alignment]="-="+(offset+savedOffset);jQuery(elem).parent().animate(animation,400,function(){jQuery(elem).removeClass(removeClass).addClass(addClass).attr('title','Share');if(counter){var cssFloat=alignment=='left'?'right':'left';jQuery(elem).css('float',cssFloat);}else{jQuery(elem).css('margin'+margin,offset+'px')}});}else{animation[alignment]="+="+(offset+savedOffset);jQuery(elem).parent().animate(animation,400,function(){jQuery(elem).removeClass(addClass).addClass(removeClass).attr('title','Hide');if(counter){jQuery(elem).css('float',alignment);}else{jQuery(elem).css('margin'+margin,'0px');}});}} /*! * clipboard.js v2.0.6 * https://clipboardjs.com/ * * Licensed MIT © Zeno Rocha */ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o0){$('body').addClass('infinity-handle');} $(document.body).on('post-load',function(){$('.infinite-loader').each(function(){if(!$(this).is(':visible')){$(this).remove();}});setTimeout(function(){$('#infinite-handle').show();if($('#infinite-handle').length===0&&$('body').hasClass('infinity-handle')){$('body').addClass('infinity-end');} var delay=0;$('.hentry:not(.post-loaded)').each(function(){$(this).addClass('post-loaded').delay(delay++*125).fadeTo(125,1);});},125);});}});})(jQuery); (function($){var debounce=function(func,wait){var timeout,args,context,timestamp;return function(){context=this;args=[].slice.call(arguments,0);timestamp=new Date();var later=function(){var last=(new Date())-timestamp;if(last0){$('body').addClass('pace-done');} $('.single .format-video').find('embed, iframe, object, video').parent().each(function(){if(!$(this).hasClass('entry-content')){$(this).addClass('entry-media').insertBefore($('.entry-header'));}});$('.single .format-video').find('iframe[src*="videopress.com"]').each(function(){$(this).wrap('
    ');$(this).parent('.entry-media').insertBefore($('.entry-header'));});$('.entry-content').find('table').each(function(){if($(this).width()>$(this).parent().width()){$(this).css('table-layout','fixed');}});$('.entry-content a').each(function(){$(this).has('img').addClass('no-border');});function search_add_class(){$(this).closest('.search-form').addClass('hover');} function search_remove_class(){$(this).closest('.search-form').removeClass('hover');} var search_submit=$('.search-submit');search_submit.hover(search_add_class,search_remove_class);search_submit.focusin(search_add_class);search_submit.focusout(search_remove_class);$('.comment .reply').each(function(){if($.trim($(this).text())===''){$(this).remove();}});if($('.byline').is(':hidden')){$('.byline').remove();} $('.entry-footer').filter(function(){return $.trim($(this).text())==='';}).addClass('empty');$('.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a, .widget_nav_menu .page_item_has_children > a, .widget_nav_menu .menu-item-has-children > a').append('