if("undefined"==typeof jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]'),b=!0;if(a.length){var c=this.$element.find("input");"radio"===c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?b=!1:a.find(".active").removeClass("active")),b&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}b&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focus",i="hover"==g?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show),void 0):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide),void 0):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);(function($){var data_click="unobtrusiveAjaxClick",data_target="unobtrusiveAjaxClickTarget"
data_validation="unobtrusiveValidation";function getFunction(code,argNames){var fn=window,parts=(code||"").split(".");while(fn&&parts.length){fn=fn[parts.shift()];}
if(typeof(fn)==="function"){return fn;}
argNames.push(code);return Function.constructor.apply(null,argNames);}
function isMethodProxySafe(method){return method==="GET"||method==="POST";}
function asyncOnBeforeSend(xhr,method){if(!isMethodProxySafe(method)){xhr.setRequestHeader("X-HTTP-Method-Override",method);}}
function asyncOnSuccess(element,data,contentType){var mode;if(contentType.indexOf("application/x-javascript")!==-1){return;}
mode=(element.getAttribute("data-ajax-mode")||"").toUpperCase();$(element.getAttribute("data-ajax-update")).each(function(i,update){var top;switch(mode){case"BEFORE":top=update.firstChild;$("<div />").html(data).contents().each(function(){update.insertBefore(this,top);});break;case"AFTER":$("<div />").html(data).contents().each(function(){update.appendChild(this);});break;default:$(update).html(data);break;}});}
function asyncRequest(element,options){var confirm,loading,method,duration;confirm=element.getAttribute("data-ajax-confirm");if(confirm&&!window.confirm(confirm)){return;}
loading=$(element.getAttribute("data-ajax-loading"));duration=parseInt(element.getAttribute("data-ajax-loading-duration"),10)||0;$.extend(options,{context:element,type:element.getAttribute("data-ajax-method")||undefined,url:element.getAttribute("data-ajax-url")||undefined,beforeSend:function(xhr){var result;asyncOnBeforeSend(xhr,method);result=getFunction(element.getAttribute("data-ajax-begin"),["xhr"]).apply(this,arguments);if(result!==false){loading.show(duration);}
return result;},complete:function(){loading.hide(duration);getFunction(element.getAttribute("data-ajax-complete"),["xhr","status"]).apply(this,arguments);},success:function(data,status,xhr){asyncOnSuccess(element,data,xhr.getResponseHeader("Content-Type")||"text/html");getFunction(element.getAttribute("data-ajax-success"),["data","status","xhr"]).apply(this,arguments);},error:getFunction(element.getAttribute("data-ajax-failure"),["xhr","status","error"])});options.data.push({name:"X-Requested-With",value:"XMLHttpRequest"});method=options.type.toUpperCase();if(!isMethodProxySafe(method)){options.type="POST";options.data.push({name:"X-HTTP-Method-Override",value:method});}
$.ajax(options);}
function validate(form){var validationInfo=$(form).data(data_validation);return!validationInfo||!validationInfo.validate||validationInfo.validate();}
$(document).on("click","a[data-ajax=true]",function(evt){evt.preventDefault();asyncRequest(this,{url:this.href,type:"GET",data:[]});});$(document).on("click","form[data-ajax=true] input[type=image]",function(evt){var name=evt.target.name,target=$(evt.target),form=$(target.parents("form")[0]),offset=target.offset();form.data(data_click,[{name:name+".x",value:Math.round(evt.pageX-offset.left)},{name:name+".y",value:Math.round(evt.pageY-offset.top)}]);setTimeout(function(){form.removeData(data_click);},0);});$(document).on("click","form[data-ajax=true] :submit",function(evt){var name=evt.currentTarget.name,target=$(evt.target),form=$(target.parents("form")[0]);form.data(data_click,name?[{name:name,value:evt.currentTarget.value}]:[]);form.data(data_target,target);setTimeout(function(){form.removeData(data_click);form.removeData(data_target);},0);});$(document).on("submit","form[data-ajax=true]",function(evt){var clickInfo=$(this).data(data_click)||[],clickTarget=$(this).data(data_target),isCancel=clickTarget&&clickTarget.hasClass("cancel");evt.preventDefault();if(!isCancel&&!validate(this)){return;}
asyncRequest(this,{url:this.action,type:this.method||"GET",data:clickInfo.concat($(this).serializeArray())});});}(jQuery));(function($,undef)
{if($.fn.dotdotdot)
{return;}
$.fn.dotdotdot=function(o)
{if(this.length==0)
{$.fn.dotdotdot.debug('No element found for "'+this.selector+'".');return this;}
if(this.length>1)
{return this.each(function()
{$(this).dotdotdot(o);});}
var $dot=this;var orgContent=$dot.contents();if($dot.data('dotdotdot'))
{$dot.trigger('destroy.dot');}
$dot.data('dotdotdot-style',$dot.attr('style')||'');$dot.css('word-wrap','break-word');if($dot.css('white-space')==='nowrap')
{$dot.css('white-space','normal');}
$dot.bind_events=function()
{$dot.bind('update.dot',function(e,c)
{$dot.removeClass("is-truncated");e.preventDefault();e.stopPropagation();switch(typeof opts.height)
{case'number':opts.maxHeight=opts.height;break;case'function':opts.maxHeight=opts.height.call($dot[0]);break;default:opts.maxHeight=getTrueInnerHeight($dot);break;}
opts.maxHeight+=opts.tolerance;if(typeof c!='undefined')
{if(typeof c=='string'||('nodeType'in c&&c.nodeType===1))
{c=$('<div />').append(c).contents();}
if(c instanceof $)
{orgContent=c;}}
$inr=$dot.wrapInner('<div class="dotdotdot" />').children();$inr.contents().detach().end().append(orgContent.clone(true)).find('br').replaceWith('  <br />  ').end().css({'height':'auto','width':'auto','border':'none','padding':0,'margin':0});var after=false,trunc=false;if(conf.afterElement)
{after=conf.afterElement.clone(true);after.show('slow');conf.afterElement.detach();}
if(test($inr,opts))
{if(opts.wrap=='children')
{trunc=children($inr,opts,after);}
else
{trunc=ellipsis($inr,$dot,$inr,opts,after);}}
$inr.replaceWith($inr.contents());$inr=null;if($.isFunction(opts.callback))
{opts.callback.call($dot[0],trunc,orgContent);}
conf.isTruncated=trunc;return trunc;}).bind('isTruncated.dot',function(e,fn)
{e.preventDefault();e.stopPropagation();if(typeof fn=='function')
{fn.call($dot[0],conf.isTruncated);}
return conf.isTruncated;}).bind('originalContent.dot',function(e,fn)
{e.preventDefault();e.stopPropagation();if(typeof fn=='function')
{fn.call($dot[0],orgContent);}
return orgContent;}).bind('destroy.dot',function(e)
{e.preventDefault();e.stopPropagation();$dot.unwatch().unbind_events().contents().detach().end().append(orgContent).attr('style',$dot.data('dotdotdot-style')||'').removeClass('is-truncated').data('dotdotdot',false);});return $dot;};$dot.unbind_events=function()
{$dot.unbind('.dot');return $dot;};$dot.watch=function()
{$dot.unwatch();if(opts.watch=='window')
{var $window=$(window),_wWidth=$window.width(),_wHeight=$window.height();$window.bind('resize.dot'+conf.dotId,function()
{if(_wWidth!=$window.width()||_wHeight!=$window.height()||!opts.windowResizeFix)
{_wWidth=$window.width();_wHeight=$window.height();if(watchInt)
{clearInterval(watchInt);}
watchInt=setTimeout(function()
{$dot.trigger('update.dot');},100);}});}
else
{watchOrg=getSizes($dot);watchInt=setInterval(function()
{if($dot.is(':visible'))
{var watchNew=getSizes($dot);if(watchOrg.width!=watchNew.width||watchOrg.height!=watchNew.height)
{$dot.trigger('update.dot');watchOrg=watchNew;}}},500);}
return $dot;};$dot.unwatch=function()
{$(window).unbind('resize.dot'+conf.dotId);if(watchInt)
{clearInterval(watchInt);}
return $dot;};var opts=$.extend(true,{},$.fn.dotdotdot.defaults,o),conf={},watchOrg={},watchInt=null,$inr=null;if(!(opts.lastCharacter.remove instanceof Array))
{opts.lastCharacter.remove=$.fn.dotdotdot.defaultArrays.lastCharacter.remove;}
if(!(opts.lastCharacter.noEllipsis instanceof Array))
{opts.lastCharacter.noEllipsis=$.fn.dotdotdot.defaultArrays.lastCharacter.noEllipsis;}
conf.afterElement=getElement(opts.after,$dot);conf.isTruncated=false;conf.dotId=dotId++;$dot.data('dotdotdot',true).bind_events().trigger('update.dot');if(opts.watch)
{$dot.watch();}
return $dot;};$.fn.dotdotdot.defaults={'ellipsis':'... ','wrap':'word','fallbackToLetter':true,'lastCharacter':{},'tolerance':0,'callback':null,'after':null,'height':null,'watch':false,'windowResizeFix':true};$.fn.dotdotdot.defaultArrays={'lastCharacter':{'remove':[' ','\u3000',',',';','.','!','?'],'noEllipsis':[]}};$.fn.dotdotdot.debug=function(msg){};var dotId=1;function children($elem,o,after)
{var $elements=$elem.children(),isTruncated=false;$elem.empty();for(var a=0,l=$elements.length;a<l;a++)
{var $e=$elements.eq(a);$elem.append($e);if(after)
{$elem.append(after);}
if(test($elem,o))
{$e.remove();isTruncated=true;break;}
else
{if(after)
{after.detach();}}}
return isTruncated;}
function ellipsis($elem,$d,$i,o,after)
{var isTruncated=false;var notx='a, table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, blockquote, select, optgroup, option, textarea, script, style';var noty='script, .dotdotdot-keep';$elem.contents().detach().each(function()
{var e=this,$e=$(e);if(typeof e=='undefined')
{return true;}
else if($e.is(noty))
{$elem.append($e);}
else if(isTruncated)
{return true;}
else
{$elem.append($e);if(after&&!$e.is(o.after)&&!$e.find(o.after).length)
{$elem[$elem.is(notx)?'after':'append'](after);}
if(test($i,o))
{if(e.nodeType==3)
{isTruncated=ellipsisElement($e,$d,$i,o,after);}
else
{isTruncated=ellipsis($e,$d,$i,o,after);}}
if(!isTruncated)
{if(after)
{after.detach();}}}});$d.addClass("is-truncated");return isTruncated;}
function ellipsisElement($e,$d,$i,o,after)
{var e=$e[0];if(!e)
{return false;}
var txt=getTextContent(e),space=(txt.indexOf(' ')!==-1)?' ':'\u3000',separator=(o.wrap=='letter')?'':space,textArr=txt.split(separator),position=-1,midPos=-1,startPos=0,endPos=textArr.length-1;if(o.fallbackToLetter&&startPos==0&&endPos==0)
{separator='';textArr=txt.split(separator);endPos=textArr.length-1;}
while(startPos<=endPos&&!(startPos==0&&endPos==0))
{var m=Math.floor((startPos+endPos)/2);if(m==midPos)
{break;}
midPos=m;setTextContent(e,textArr.slice(0,midPos+1).join(separator)+o.ellipsis);$i.children().each(function()
{$(this).toggle().toggle();});if(!test($i,o))
{position=midPos;startPos=midPos;}
else
{endPos=midPos;if(o.fallbackToLetter&&startPos==0&&endPos==0)
{separator='';textArr=textArr[0].split(separator);position=-1;midPos=-1;startPos=0;endPos=textArr.length-1;}}}
if(position!=-1&&!(textArr.length==1&&textArr[0].length==0))
{txt=addEllipsis(textArr.slice(0,position+1).join(separator),o);setTextContent(e,txt);}
else
{var $w=$e.parent();$e.detach();var afterLength=(after&&after.closest($w).length)?after.length:0;if($w.contents().length>afterLength)
{e=findLastTextNode($w.contents().eq(-1-afterLength),$d);}
else
{e=findLastTextNode($w,$d,true);if(!afterLength)
{$w.detach();}}
if(e)
{txt=addEllipsis(getTextContent(e),o);setTextContent(e,txt);if(afterLength&&after)
{var $parent=after.parent();$(e).parent().append(after);if(!$.trim($parent.html()))
{$parent.remove();}}}}
return true;}
function test($i,o)
{return $i.innerHeight()>o.maxHeight;}
function addEllipsis(txt,o)
{while($.inArray(txt.slice(-1),o.lastCharacter.remove)>-1)
{txt=txt.slice(0,-1);}
if($.inArray(txt.slice(-1),o.lastCharacter.noEllipsis)<0)
{txt+=o.ellipsis;}
return txt;}
function getSizes($d)
{return{'width':$d.innerWidth(),'height':$d.innerHeight()};}
function setTextContent(e,content)
{if(e.innerText)
{e.innerText=content;}
else if(e.nodeValue)
{e.nodeValue=content;}
else if(e.textContent)
{e.textContent=content;}}
function getTextContent(e)
{if(e.innerText)
{return e.innerText;}
else if(e.nodeValue)
{return e.nodeValue;}
else if(e.textContent)
{return e.textContent;}
else
{return"";}}
function getPrevNode(n)
{do
{n=n.previousSibling;}
while(n&&n.nodeType!==1&&n.nodeType!==3);return n;}
function findLastTextNode($el,$top,excludeCurrent)
{var e=$el&&$el[0],p;if(e)
{if(!excludeCurrent)
{if(e.nodeType===3)
{return e;}
if($.trim($el.text()))
{return findLastTextNode($el.contents().last(),$top);}}
p=getPrevNode(e);while(!p)
{$el=$el.parent();if($el.is($top)||!$el.length)
{return false;}
p=getPrevNode($el[0]);}
if(p)
{return findLastTextNode($(p),$top);}}
return false;}
function getElement(e,$i)
{if(!e)
{return false;}
if(typeof e==='string')
{e=$(e,$i);return(e.length)?e:false;}
return!e.jquery?false:e;}
function getTrueInnerHeight($el)
{var h=$el.innerHeight(),a=['paddingTop','paddingBottom'];for(var z=0,l=a.length;z<l;z++)
{var m=parseInt($el.css(a[z]),10);if(isNaN(m))
{m=0;}
h-=m;}
return h;}
var _orgHtml=$.fn.html;$.fn.html=function(str)
{if(str!=undef&&!$.isFunction(str)&&this.data('dotdotdot'))
{return this.trigger('update',[str]);}
return _orgHtml.apply(this,arguments);};var _orgText=$.fn.text;$.fn.text=function(str)
{if(str!=undef&&!$.isFunction(str)&&this.data('dotdotdot'))
{str=$('<div />').text(str).html();return this.trigger('update',[str]);}
return _orgText.apply(this,arguments);};})(jQuery);jQuery(document).ready(function($){$(".dot-ellipsis").each(function(){var watch_window=$(this).hasClass("dot-resize-update");var watch_timer=$(this).hasClass("dot-timer-update");var height=0;var classList=$(this).attr('class').split(/\s+/);$.each(classList,function(index,item){var matchResult=item.match(/^dot-height-(\d+)$/);if(matchResult!==null)
height=Number(matchResult[1]);});var x=new Object();if(watch_timer)
x.watch=true;if(watch_window)
x.watch='window';if(height>0)
x.height=height;$(this).dotdotdot(x);});});jQuery(window).on('load',function(){jQuery(".dot-ellipsis.dot-load-update").trigger("update.dot");});$(function(){setCookie("xtltz",getTimezoneOffset(),null);});String.prototype.boolean=function(){return"true"==this;};Date.prototype.toSafeDate=function(){return(this.getUTCMonth()+1)+"/"+this.getUTCDate()+"/"+this.getUTCFullYear();}
String.prototype.trunc=function(n,useWordBoundary){var toLong=this.length>n,s_=toLong?this.substr(0,n-1):this;s_=useWordBoundary&&toLong?s_.substr(0,s_.lastIndexOf(' ')):s_;return toLong?s_+'...':s_;};(function($){$.ViewMore=function(obj){var options={url:obj.getAttribute("data-rel-url"),placeHolder:obj.getAttribute("data-rel-place-holder"),current:obj.getAttribute("data-rel-current"),nextMethod:obj.getAttribute("data-rel-next-method"),lastItem:"-1",urlStruct:obj.getAttribute("data-rel-url-struct"),embedMethod:obj.getAttribute("data-rel-embed-method"),callbackSuccess:obj.getAttribute("data-rel-callback-success")};var pagerInfo={totalItems:0,currentPage:1,totalPages:1,firstPage:true,lastPage:false,lastItem:""};if(options.url==null||options.url=='')
return;if(options.callbackSuccess!=null)
options.callbackSuccess=eval(options.callbackSuccess);if(options.nextMethod==null||(options.nextMethod.toLowerCase()!="item"&&options.nextMethod.toLowerCase()!="page")){options.nextMethod="page";obj.setAttribute("data-rel-next-method","page");}
else
options.nextMethod=options.nextMethod.toLowerCase();if(options.current==null||isNaN(options.current)){if(options.nextMethod=="page"){options.current=1;obj.setAttribute("data-rel-current","1");}
else{options.current=0;obj.setAttribute("data-rel-current","0");}}
else
options.current=parseInt(options.current);if(options.urlStruct==null||(options.urlStruct.toLowerCase()!="directory"&&options.urlStruct.toLowerCase()!="param")){options.urlStruct="directory";obj.setAttribute("data-rel-url-struct","directory");}
else
options.urlStruct=options.urlStruct.toLowerCase();if(options.embedMethod==null||(options.embedMethod.toLowerCase()!="replace"&&options.embedMethod.toLowerCase()!="append")){options.embedMethod="append";obj.setAttribute("data-rel-embed-method","append");}
else
options.embedMethod=options.embedMethod.toLowerCase();if(options.url.indexOf("?")!=-1)
options.urlStruct="param";$(obj).attr('href','#');$(obj).unbind('click').bind({click:function(){options.url=obj.getAttribute("data-rel-url");var url;if(options.urlStruct=="param"){if(options.url.indexOf("?")!=-1)
url=options.url+"&"+options.nextMethod+"="+options.current;else
url=options.url+"?"+options.nextMethod+"="+options.current;}
else
url=options.url+"/"+options.current;$.ajax({type:"GET",url:url,error:function(xhr,status,error){if(BL.Configuration.DebugMode)
alert("Error"+error);},success:function(response){if(options.embedMethod=="append"){if($.browser.chrome)
$('#'+options.placeHolder).append($(response).fadeIn('slow'));else
$('#'+options.placeHolder).append(response);}
else if(options.embedMethod=="replace"){if($.browser.chrome)
$('#'+options.placeHolder).html($(response).fadeIn('slow'));else
$('#'+options.placeHolder).html(response);}
setState();if(options.callbackSuccess!=null){options.callbackSuccess(response,pagerInfo);}}});return false;}});setState();function setState(){pagerInfo.lastPage=false;pagerInfo.firstPage=false;pagerInfo.totalPages=1;pagerInfo.totalItems=1;pagerInfo.lastItem="";var elem=document.getElementById(options.placeHolder);if(elem.hasChildNodes()){var elemLast=$(elem).children().last();if($(elemLast).attr("data-rel-last-page")){pagerInfo.firstPage=$(elemLast).attr("data-rel-first-page").boolean();pagerInfo.totalPages=parseInt($(elemLast).attr("data-rel-total-pages"));pagerInfo.totalItems=parseInt($(elemLast).attr("data-rel-total-items"));pagerInfo.lastItem=parseInt($(elemLast).attr("data-rel-last-item"));if($(elemLast).attr("data-rel-last-page").boolean()){$(obj).hide("slow");pagerInfo.lastPage=true;}
else{if(options.nextMethod=="page")
$(obj).attr("data-rel-current",++options.current);else{options.current=$(elemLast).attr("data-rel-last-item");$(obj).attr("data-rel-current",$(elemLast).attr("data-rel-last-item"));}
$(obj).show();}
$(elemLast).hide();}
else
$(obj).hide("slow");}
else
$(obj).hide("slow");}};$.fn.ViewMore=function(options){var api;this.each(function(){if(this.tagName=='A'){api=$.ViewMore(this);}});return this;};}(jQuery));(function($){$.jPrintArea=function(el){var iframe=document.createElement('IFRAME');var doc=null;$(iframe).attr('style','position:absolute;width:0px;height:0;left:-500px;top:-500px;');document.body.appendChild(iframe);doc=iframe.contentWindow.document;var links=window.document.getElementsByTagName('link');for(var i=0;i<links.length;i++)
if(links[i].rel.toLowerCase()=='stylesheet')
doc.write('<link type="text/css" rel="stylesheet" href="'+links[i].href+'"></link>');doc.write('<div>'+$(el).html()+'</div>');doc.close();iframe.contentWindow.focus();iframe.contentWindow.print();};}(jQuery));(function($){$.fn.resetValidation=function(){var $form=this.closest('form');$form.validate().resetForm();$form.find("[data-valmsg-summary=true]").removeClass("validation-summary-errors").addClass("validation-summary-valid").find("ul").empty();$form.find("[data-valmsg-replace]").removeClass("field-validation-error").addClass("field-validation-valid").empty();return $form;};$.fn.formReset=function(resetValidation){var $form=this.closest('form');$form[0].reset();if(resetValidation==undefined||resetValidation){$form.resetValidation();}
return $form;}})(jQuery);function resetForm(formId){$("#"+formId).formReset();}
function resetFormFull(formId){formId="#"+formId;$(formId).find('input').not('[type="button"]').not('[type="submit"]').val('');$(formId).find('input:checkbox').attr("checked",false);$(formId).find('input:radio').attr("checked",false);$("#"+formId).formReset();}
function setCookie(c_name,value,exdays){var exdate=new Date();exdate.setDate(exdate.getDate()+exdays);var c_value=escape(value)+((exdays==null)?"":"; expires="+exdate.toUTCString())+";domain="+document.domain+";path=/";document.cookie=c_name+"="+c_value;}
function getCookie(c_name){var i,x,y,ARRcookies=document.cookie.split(";");for(i=0;i<ARRcookies.length;i++){x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);x=x.replace(/^\s+|\s+$/g,"");if(x==c_name){return unescape(y);}}
return"";}
function ajaxGetRequest(url,successCallBack){$.ajax({type:"GET",url:url,error:function(xhr,status,error){if(BL.Configuration.DebugMode)
alert("Error"+error);},success:function(response){if(successCallBack!=null)
successCallBack(response);}});}
window.getParameterByName=function(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(window.location.href);if(results==null)
return"";else return decodeURIComponent(results[1].replace(/\+/g," "));}
function idValidateEmail(obj){var reg=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;return reg.test($(obj).val());}
function formatSecondsAsTime(secs,format){var hr=Math.floor(secs/3600);var min=Math.floor((secs-(hr*3600))/60);var sec=Math.floor(secs-(hr*3600)-(min*60));if(hr<10){hr="0"+hr;}
if(min<10){min="0"+min;}
if(sec<10){sec="0"+sec;}
if(hr==0){hr="00";}
if(format!=null){var formatted_time=""
if(format.indexOf("hh")==-1&&format.indexOf("h")==-1&&hr!="00")
formatted_time=hr+":"+format;else
formatted_time=format.replace('hh',hr);formatted_time=formatted_time.replace('h',hr*1+"");formatted_time=formatted_time.replace('mm',min);formatted_time=formatted_time.replace('m',min*1+"");formatted_time=formatted_time.replace('ss',sec);formatted_time=formatted_time.replace('s',sec*1+"");return formatted_time;}else{return hr+':'+min+':'+sec;}}
function invariantDateFromString(dateVal){var arr=dateVal.split("T");var arrDate=arr[0].split("-");var year=parseFloat(arrDate[0]);var month=parseFloat(arrDate[1]);var day=parseFloat(arrDate[2]);var hours=0;var minutes=0;var seconds=0;if(arr.length>1){var arrTime=arr[1].split(":");if(arrTime.length==3){hours=parseFloat(arrTime[0]);minutes=parseFloat(arrTime[1]);seconds=parseFloat(arrTime[2]);}}
var date=new Date(Date.UTC(year,month-1,day,hours,minutes,seconds));return date;}
function dateToString(date){var dateVal=date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate();return dateVal;}
Date.prototype.addHours=function(h){this.setHours(this.getHours()+h);return this;}
function maxlength(obj,len){if(obj.value.length>len)
obj.value=obj.value.slice(0,len);}
function getTimezoneOffset(){var current_date=new Date();var gmt_offset=current_date.getTimezoneOffset()/60;return gmt_offset*-1;}
function GetFormatDate(date){var newDate="";var curr_date=("0"+date.getDate()).slice(-2);var curr_month=("0"+(date.getMonth()+1)).slice(-2);var curr_year=date.getFullYear();if(BL.Configuration.IsMobileDevice){newDate=curr_year+"-"+curr_month+"-"+curr_date;}
else{newDate=curr_month+"/"+curr_date+"/"+curr_year;}
return newDate;}
function FormatDateToServer(sDate){var newDate=sDate;var vals=sDate.split("-");if(vals.length==3)
newDate=vals[1]+"/"+vals[2]+"/"+vals[0];return newDate;}
function GetFirstDayOfCurrentWeek(date){var now=date?new Date(date):new Date();now.setHours(0,0,0,0);var firstDayOfCurrentWeek=new Date(now);firstDayOfCurrentWeek.setDate(firstDayOfCurrentWeek.getDate()-firstDayOfCurrentWeek.getDay());return firstDayOfCurrentWeek;}
function GetLastDayOfCurrentWeek(date){var now=date?new Date(date):new Date();now.setHours(0,0,0,0);var lastDayOfCurrentWeek=new Date(now);lastDayOfCurrentWeek.setDate(lastDayOfCurrentWeek.getDate()+(6-lastDayOfCurrentWeek.getDay()));return lastDayOfCurrentWeek;}
function GetFirstDayOfLastWeek(date){var firstDayOfLastWeek=new Date();firstDayOfLastWeek.setDate(date.getDate()-date.getDay()-7);return(firstDayOfLastWeek);}
function FirstDayOfMonth(date){var now=date?new Date(date):new Date();now.setDate(1);return(now);}
function GetLastDayOfMonth(date){var now=date?new Date(date):new Date();now.setDate((new Date((new Date(now.getFullYear(),now.getMonth()+1,1))-1)).getDate());return now;}
function clean(val){val=removeHeadHtml(val);val=removeFormHtml(val);val=removeViewstateHtml(val);return val;}
function removeViewstateHtml(sResponseText){sResponseText=sResponseText.replace(new RegExp("<input[^>]*id=\"__VIEWSTATE\"[^>]*>"),"");return sResponseText;}
function removeFormHtml(sResponseText){var sResponseHtml=sResponseText;var nIndexFormOpen=sResponseHtml.indexOf('<form');sResponseHtml=sResponseHtml.substring(nIndexFormOpen,sResponseHtml.length);nIndexFormOpen=sResponseHtml.indexOf('>');var nIndexFormClose=sResponseHtml.lastIndexOf("</form>");sResponseHtml=sResponseHtml.substring(nIndexFormOpen+1,nIndexFormClose);return sResponseHtml;}
function removeHeadHtml(sResponseText){var sResponseHtml=sResponseText;var nIndexFormOpen=sResponseHtml.indexOf('<head');sResponseHtml=sResponseHtml.substring(nIndexFormOpen,sResponseHtml.length);nIndexFormOpen=sResponseHtml.indexOf('>');var nIndexFormClose=sResponseHtml.lastIndexOf("</head>");return sResponseHtml;}
function persistState(key,value){localStorage.setItem(key,value);}
function getPersistentState(key){return localStorage.getItem(key);}
function persistJsonState(key,json){persistState(key,JSON.stringify(json));}
function getPersistentJsonState(key){var value=getPersistentState(key);if(value!=null)
value=JSON.parse(value);return value;}
function persistSessionState(key,value){sessionStorage.setItem(key,value);}
function clearSessionState(key){sessionStorage.removeItem(key);}
function getPersistentSessionState(key){return sessionStorage.getItem(key);}
function persistJsonSessionState(key,json){persistSessionState(key,JSON.stringify(json));}
function getPersistentSessionJsonState(key){var value=getPersistentSessionState(key);if(value!=null)
value=JSON.parse(value);return value;}
function verifySeal(){var bgHeight="460";var bgWidth="593";var url="https:\/\/seal.godaddy.com\/verifySeal?sealID=8Kl5LWxaXu4DcNK9G5RON9W4eFXUtuUXbA7uS2wxiXCgrm8fJanq79Av";window.open(url,'SealVerfication','menubar=no,toolbar=no,personalbar=no,location=yes,status=no,resizable=yes,fullscreen=no,scrollbars=no,width='+bgWidth+',height='+bgHeight);}
function media_clicked(event){var source=event.target||event.srcElement;var val=$(source).attr('data-val');var action=$(source).attr('data-action');if(action=="javascript"){if(val=="banner_clicked")
{var id=$(source).attr('id');var gid=$(source).attr('data-gid');cta_clicked(id,gid,"M","2");}
else{eval(val);}}
else
{window.location.href=val;}}
$(document).ready(function(){$(".media-action").each(function(){if($(this).attr('data-val')!=''){$(this).bind('click touchend',media_clicked).addClass('pointer');}});if(!Config.IsMobileDevice){$(".media-action-desktop").each(function(){if($(this).attr('data-val')!=''){$(this).bind('click touchend',media_clicked).addClass('pointer');}});}
setEmail();var Aelement=document.getElementsByTagName("A");if(window.location.href.indexOf("help/games-info")>-1&&window.location.href.indexOf("popup=1")>-1){for(var i=0,max=Aelement.length;i<max;i++){var link=Aelement[i].href;if(link.indexOf('javascript')>-1){var GameID=link.split('GameID=')[1].split('&')[0];var rnd=link.split('rnd=')[1].split('&')[0].split("'")[0];link="game-help-page/?popup=1&GameID="+GameID+"&rnd="+rnd;Aelement[i].href=link;}}}
if(window.location.href.indexOf("popup=1")>-1){$('A').each(function(){var link=$(this).attr('href');if(link!=null){if(link.indexOf("popup=1")==-1&&link.indexOf("http")!=0){if(link.indexOf("#")>-1){if(link.indexOf("?")>-1)
$(this).attr("href",link.replace("#","&popup=1#"));else
$(this).attr("href",link.replace("#","?popup=1#"));}
else{if(link.indexOf("?")>-1)
$(this).attr("href",link+"&popup=1");else
$(this).attr("href",link+"?popup=1");}}
else if(link.indexOf("http")==0)
$(this).attr("target","_blank");}});}
$('#mainCarousel').bind('slide.bs.carousel',function(e){var banner=$(e.relatedTarget);setDisclaimer(banner);});var first=$('#mainCarousel .carousel-inner .item:first');if(first.length>0){setDisclaimer(first);}
$('#winnersCarousel').bind('slid.bs.carousel',function(e){$('#winnersCarousel div.active p.blockquote ').dotdotdot({after:'span.closequote'});});$('#winnersCarousel div.active p.blockquote ').dotdotdot({after:'span.closequote'});});function setEmail(){$("SPAN.contact").each(function(){if($(this).attr('data-val-box')!=''&&$(this).attr('data-val-server')!=''){$(this).text($(this).attr('data-val-box')+"@"+$(this).attr('data-val-server'));}});}
function OpenPopup(URL){if(URL.toLowerCase().indexOf("terms")!=-1)
URL="https://info."+Config.NGDomain+"/"+URL+"?popup=1";$('#myFrame').attr("src",URL);$('#popupModal').modal('show');}
function cta_modal(url,title){if(url!=""){$.ajax({url:url,type:'GET',success:function(data){$("#ModalBanner .modal-title").html(title);$("#ModalBanner .modal-body").html(data);$('#ModalBanner').modal('show');setEmail();}});}}
function setDisclaimer(banner){var disclaimerExist=false;if(banner.length>0){var title=$(banner).find(".banner-disclaimer-title");var disclaimer=$(banner).find(".banner-disclaimer");if(disclaimer.length>0&&title.length>0){$("#disclaimer-title-banner").text($(title).text()).show();$("#disclaimer-title-default").hide();$("#disclaimer-body-banner").html($(disclaimer).html()).show();$("#disclaimer-body-default").hide();disclaimerExist=true;}}
if(!disclaimerExist){$("#disclaimer-title-banner").hide();$("#disclaimer-body-banner").hide();$("#disclaimer-title-default").show();$("#disclaimer-body-default").show();}}
function getQueryStringParam(key){var regex=new RegExp("[\\?&]"+key+"=([^&#]*)",'i'),results=regex.exec(location.search);var decoded="";try{decoded=decodeURIComponent(results[1].replace(/\+/g," "));}
catch(e){decoded="";}
return results===null?"":decoded;};document.domain=Config.CookieDomain;var _gaq=_gaq||[];_gaq.push(['_setAccount',Config.UA_Account]);_gaq.push(['_setDomainName',Config.UA_Domain]);_gaq.push(['_trackPageview']);(function(a){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();function setNGLobbyUrl(args){if(!Config.IsMobileDevice){var url=Config.NGVisitURL+'&AR='+args.Response.AR+'&PAR='+args.Response.USGUID;$("body").prepend('<iframe src="'+url+'" frameborder="0" style="display:none;with:1px;height:1px" scrolling="no"></iframe>');_pr.logClientAction({"Type":1,"HTMLElementID":escape(url)});if(window.location.hash.toLocaleLowerCase()=="#lobby"){LoadGamePlatform(Config.NG_PlayMode,Config.NG_GID,null);}
setQrImg(args);}
var sitePixelLocation=1;if(pr_location_page_code=="home"){sitePixelLocation=0;}
if(args.Response.USTD=="1"){var api="https://"+pr_tracking_base_url+"TrackingService/TrackingService.svc/Log?AcT=3&UsD=&UsB=&UsBV=&UsSW=&UsSH=&UsG="+args.Response.UGUID+"&UsSG="+args.Response.USGUID+"&LcB="+pr_location_brand_code+"&LcD="+window.location.hostname+"&LcS=&LcP=&LcPC="+pr_location_page_culture+"&LcPV=&LcSP=&LcQ=&LcSC=&SoAR=&SoPRC=&SoSI=&SoTK=&SoTP=&SoPRCP=&SoCT=&SoR=&ExTV="+args.Response.UTV+"&ExUS="+args.Response.USTD+"&ExAR="+args.Response.AR+"&";var url="//pixel.mathtag.com/sync/js?sync=auto&exsync="+escape(api)+"AcR=[MM_UUID]";var pg=document.createElement('script');pg.type='text/javascript';pg.async=true;pg.src=url;var s=document.getElementsByTagName('script')[2];s.parentNode.insertBefore(pg,s);}
sitePixels(args.Response.AR,pr_location_page_culture,sitePixelLocation);}
function setQrImg(args){var qr=$("#QRImage");if(qr.length>0)
$(qr).attr("src","https://chart.googleapis.com/chart?cht=qr&chs=120x120&chl="+escape(Config.NGMobilePlatformURL+"&AR="+args.Response.AR+"&PAR="+args.Response.USGUID));}
function sitePixels(ar,culture,sitePixelLocation){$.ajax({url:"/pixel/sitepixels/?ar="+ar+"&culture="+culture+"&sitePixelLocation="+sitePixelLocation+"&r="+Math.random(),datatype:"text",success:function(data){$('#sitepixels').html(data);},error:function(){$("#sitepixels").html("");}});}
var pr_ready_callback=setNGLobbyUrl;if(Config.DebugMode)
{console.info("Tracking:\npr_location_brand_code: "+pr_location_brand_code+"\npr_location_site_code: "+pr_location_site_code+"\npr_location_page_code: "+pr_location_page_code+"\npr_location_page_version: "+pr_location_page_version+"\npr_location_page_culture: "+pr_location_page_culture+"\npr_location_page_prc: "+pr_location_page_prc);}
if(window.location.pathname.toLowerCase().indexOf("community")!=-1)
pr_location_page_code=window.location.pathname.toLowerCase().replace("/community/","community/");var sgid="";var sgmode="";var saction="";function cta_clicked(ctaId,gid,gmode,action){if(gid==undefined)
gid="";if(gmode==undefined)
gmode="M";if(action==undefined)
action="2";sgid=gid;sgmode=gmode;saction=action;if(Config.IsMobileDevice){_pr.logClientAction({"Type":98,"HTMLElementID":ctaId,"Callback":ng_openMobilePlatform});}
else{if(Config.NG_Mode==0)
{_pr.logClientAction({"Type":98,"HTMLElementID":ctaId,"Callback":cta_clicked_ng_off});}
else{LoadGamePlatform(gmode,gid,null);_pr.logClientAction({"Type":98,"HTMLElementID":ctaId});}}}
function btn_clicked(event){var source=event.target||event.srcElement;var id=$(source).attr('id');var gid=$(source).attr('data-gid');var gmode=$(source).attr('data-gmode');var action=$(source).attr('data-action');cta_clicked(id,gid,gmode,action);}
function cta_clicked_ng_off(args){var url=window.location.protocol+"//"+window.location.host+window.location.pathname;if(window.location.search!="")
url+=window.location.search+"&gid="+sgid+"&PLAYMODE="+sgmode+"&NGM=1#Lobby";else
url+="?gid="+sgid+"&PLAYMODE="+sgmode+"&NGM=1#Lobby";window.location=url;}
function ng_openMobilePlatform(args,gid){if(gid==undefined)
gid=sgid;var url=Config.NGMobilePlatformURL+"&AR="+args.Response.AR+"&PAR="+args.Response.USGUID;if(gid!="")
url+="&NeoDL=Game&GameID="+gid+"&PlayMode=M";else
{var player=getCookie("plstat");if(typeof(player)=="undefined"||player!="1"){url+="&NeoDL=Registration";}
else{url+="&NeoDL=Login";}}
window.location.href=url;}
$(document).ready(function(){$(".ng-button").each(function(){if($(this).is("a")){var id=$(this).attr('data-gid');var mode=$(this).attr('data-gmode');var action=$(this).attr('data-action');var params='\''+$(this).attr('id')+'\'';if(typeof id!='undefined'&&id!='')
params+=','+id;if(typeof mode!='undefined'&&mode!='')
params+=',\''+mode+'\'';if(typeof action!='undefined'&&action!='')
params+=','+action;$(this).prop('href','javascript:cta_clicked('+params+')');}
else{$(this).bind('click',btn_clicked);}});});function onWhtmlPopupOpen(){$(".navbar-fixed-top").removeClass("fadeInDown").addClass("fadeOutUp animated hidden-ie8");if(typeof(pauseHtmlBanner)=='function')
pauseHtmlBanner();}
function onWhtmlPopupClose(){$(".navbar-fixed-top").removeClass("fadeOutUp hidden-ie8").addClass("fadeInDown animated");if(typeof(pauseHtmlBanner)=='function')
pauseHtmlBanner();}