$(function() {
    $('#shout-rotator').cycle({
		timeout: 7000,
        speed: 500,
		delay: -500
    });
    
    if (!$.browser.msie){
	    $('#header-rotator').cycle({
			timeout: 10000,
	        speed: 500,
			delay: -750
	    });
    }
});
