// JavaScript Document
$('#headerAnim').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 3000
  // timeoutFn: calculateTimeout
});
