$(document).ready(
	function() {

		$('#prc_state select').change(function() {
			window.location.href = $('#prc_state select').val();
		});

		$('#prc_therapist select').change(function() {
			window.location.href = $('#prc_therapist select').val();
		});

		$('#global').change(function() {
			window.location.href = $('#global').val();
		});
		
		$('body.home #intro').corner();
		
		//$('ul.pri_illustrations li a').lightBox();
		
		$('ul.pri_illustrations li a').fancybox({
			'width'				: 1000,
			'height'			: 725,
			'autoScale'			: false,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'speedIn'			: '750',
			'speedOut'			: '750',
			'type'				: 'iframe',
			'titleShow'			: false,
			'overlayOpacity'	: 0.75,
			'overlayColor'		: '#000',
			'showNavArrows'		: false
		});
	
	}
);
