<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">function globalFormError(){}function globalFormSuccess(n,t){if($(t).parents("#leadGenModal").length)$(t).find(".step.td-form-success").show().siblings(".step.submit").hide(),$(t).find(".navigation button.submit").attr("disabled","disabled").hide(),$(t).parents(".td-modal").focus();else if($(t).parents("#teaserModal").length)$(t).find(".step.td-form-success").show().siblings(".step.submit").hide(),$(t).find(".navigation button.submit").attr("disabled","disabled").hide(),$(t).parents(".td-modal").focus();else if($(t).parents("#eventModal").length)populateSuccessContactInfo($(t),$(t).find(".step.td-form-success")),$(t).find(".step.td-form-success").show().siblings(".step.submit").hide(),$(t).find(".navigation button.submit").attr("disabled","disabled").hide(),$(t).parents(".td-modal").focus();else if($(t).parents(".td-blog-subscribe").length)$(t).hide(),$(t).siblings(".td-notification-section.bg-success").show(),$(t).siblings(".td-notification-section.bg-success").find("h3").focus();else{var i=$(t).find(".wizard-step.current"),r=$("#"+i.attr("data-state"));populateSuccessContactInfo(i,r);$(t).find(".navigation button").hide();i.hide();r.show().focus()}}function globalFormOnSubmit(n,t){if($(n).find(".navigation button.submit").attr("disabled","disabled"),$(n).valid()&amp;&amp;EC!=undefined&amp;&amp;EC.Form!=undefined&amp;&amp;EC.Form.Submission!=undefined)$(n).find("#email-me-form").length&amp;&amp;$(n).find(".wizard-step.current").attr("data-state")==="email-me-success"?($(n).find("div.step.first").remove(),$(n).find("#request-appt-form").remove(),$(n).find("#request-appt-hidden-inputs").remove()):$(n).find("#request-appt-form")&amp;&amp;$(n).find(".wizard-step.current").attr("data-state")==="request-appt-success"&amp;&amp;($(n).find("div.step.first").remove(),$(n).find("#email-me-form").remove(),$(n).find("#email-me-hidden-inputs").remove()),EC.Form.Submission.Submit($(n),t);else return $(n).find(".navigation button.submit").removeAttr("disabled"),!1}function formBinding(n){n.each(function(){var n=$(this);n.unbind("submit");EC!=undefined&amp;&amp;EC.Form!=undefined&amp;&amp;EC.Form.Process({formSelector:n,submitError:globalFormError,submitSuccess:globalFormSuccess,onSubmit:globalFormOnSubmit});n.hasClass("td-contact-wizard")&amp;&amp;handleUtmScource(n)})}function handleUtmScource(n){var r="",u="",t=decodeURI(GetParameter("utm_source"))=="undefined"?"":decodeURI(GetParameter("utm_source")),i,f,e,o,s;t===""&amp;&amp;document.referrer!==undefined&amp;&amp;document.referrer!==""&amp;&amp;(i=document.referrer,i!==""&amp;&amp;(i.indexOf("google.")&gt;-1?t="Google":i.indexOf("bing.")&gt;-1&amp;&amp;(t="Bing")));n.find("input[name=EcUtmSource]").val(t);f=decodeURI(GetParameter("utm_medium"))=="undefined"?"":decodeURI(GetParameter("utm_medium"));n.find("input[name=EcUtmMedium]").val(f);e=decodeURI(GetParameter("utm_campaign"))=="undefined"?"":decodeURI(GetParameter("utm_campaign"));n.find("input[name=EcUtmCampaign]").val(e);GetParameter("selectedLangs")!=undefined&amp;&amp;(r=GetParameter("selectedLangs"));GetParameter("selectedCerts")!=undefined&amp;&amp;(u=GetParameter("selectedCerts"));o=decodeURI(r)=="undefined"?"":decodeURI(r);n.find("input[name=EcSelectedLanguages]").val(o);s=decodeURI(u)=="undefined"?"":decodeURI(u);n.find("input[name=EcSelectedCertifications]").val(s)}function GetParameter(n){for(var i,u=window.location.search.substring(1),r=u.split("&amp;"),t=0;t&lt;r.length;t++)if(i=r[t].split("="),i[0].toLowerCase()==n.toLowerCase())return i[1];return undefined}function populateSuccessContactInfo(n,t){var e=n.find("[name=FirstName]").val()||n.find("[name=firstName]").val(),o=n.find("[name=LastName]").val()||n.find("[name=lastName]").val(),s=n.find("[name=EmailAddress]").val()||n.find("[name=emailAddress]").val(),i=n.find("[name=PhoneNumber]").val()||n.find("[name=phoneNumber]").val();i||(i=n.find("[name=yourphone]").val());var h=n.find("[name=rsvp-time-to-call]").val(),c=n.find("[name=Comment]").val()||n.find("[name=comment]").val(),r=n.find("[name=Appointment1]").val()||n.find("[name=appointment1]").val(),u=n.find("[name=Appointment2]").val()||n.find("[name=appointment2]").val(),f=n.find("[name=Appointment3]").val()||n.find("[name=appointment3]").val(),l=n.find("[name=AppointmentTime1]").val()||n.find("[name=appointmentTime1]").val(),a=n.find("[name=AppointmentTime2]").val()||n.find("[name=appointmentTime2]").val(),v=n.find("[name=AppointmentTime3]").val()||n.find("[name=appointmentTime3]").val();e&amp;&amp;o?t.find(".td-contact-info-name").append("&lt;p&gt;"+e+" "+o+"&lt;\/p&gt;"):t.find(".td-contact-info-name").hide();s?t.find(".td-contact-info-email").append("&lt;p&gt;"+s+"&lt;\/p&gt;"):t.find(".td-contact-info-email").hide();i?t.find(".td-contact-info-phone").append("&lt;p&gt;"+i+"&lt;\/p&gt;"):t.find(".td-contact-info-phone").hide();h?t.find(".td-contact-info-best-time").append("&lt;p&gt;"+h+"&lt;\/p&gt;"):t.find(".td-contact-info-best-time").hide();c?t.find(".td-contact-info-comments").append("&lt;p&gt;"+c+"&lt;\/p&gt;"):t.find(".td-contact-info-comments").hide();(r||u||f)&amp;&amp;t.find(".td-contact-info-appointments").append("&lt;ul&gt;&lt;\/ul&gt;");r?l?t.find(".td-contact-info-appointments ul").append("&lt;li&gt;&lt;p&gt;"+formatDate(r)+", "+l+"&lt;\/p&gt;&lt;\/li&gt;"):t.find(".td-contact-info-appointments ul").append("&lt;li&gt;&lt;p&gt;"+formatDate(r)+"&lt;\/p&gt;&lt;\/li&gt;"):t.find(".td-contact-info-appointments").hide();u&amp;&amp;(a?t.find(".td-contact-info-appointments ul").append("&lt;li&gt;&lt;p&gt;"+formatDate(u)+", "+a+"&lt;\/p&gt;&lt;\/li&gt;"):t.find(".td-contact-info-appointments ul").append("&lt;li&gt;&lt;p&gt;"+formatDate(u)+"&lt;\/p&gt;&lt;\/li&gt;"));f&amp;&amp;(v?t.find(".td-contact-info-appointments ul").append("&lt;li&gt;&lt;p&gt;"+formatDate(f)+", "+v+"&lt;\/p&gt;&lt;\/li&gt;"):t.find(".td-contact-info-appointments ul").append("&lt;li&gt;&lt;p&gt;"+formatDate(f)+"&lt;\/p&gt;&lt;\/li&gt;"))}function continueButtonClickHandler(){var n=$('.td-contact-wizard input[name="selectFormTypeGroup"]:checked').val(),t=$('.td-contact-wizard input[name="existingCustomerGroup"]:checked').val(),i=$('.td-contact-wizard .new-customer-content input[type="checkbox"]:checked').map(function(){return this.value}).get().join(", ");n==="Email"?($('.td-contact-wizard #email-me-hidden-inputs input[name="Are you an existing TD Wealth customer?"]').val(t),$('.td-contact-wizard #email-me-hidden-inputs input[name="What can I help with?"]').val(i)):n==="Appointment"&amp;&amp;($('.td-contact-wizard #request-appt-hidden-inputs input[name="Are you an existing TD Wealth customer?"]').val(t),$('.td-contact-wizard #request-appt-hidden-inputs input[name="What can I help with?"]').val(i))}function existingCustomerRadioBtnHandler(){var r=$(this),t=$(".td-contact-wizard"),n=t.find("button[name=forward]"),i=t.find(".step:first-of-type"),e=i.find("input[name=selectFormTypeGroup]"),u=t.find(".new-customer-content").hide(),f;r.is(":checked")?(f=r.val(),f==="YES"?u.hide():u.show(),e.is(":checked")&amp;&amp;(i.removeClass("stop"),n.removeClass("disabled"),n.removeAttr("disabled"))):(i.addClass("stop"),n.addClass("disabled"),n.attr("disabled","disabled"))}function initializeClickHandlers(){$(".td-contact-wizard .navigation button.forward").click(continueButtonClickHandler);$(".td-contact-wizard .step:first-of-type input[name=existingCustomerGroup]").on("change",existingCustomerRadioBtnHandler)}function initializeAdditionalFormValidation(){var i,n,t;i=typeof Language!="undefined"?Language:typeof language!="undefined"?language:$("html").attr("lang");n=i==="fr"?"Veuillez entrer une adresse courriel valide.":"Please enter a valid email address.";t=i==="fr"?"Veuillez entrer une T\u00c3\u00a9l\u00c3\u00a9phone (facultatif) valide.":"Please enter a valid phone number.";$.validator.addMethod("validatePhone",function(n,t){return n=n.replace(/\s+/g,""),this.optional(t)||n.length&gt;9&amp;&amp;n.match(/^(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}$/)},t);$.validator.addMethod("validateEmail",function(n,t){return this.optional(t)||/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(n)},n);$('.td-contact-wizard input[name="EmailAddress"], #eventModal .td-form-wizard input[name="EmailAddress"], .td-blog-subscribe .td-form-wizard input[name="EmailAddress"]').rules("remove","email");$('.td-contact-wizard input[name="EmailAddress"], #eventModal .td-form-wizard input[name="EmailAddress"], .td-blog-subscribe .td-form-wizard input[name="EmailAddress"]').rules("add",{messages:{email:n,validateEmail:n},validateEmail:!0});$('.td-contact-wizard input[name="PhoneNumber"], #eventModal .td-form-wizard input[name="PhoneNumber"]').rules("remove","digits rangelength");$('.td-contact-wizard input[name="PhoneNumber"], #eventModal .td-form-wizard input[name="PhoneNumber"]').rules("add",{messages:{validatePhone:t},validatePhone:!0});$('.td-contact-wizard input[name="yourphone"]').rules("remove","digits rangelength");$('.td-contact-wizard input[name="yourphone"]').rules("add",{messages:{validatePhone:t},validatePhone:!0})}function formatDate(n){var i,t;if(i=typeof Language!="undefined"?Language:typeof language!="undefined"?language:$("html").attr("lang"),t=new Date(n),i==="fr"){t=new Date(n.split("/").reverse().join("/"));var r=["Janvier","F\u00c3\u00a9vrier","Mars","Avril","Mai","Juin","Juillet","Ao\u00c3\u00bbt","Septembre","Octobre","Novembre","D\u00c3\u00a9cembre"],u=["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],o=""+(t.getMonth()+1),f=""+t.getDate(),e=t.getFullYear();return u[t.getDay()]+", "+r[t.getMonth()]+" "+f+", "+e}var r=["January","February","March","April","May","June","July","August","September","October","November","December"],u=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],o=""+(t.getMonth()+1),f=""+t.getDate(),e=t.getFullYear();return u[t.getDay()]+", "+r[t.getMonth()]+" "+f+", "+e}function loadProfileInfoIntoModal(n){var et,ut,ft;et=typeof Language!="undefined"?Language:typeof language!="undefined"?language:$("html").attr("lang");var ot=$(n.target).is("a")&amp;&amp;$(n.target).hasClass("td-link-standalone")?$(n.target):$(n.target).parents(".content--advisor").find("a.td-link-standalone"),t=$("#"+ot.attr("data-target")),i=ot.attr("data-profile-id"),r=$("#profile-modal-info-"+i),d=$(r).find("#profile-modal-info-"+i+"-photo span").attr("data-url"),ht=$(r).find("#profile-modal-info-"+i+"-photo span").attr("data-alt-text"),u=$(r).find("#profile-modal-info-"+i+"-name").html(),g=$(r).find("#profile-modal-info-"+i+"-titles").html(),nt=$(r).find("#profile-modal-info-"+i+"-designations"),tt=nt.html(),it=[];nt&amp;&amp;nt.find("p").each(function(){it.push($(this).text())});var c=it&amp;&amp;it.join(", "),rt=$(r).find("#profile-modal-info-"+i+"-website-url").html(),f=$(r).find("#profile-modal-info-"+i+"-office-phone").html(),b=$(r).find("#profile-modal-info-"+i+"-office-phone-formatted").html(),e=$(r).find("#profile-modal-info-"+i+"-mobile-phone").html(),k=$(r).find("#profile-modal-info-"+i+"-mobile-phone-formatted").html(),h=$(r).find("#profile-modal-info-"+i+"-email").html(),o=$(r).find("#profile-modal-info-"+i+"-social-links span").attr("data-twitter"),s=$(r).find("#profile-modal-info-"+i+"-social-links span").attr("data-linked-in"),ct=u.match("^[aieouAIEOU].*")?"d'":"de",st=et==="fr"?"\u00c0 propos "+ct:"About",l=u&amp;&amp;u.length&gt;0?st+" "+u:st,a=$(r).find("#profile-modal-info-"+i+"-about").html(),v=$(r).find("#profile-modal-info-"+i+"-languages").html(),y=$(r).find("#profile-modal-info-"+i+"-community").html(),p=$(r).find("#profile-modal-info-"+i+"-specializations").html(),w=$(r).find("#profile-modal-info-"+i+"-education").html();d&amp;&amp;d.length&gt;0?($(t).find("#profile-modal-advisor-photo img").attr({src:d,alt:ht}),$(t).find("#profile-modal-advisor-photo").show()):$(t).find("#profile-modal-advisor-photo").hide();u&amp;&amp;u.length&gt;0?($(t).find("#profile-modal-advisor-name .name-data.h2").empty().append(u),$(t).find("#profile-modal-advisor-name").show()):$(t).find("#profile-modal-advisor-name").hide();g&amp;&amp;g.length&gt;0?($(t).find("#profile-modal-advisor-titles").empty().append(g),$(t).find("#profile-modal-advisor-titles").show()):$(t).find("#profile-modal-advisor-titles").hide();tt&amp;&amp;tt.length&gt;0?($(t).find("#profile-modal-advisor-certifications").empty().append(tt),$(t).find("#profile-modal-advisor-certifications").show()):$(t).find("#profile-modal-advisor-certifications").hide();rt&amp;&amp;rt.length&gt;0?($(t).find("#profile-modal-advisor-website-link a").attr("href",rt),$(t).find("#profile-modal-advisor-website-link").show()):$(t).find("#profile-modal-advisor-website-link").hide();f&amp;&amp;f.length&gt;0||e&amp;&amp;e.length&gt;0||o&amp;&amp;o.length&gt;0||s&amp;&amp;s.length&gt;0||h&amp;&amp;h.length&gt;0?($(t).find("#profile-modal-contact").show(),f&amp;&amp;f.length&gt;0||e&amp;&amp;e.length&gt;0?($(t).find("#profile-modal-contact-phone").show(),f&amp;&amp;f.length&gt;0&amp;&amp;b&amp;&amp;b.length&gt;0?($(t).find("#profile-modal-contact-office-phone a").attr("href","tel:"+f),$(t).find("#profile-modal-contact-office-phone a").html(b).siblings(".hidden-xs").html(b),$(t).find("#profile-modal-contact-office-phone").show()):$(t).find("#profile-modal-contact-office-phone").hide(),e&amp;&amp;e.length&gt;0&amp;&amp;k&amp;&amp;k.length&gt;0?($(t).find("#profile-modal-contact-mobile-phone a").attr("href","tel:"+e),$(t).find("#profile-modal-contact-mobile-phone a").html(k).siblings(".hidden-xs").html(k),$(t).find("#profile-modal-contact-mobile-phone").show()):$(t).find("#profile-modal-contact-mobile-phone").hide()):$(t).find("#profile-modal-contact-phone").hide(),h&amp;&amp;h.length&gt;0?($(t).find("#profile-modal-contact-email a").attr("href","mailto:"+h),$(t).find("#profile-modal-contact-email a").html(h),$(t).find("#profile-modal-contact-email").show()):$(t).find("#profile-modal-contact-email").hide(),o&amp;&amp;o.length&gt;0||s&amp;&amp;s.length&gt;0?($(t).find("#profile-modal-contact-connect").show(),o&amp;&amp;o.length&gt;0?($(t).find("#profile-modal-contact-connect-twitter").attr("href",o),$(t).find("#profile-modal-contact-connect-twitter").show()):$(t).find("#profile-modal-contact-connect-twitter").hide(),s&amp;&amp;s.length&gt;0?($(t).find("#profile-modal-contact-connect-linked-in").attr("href",s),$(t).find("#profile-modal-contact-connect-linked-in").show()):$(t).find("#profile-modal-contact-connect-linked-in").hide()):$(t).find("#profile-modal-contact-connect").hide()):$(t).find("#profile-modal-contact").hide();ut=l&amp;&amp;l.length&gt;0&amp;&amp;a&amp;&amp;a.length&gt;0?!0:!1;ft=c&amp;&amp;c.length&gt;0||p&amp;&amp;p.length&gt;0||v&amp;&amp;v.length&gt;0||w&amp;&amp;w.length&gt;0||y&amp;&amp;y.length&gt;0?!0:!1;ut||ft?($(t).find("#profile-modal-about").show(),ut?($(t).find("#profile-modal-about-section-1").show(),l&amp;&amp;l.length&gt;0?($(t).find("#profile-modal-about-headline").empty().append(l),$(t).find("#profile-modal-about-headline").show()):$(t).find("#profile-modal-about-headline").hide(),a&amp;&amp;a.length&gt;0?($(t).find("#profile-modal-about-body").empty().append(a),$(t).find("#profile-modal-about-body").show()):$(t).find("#profile-modal-about-body").hide()):$(t).find("#profile-modal-about-section-1").hide(),ft?($(t).find("#profile-modal-about-section-2").show(),c&amp;&amp;c.length&gt;0?($(t).find("#profile-modal-certificates :not(.title)").remove(),$(t).find("#profile-modal-certificates").append("&lt;p&gt;"+c+"&lt;\/p&gt;"),$(t).find("#profile-modal-certificates").show()):$(t).find("#profile-modal-certificates").hide(),p&amp;&amp;p.length&gt;0?($(t).find("#profile-modal-specializations :not(.title)").remove(),$(t).find("#profile-modal-specializations").append(p),$(t).find("#profile-modal-specializations").show()):$(t).find("#profile-modal-specializations").hide(),v&amp;&amp;v.length&gt;0?($(t).find("#profile-modal-languages :not(.title)").remove(),$(t).find("#profile-modal-languages").append(v),$(t).find("#profile-modal-languages").show()):$(t).find("#profile-modal-languages").hide(),w&amp;&amp;w.length&gt;0?($(t).find("#profile-modal-education :not(.title)").remove(),$(t).find("#profile-modal-education").append(w),$(t).find("#profile-modal-education").show()):$(t).find("#profile-modal-education").hide(),y&amp;&amp;y.length&gt;0?($(t).find("#profile-modal-community :not(.title)").remove(),$(t).find("#profile-modal-community").append(y),$(t).find("#profile-modal-community").show()):$(t).find("#profile-modal-community").hide()):$(t).find("#profile-modal-about-section-2").hide()):$(t).find("#profile-modal-about").hide()}function loadVideoInfoIntoModal(n,t){var a=$(n.target).hasClass("td-video-modal-btn")?$(n.target):$(n.target).parents(t).find("a.td-video-modal-btn"),i=$("#"+a.attr("data-target")),r=a.attr("data-video-modal-info-id"),u=$("#video-modal-info-"+r),f=$(u).find("#video-modal-info-"+r+"-title").html(),e=$(u).find("#video-modal-info-"+r+"-iframe").html(),o=$(u).find("#video-modal-info-"+r+"-custom").html(),s=$(u).find("#video-modal-info-"+r+"-brightcove span").attr("data-account-id"),h=$(u).find("#video-modal-info-"+r+"-brightcove span").attr("data-video-id"),v='&lt;video id="brightcovePlayer" data-account="'+s+'" data-video-id="'+h+'" data-player="EkZeAlzFl" data-embed="default" class="video-js" controls="controls" style="width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px;"&gt;&lt;\/video&gt;',c=$(u).find("#video-modal-info-"+r+"-video-url").html(),l=$(u).find("#video-modal-info-"+r+"-transcript span").attr("data-url"),y=$(u).find("#video-modal-info-"+r+"-transcript span").attr("data-target")||"_blank";f&amp;&amp;f.length&gt;0?($(i).find("#video-modal-title h2").empty().append(f),$(i).find("#video-modal-title").show()):$(i).find("#video-modal-title").hide();e&amp;&amp;e.length&gt;0?($(i).find("#video-modal-iframe-wrapper").empty().append(e),$(i).find("#video-modal-iframe-wrapper").show()):$(i).find("#video-modal-iframe-wrapper").hide();s&amp;&amp;s.length&gt;0&amp;&amp;h&amp;&amp;h.length&gt;0?($(i).find("#video-modal-brightcove-wrapper #brightcovePlayer-wrapper").empty().append(v),initializeBrightcovePlayer(),$(i).find("#video-modal-brightcove-wrapper").show()):$(i).find("#video-modal-brightcove-wrapper").hide();o&amp;&amp;o.length&gt;0?($(i).find("#video-modal-custom-wrapper").empty().append(o),$(i).find("#video-modal-custom-wrapper").show()):$(i).find("#video-modal-custom-wrapper").hide();c&amp;&amp;c.length&gt;0?($(i).find("#video-modal-copy-video-link-wrapper button.btn-copy").attr("data-url",c),$(i).find("#video-modal-copy-video-link-wrapper .btn-copy-wrap").show()):$(i).find("#video-modal-copy-video-link-wrapper .btn-copy-wrap").hide();l&amp;&amp;l.length&gt;0?($(i).find("#video-modal-copy-video-link-wrapper a.btn-transcript").attr({href:l,target:y}),$(i).find("#video-modal-copy-video-link-wrapper a.btn-transcript").show()):$(i).find("#video-modal-copy-video-link-wrapper a.btn-transcript").hide()}function initializeBrightcovePlayer(){if(bc!=undefined){var n=bc($("#brightcovePlayer")[0]);n.ready(function(){n.play()})}}function initializeBrightcoveAudioPlayers(){$("video-js").each(function(){var i=$(this);if(i.siblings(".bc-audio-data").length&gt;0){var n=i.siblings(".bc-audio-data"),f=n.find('[id^="bc-audio-sectionguid"]').text(),e="myPlayerID-"+f,o=n.find('[id^="bc-audio-player-config"]').text(),s=n.find('[id^="bc-audio-account-id"]').text(),r=n.find('[id^="bc-audio-only-id"]').text(),u=n.find('[id^="bc-audio-thumbnail-id"]').text(),h="//players.brightcove.net/"+s+"/"+o+"_default/index.min.js",t=document.createElement("script");t.src=h;document.body.appendChild(t);t.onload=function(){if(bc!=undefined){var n=bc(e);u&amp;&amp;u.length&gt;0?n.ready(function(){n.audioPosterMode(!0)}):r&amp;&amp;r.length&gt;0&amp;&amp;n.ready(function(){n.audioOnlyMode(!0)})}}}})}function initializeVideoModalEvents(){if(g!=undefined&amp;&amp;g.ev!=undefined&amp;&amp;g.events!=undefined)g.ev.on(g.events.afterModalHidden,function(){var n=$("#videoModal");n.find("#video-modal-iframe-wrapper").empty();n.find("#video-modal-brightcove-wrapper #brightcovePlayer-wrapper").empty();n.find("#video-modal-custom-wrapper ").empty()})}typeof languageChange=="function"&amp;&amp;(languageChange=function(){var t,i,n;t=typeof Language!="undefined"?Language:typeof language!="undefined"?language:$("html").attr("lang");i=t.indexOf("en")!==-1?"fr":"en-us";n=window.location.href;n=n.replace("&amp;language=fr","");n=n.replace("&amp;language=en-us","");n=n.replace("?language=fr","");n=n.replace("?language=en-us","");n+=n.indexOf("?")&gt;-1?"&amp;language="+i:"?language="+i;t==="fr"?($(".td_rq_link-to-top").addClass("td_rq_link-to-top-fr"),$(".lang-en").attr("href",n)):$(".lang-fr").attr("href",n)});$(document).ready(function(){languageChange();formBinding($("#leadGenModal .td-form-wizard, #eventModal .td-form-wizard, .td-contact-wizard, #teaserModal .td-form-wizard, .td-blog-subscribe .td-form-wizard"));initializeAdditionalFormValidation();initializeClickHandlers();initializeVideoModalEvents();initializeBrightcoveAudioPlayers()});/*This js file was minified by WSM.*/</pre></body></html>