$(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;
    });

	$(".applyalt").click(function(){
		Lightbox.alert("Thank you for your interest in the position. This position requires a manual application.<br />Therefore in order to Apply for this Job please refer to the application process as detailed in the Job description.");
        return false;
	});

});