

		


		
		
		
	
	
	
		
		
	


		
	
	jQuery().ready(function() {
	

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$.ajaxSetup ({ cache: false });
		
		doPopup = function(url) {
		
			$("#pophold").html('<a href="'+ url +'" class="iframe"></a>');
			
			$("a.iframe").fancybox({
				'hideOnContentClick'	: false,
				'width'			: 660,
				'height'			: Math.min($(window).height()-100, 500),
				autoDimensions			: false,
				'overlayShow'			: false,
				'zoomSpeedIn'			: 600,
				'zoomSpeedOut'			: 500,
				'easingIn'				: 'easeOutBack',
				'easingOut'				: 'easeInBack'
			}).trigger("click"); 

		}
		
		$("a.fancy").fancybox({
			'hideOnContentClick'	: false,
			'width'			: 660,
			'height'			: Math.min($(window).height()-100, 500),
			autoDimensions			: false,
			'overlayShow'			: false,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		}); 

		$("#events a,.calevent").click(function(event) {
			event.preventDefault();

			$.fancybox({
				'href'					: $(this).attr("href") + "?ajax=yes",
				'hideOnContentClick'	: false,
				'width'			: 500,
				'height'			: Math.min($(window).height()-100, 500),
				'autoDimensions'		: false,
				'overlayShow'			: false,
				'zoomSpeedIn'			: 600,
				'zoomSpeedOut'			: 500,
				'easingIn'				: 'easeOutBack',
				'easingOut'				: 'easeInBack'
			});
		});
	
		$(".company").fancybox({
			'hideOnContentClick'	: false,
			'width'					: 500,
			autoDimensions			: false,
			'height'				: Math.min($(window).height()-100, 500),
			'overlayShow'			: false,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack',
			'callbackOnShow'		: function() { 
					$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
					$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');
				}
		}); 

		$("a.cvvpop").addClass("iframe").fancybox({
			'hideOnContentClick'	: false,
			'width'			: 570,
			'height'			: Math.min($(window).height()-100, 320),
			autoDimensions			: false,
			'width'					: 570,
			'height'				: Math.min($(window).height()-100, 320),
			'overlayShow'			: false,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		}); 
		
		$('ul#slideshow').animatedinnerfade({
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '239px',
			containerwidth: '626px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
		});		
		
	});

	

	

