$(document).ready(function(){

	$("#send_to_friend").click(function(){
        //Lightbox.load("http://dev.human.jobs.co.za/job-seekers/sendtofriend");
        //Lightbox.load("http://human.jobs.co.za/job-seekers/sendtofriend");
        Lightbox.load("http://" + document.location.host + "/job-seekers/sendtofriend");
        return false;
    });

});