/**handles:clicktrack-adrotate,contact-form-7**/ !function(t){t(document).ready(function(){t(document).on("click","a.gofollow",function(){t.post(click_object.ajax_url,{action:"adrotate_click",track:t(this).attr("data-track")})})})}(jQuery); !function(t){"use strict";"undefined"!=typeof wpcf7&&null!==wpcf7&&(wpcf7=t.extend({cached:0,inputs:[]},wpcf7),t(function(){wpcf7.supportHtml5=function(){var e={},a=document.createElement("input");e.placeholder="placeholder"in a;var i=["email","url","tel","number","range","date"];return t.each(i,function(t,i){a.setAttribute("type",i),e[i]="text"!==a.type}),e}(),t("div.wpcf7 > form").each(function(){var e=t(this);wpcf7.initForm(e),wpcf7.cached&&wpcf7.refill(e)})}),wpcf7.getId=function(e){return parseInt(t('input[name="_wpcf7"]',e).val(),10)},wpcf7.initForm=function(e){var a=t(e);wpcf7.setStatus(a,"init"),a.submit(function(e){wpcf7.supportHtml5.placeholder||t("[placeholder].placeheld",a).each(function(e,a){t(a).val("").removeClass("placeheld")}),"function"==typeof window.FormData&&(wpcf7.submit(a),e.preventDefault())}),t(".wpcf7-submit",a).after(''),wpcf7.toggleSubmit(a),a.on("click",".wpcf7-acceptance",function(){wpcf7.toggleSubmit(a)}),t(".wpcf7-exclusive-checkbox",a).on("click","input:checkbox",function(){var e=t(this).attr("name");a.find('input:checkbox[name="'+e+'"]').not(this).prop("checked",!1)}),t(".wpcf7-list-item.has-free-text",a).each(function(){var e=t(":input.wpcf7-free-text",this),a=t(this).closest(".wpcf7-form-control");t(":checkbox, :radio",this).is(":checked")?e.prop("disabled",!1):e.prop("disabled",!0),a.on("change",":checkbox, :radio",function(){var i=t(".has-free-text",a).find(":checkbox, :radio");i.is(":checked")?e.prop("disabled",!1).focus():e.prop("disabled",!0)})}),wpcf7.supportHtml5.placeholder||t("[placeholder]",a).each(function(){t(this).val(t(this).attr("placeholder")),t(this).addClass("placeheld"),t(this).focus(function(){t(this).hasClass("placeheld")&&t(this).val("").removeClass("placeheld")}),t(this).blur(function(){""===t(this).val()&&(t(this).val(t(this).attr("placeholder")),t(this).addClass("placeheld"))})}),wpcf7.jqueryUi&&!wpcf7.supportHtml5.date&&a.find('input.wpcf7-date[type="date"]').each(function(){t(this).datepicker({dateFormat:"yy-mm-dd",minDate:new Date(t(this).attr("min")),maxDate:new Date(t(this).attr("max"))})}),wpcf7.jqueryUi&&!wpcf7.supportHtml5.number&&a.find('input.wpcf7-number[type="number"]').each(function(){t(this).spinner({min:t(this).attr("min"),max:t(this).attr("max"),step:t(this).attr("step")})}),wpcf7.resetCounter(a),a.on("change",".wpcf7-validates-as-url",function(){var e=t.trim(t(this).val());e&&!e.match(/^[a-z][a-z0-9.+-]*:/i)&&-1!==e.indexOf(".")&&(e=e.replace(/^\/+/,""),e="http://"+e),t(this).val(e)})},wpcf7.submit=function(e){if("function"==typeof window.FormData){var a=t(e);t(".ajax-loader",a).addClass("is-active"),wpcf7.clearResponse(a);var i=new FormData(a.get(0)),n={id:a.closest("div.wpcf7").attr("id"),status:"init",inputs:[],formData:i};t.each(a.serializeArray(),function(t,e){"_wpcf7"==e.name?n.contactFormId=e.value:"_wpcf7_version"==e.name?n.pluginVersion=e.value:"_wpcf7_locale"==e.name?n.contactFormLocale=e.value:"_wpcf7_unit_tag"==e.name?n.unitTag=e.value:"_wpcf7_container_post"==e.name?n.containerPostId=e.value:e.name.match(/^_/)||n.inputs.push(e)}),wpcf7.triggerEvent(a.closest("div.wpcf7"),"beforesubmit",n);var c=function(e,a,i,c){switch(n.id=t(e.into).attr("id"),n.status=e.status,n.apiResponse=e,e.status){case"init":wpcf7.setStatus(c,"init");break;case"validation_failed":t.each(e.invalid_fields,function(e,a){t(a.into,c).each(function(){wpcf7.notValidTip(this,a.message),t(".wpcf7-form-control",this).addClass("wpcf7-not-valid"),t(".wpcf7-form-control",this).attr("aria-describedby",a.error_id),t("[aria-invalid]",this).attr("aria-invalid","true")})}),wpcf7.setStatus(c,"invalid"),wpcf7.triggerEvent(e.into,"invalid",n);break;case"acceptance_missing":wpcf7.setStatus(c,"unaccepted"),wpcf7.triggerEvent(e.into,"unaccepted",n);break;case"spam":wpcf7.setStatus(c,"spam"),wpcf7.triggerEvent(e.into,"spam",n);break;case"aborted":wpcf7.setStatus(c,"aborted"),wpcf7.triggerEvent(e.into,"aborted",n);break;case"mail_sent":wpcf7.setStatus(c,"sent"),wpcf7.triggerEvent(e.into,"mailsent",n);break;case"mail_failed":wpcf7.setStatus(c,"failed"),wpcf7.triggerEvent(e.into,"mailfailed",n);break;default:wpcf7.setStatus(c,"custom-"+e.status.replace(/[^0-9a-z]+/i,"-"))}wpcf7.refill(c,e),wpcf7.triggerEvent(e.into,"submit",n),"mail_sent"==e.status&&(c.each(function(){this.reset()}),wpcf7.toggleSubmit(c),wpcf7.resetCounter(c)),wpcf7.supportHtml5.placeholder||c.find("[placeholder].placeheld").each(function(e,a){t(a).val(t(a).attr("placeholder"))}),t(".wpcf7-response-output",c).html("").append(e.message).slideDown("fast"),t(".screen-reader-response",c.closest(".wpcf7")).each(function(){var a=t(this);t('[role="status"]',a).html(e.message),e.invalid_fields&&t.each(e.invalid_fields,function(e,i){if(i.idref)var n=t("
  • ").append(t("").attr("href","#"+i.idref).append(i.message));else var n=t("
  • ").append(i.message);n.attr("id",i.error_id),t("ul",a).append(n)})}),e.posted_data_hash&&c.find('input[name="_wpcf7_posted_data_hash"]').first().val(e.posted_data_hash)};t.ajax({type:"POST",url:wpcf7.apiSettings.getRoute("/contact-forms/"+wpcf7.getId(a)+"/feedback"),data:i,dataType:"json",processData:!1,contentType:!1}).done(function(e,i,n){c(e,i,n,a),t(".ajax-loader",a).removeClass("is-active")}).fail(function(e,i,n){var c=t('
    ').text(n.message);a.after(c)})}},wpcf7.triggerEvent=function(e,a,i){var n=new CustomEvent("wpcf7"+a,{bubbles:!0,detail:i});t(e).get(0).dispatchEvent(n)},wpcf7.setStatus=function(e,a){var i=t(e),n=i.attr("data-status");i.data("status",a),i.addClass(a),i.attr("data-status",a),n&&n!==a&&i.removeClass(n)},wpcf7.toggleSubmit=function(e,a){var i=t(e),n=t("input:submit",i);return"undefined"!=typeof a?void n.prop("disabled",!a):void(i.hasClass("wpcf7-acceptance-as-validation")||(n.prop("disabled",!1),t(".wpcf7-acceptance",i).each(function(){var e=t(this),a=t("input:checkbox",e);if(!e.hasClass("optional")&&(e.hasClass("invert")&&a.is(":checked")||!e.hasClass("invert")&&!a.is(":checked")))return n.prop("disabled",!0),!1})))},wpcf7.resetCounter=function(e){var a=t(e);t(".wpcf7-character-count",a).each(function(){var e=t(this),i=e.attr("data-target-name"),n=e.hasClass("down"),c=parseInt(e.attr("data-starting-value"),10),s=parseInt(e.attr("data-maximum-value"),10),p=parseInt(e.attr("data-minimum-value"),10),o=function(a){var i=t(a),o=i.val().length,r=n?c-o:o;e.attr("data-current-value",r),e.text(r),s&&s").attr({class:"wpcf7-not-valid-tip","aria-hidden":"true"}).text(a).appendTo(i),i.is(".use-floating-validation-tip *")){var n=function(e){t(e).not(":hidden").animate({opacity:0},"fast",function(){t(this).css({"z-index":-100})})};i.on("mouseover",".wpcf7-not-valid-tip",function(){n(this)}),i.on("focus",":input",function(){n(t(".wpcf7-not-valid-tip",i))})}},wpcf7.refill=function(e,a){var i=t(e),n=function(e,a){t.each(a,function(t,a){e.find(':input[name="'+t+'"]').val(""),e.find("img.wpcf7-captcha-"+t).attr("src",a);var i=/([0-9]+)\.(png|gif|jpeg)$/.exec(a);e.find('input:hidden[name="_wpcf7_captcha_challenge_'+t+'"]').attr("value",i[1])})},c=function(e,a){t.each(a,function(t,a){e.find(':input[name="'+t+'"]').val(""),e.find(':input[name="'+t+'"]').siblings("span.wpcf7-quiz-label").text(a[0]),e.find('input:hidden[name="_wpcf7_quiz_answer_'+t+'"]').attr("value",a[1])})};"undefined"==typeof a?t.ajax({type:"GET",url:wpcf7.apiSettings.getRoute("/contact-forms/"+wpcf7.getId(i)+"/refill"),beforeSend:function(t){var e=i.find(':input[name="_wpnonce"]').val();e&&t.setRequestHeader("X-WP-Nonce",e)},dataType:"json"}).done(function(t,e,a){t.captcha&&n(i,t.captcha),t.quiz&&c(i,t.quiz)}):(a.captcha&&n(i,a.captcha),a.quiz&&c(i,a.quiz))},wpcf7.clearResponse=function(e){var a=t(e);a.siblings(".screen-reader-response").each(function(){t('[role="status"]',this).html(""),t("ul",this).html("")}),t(".wpcf7-not-valid-tip",a).remove(),t("[aria-invalid]",a).attr("aria-invalid","false"),t(".wpcf7-form-control",a).removeClass("wpcf7-not-valid"),t(".wpcf7-response-output",a).hide().empty()},wpcf7.apiSettings.getRoute=function(t){var e=wpcf7.apiSettings.root;return e=e.replace(wpcf7.apiSettings.namespace,wpcf7.apiSettings.namespace+t)})}(jQuery),function(){function t(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var a=document.createEvent("CustomEvent");return a.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),a}return"function"!=typeof window.CustomEvent&&(t.prototype=window.Event.prototype,void(window.CustomEvent=t))}();x

    Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586