$(document).ready(
	function(){
		// Header Slideshow
		$('#headerImages').innerfade({
			speed: 2000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '155px' }); 
	
		// Colorbox
		$(".colorbox").colorbox({opacity:0.55});
		
		// Navigation
		$("ul.sf-menu").superfish({ 
			animation: {height:'show'},   // slide-down effect without fade-in 
			delay:     1200               // 1.2 second delay on mouseout 
		}); 

		// Table Striping
		$(".funkyTable tr:even").addClass("altrow");

		// Tooltip Image Preview
		imagePreview();
	}
);
