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');
}
'Roots to Success' Risk Management Training Workshops for Farmers and Farm Advisors
Fill out the form below to add your name to the waiting list for upcoming Roots to Success Risk Management Training Workshops to be sure to receive notifications when the next workshop series is available.