registrations have now closed.
Fantastic news, Intrepid travellers and Intrepid have helped plant 12,000 trees in Africa!
During April and May 2007, 5076 Intrepid travellers registered to have a tree planted in their name in Africa.
And now Intrepid has joined in the action too, pledging to plant a further 6924 trees!
We look forward to updating you on the life of our trees over the coming year in Intrepid Express. Subscribe now if you haven't already.
Thankyou again to members of our wonderful Intrepid community who pledged trees in their names and look out for future initiatives of this nature.
var captchaPass = false; function checkCaptcha_(transport) { captchaLogging_(); // update system message var result = transport.responseText; // get the element that refers to captcha image img = $('imgCaptcha'); if(parseInt(result) == 1) { //display error message $('msg').innerHTML = "Correct!"; captchaPass = true; return true; } else { //ungly hack to refresh the image :< img.src = '../../lib/captcha/captcha_create.php?' + Math.random(); //display error message $('msg').innerHTML = "Incorrect input! Please enter the above 4 letters again...
"; captchaPass = false; return false; } } function handleCaptcha_() { var postStr = $('txtCaptcha').value; var httpObj = new Ajax.Request(captchaURL,{ method: 'post', parameters: "txtCaptcha="+postStr, asynchronous: false, onSuccess: checkCaptcha_, requestHeaders: ('Content-length', postStr.length,'Content-type', 'application/x-www-form-urlencoded','Connection', 'close') }); if(captchaPass == false || captchaPass == "undefined") { return false; } return true; } function captchaLogging_() { var firstName = ($('first_name').value == null) ? null : $('first_name').value ; var familyName = ($('family_name').value == null) ? null : $('family_name').value; var email = ($('email').value == null)? null : $('email').value; var captchaStr = $('txtCaptcha').value; var errorObj = new Ajax.Request(logURL,{ method: 'post', postBody: "txtCaptcha="+captchaStr+"&first_name="+firstName+"&family_name="+familyName+"&email="+email, onComplete: function(){return true;}}); }

