/*!
 * General scripts to target and activate.
 */

	
$(document).ready(function() {
	
	// * * * * * * * * * * * * * * * * * * * * //
	
	// Alert to test jQuery is working
	//alert ('jQuery is working!');
	
	// * * * * * * * * * * * * * * * * * * * * //
	
	// Fix the Transparent BG issue when using PNG's in IE6
	
	$('#circuits-overlay').supersleight({shim: '../images/spacer.gif'});
	$('#mainContent-top').supersleight({shim: '../images/spacer.gif'});
	$('#mainContent-btm').supersleight({shim: '../images/spacer.gif'});
	
	
	// * * * * * * * * * * * * * * * * * * * * //
	
	// Make the CTA boxes on the homepage equal heights
	
	$(function(){ $('#equalize').equalHeights(); });
	
});



