Thank you for sharing your story. We will be in touch with you shortly. If you have any questions or concerns regarding Farm Management Canada’s 30th anniversary or your testimonial, please contact us at info(at)fmc-gac.com.
var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]); } } return false; }; var weblang = getUrlParameter('lang'); if (weblang=="fr"){ jQuery('#search-box input').attr('placeholder', 'Rechercher'); }