Biologists from the Williams Lake region have been on the lookout and recently spotted the White Pelican flock return to one of their breeding grounds at Puntzi Lake, BC. They contacted Wildlife Rescue right away to acknowledge it was safe to move to the next stage. Peli underwent his final health evaluation to ensure he was ready for release to the wild.
After 8 hours of traveling with Peli safely in a kennel, staff and volunteers arrived at Woodlands Fishing Resort on Puntzi Lake. A sizable remote area where dozens of American White Pelicans fly majestically through daily. A Pelican island exists within viewing distance, making this a perfect spot for the Pelican’s release.
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 += '