j(document).ready(function() {
    
    
    
    // This controlls the fading feature images / issues on the home page
    j('#home-feature #rotator #slides').cycle({
		fx: 'fade',
		pager: '#pager',
		speed: 0, //Must be zero to avoid IE png issues.
		timeout: 8000, //set the time between each transition
		cleartypeNoBg: true  // Fixes IE Background color issue.
	});
	
	

	
});