// JavaScript Document
$('#headerAnim1').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4500  
});

$('#headerAnim2').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4500});

$('#headerAnim3').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 4500});


