function hide_email() {
        email_start = "mailto:alex";
        email_end = "at.it";
        email_middle = "@isth";
        return email_start + email_middle + email_end;
}

function hide_skype() {
        skype_start = "skype:alex";
        skype_end = "hearn";
        skype_middle = "ander.s";
        return skype_start + skype_middle + skype_end;
}

jQuery(function(){
	$('a.lightbox').fancybox();
	$('#phone').replaceWith('+44 (0)7970 768781');
});

