/* Custom Script
----------------------------------------------------------------------------------------------------*/

  $(document).ready(function(){
  
  	/* Page and featured page styles
	-----------------------------------*/
	
	if ($('#featured').hasClass("span-24")){
		$('body').removeClass('template');
	}
  
  	/* 3d Slider
	------------------*/
    
	var flashvars = {};
	flashvars.xml = "wp-content/themes/CompRescue/config.php";
	flashvars.font = "wp-content/themes/CompRescue/font.swf";
	var attributes = {};
	attributes.wmode = "transparent";
	attributes.id = "slider";
	swfobject.embedSWF("wp-content/themes/CompRescue/cu3er.swf", "cu3er-container", "600", "300", "9", "wp-content/themes/CompRescue/js/swfobject/expressInstall.swf", flashvars, attributes);

    /* Testimonials
	------------------*/
   
    $('#testimonials').innerfade({
				animationtype: 'slide',
				speed: 750,
				timeout: 5000,
			
				containerheight: '1em'
	});
	
	 $('#authors').innerfade({
				animationtype: 'slide',
				speed: 750,
				timeout: 5000,
			
				containerheight: '2em'
	});
	
	$(".columns").equalHeights();
	
	 /* Navigation
	------------------*/
	
	$("ul.sf-menu").superfish(); 
	$("ul#sub-nav li.current_page_item a").after('<span class="corner-nav">&nbsp</span>');
	$("ul#sub-nav li:first-child").addClass("first");
	$("ul#sub-nav li:last-child").addClass("last");
    
  });
 
