Canada Geese mate for life and will return to the same location to nest year after year. The lack of available natural nesting sites has resulted in Canada Geese nesting on rooftops, even in busy urban environments. Here are some commonly asked questions regarding Canada Goose nesting season.
Rooftops especially those with greenery, ponds, and pools have become a popular, attractive nesting site for some parents. These rooftops mimic natural environments for parents who choose to raise their young in hopes to protect them from potential predators from attacking. However, parents do not realize that these rooftops are dangerous for their newly hatched goslings, preventing them from leaving the rooftop safely.
We’d love to stay in touch! Sign up below to hear more about our work with injured and vulnerable animals of BC.
');
}
}
function submitSubscribeForm($form, $resultElement) {
// var firstName = document.getElementsByName('FNAME')[0].value;
$.ajax({
type: "GET",
url: $form.attr("action"),
data: $form.serialize(),
cache: false,
dataType: "jsonp",
jsonp: "c",
contentType: "application/json; charset=utf-8",
error: function(error){},
success: function(data){
// @Todo: Be sure to change this URL to match the image path on your site. - DONE
var message = '
';
message += '
';
message += '
Thank You
';
message += ''
message += '
Thank you for signing up! We’re excited to share stories of wildlife rehabilitation with you.
';
message += '
';
if (data.result != "success") {
message = '
';
message = '
Oops! There\'s Been an Error
';
message += '
';
message += data.msg || "Sorry, we're unable to subscribe you at this time. Please try again using the form at the bottom of the home page.";
message += '