// JavaScript Document
$('#headerAnim').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	timeout: 3000
  // timeoutFn: calculateTimeout
});
/*function calculateTimeout(currElement, nextElement, opts, isForward) { 
    var index = opts.currSlide; 
    return index == 0 ? 10000 : 6000; 
} */
