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'); }

In response to the flooding in BC, the BC Ministry of Agriculture, Food and Fisheries has put together a listing of mental health resources for BC Farmers.

Information and contact numbers for mental wellness support for producers.

AgriService phone line 1-888-221-7141 is available to producers impacted by flooding that need additional support.

The Ministry’s priority is supporting those directly impacted and routine calls to AgriService may have delayed response times.