$(document).ready(function() {
	$("#jumpMenu").change(function() {
		if(this.value){
			var url=$("#path").text()+"/health/clinics/view/"+this.value;
			location.href=url;
		}
	});
	
	$("a#lightboxlogin").fancybox({
		'titleShow'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});
	
	
});
