(function($) {
	$('.home-additional-services li ul li').click(function(e){
		window.location = $(this).attr('title');
		e.preventDefault();
	});
})(jQuery);