jq$(document).ready(function(){
  jq$('#splash_cycle').cycle({
    timeoutFn : function(currSlideElement, nextSlideElement, options, forwardFlag) {
      var tm = jq$('#splash_cycle').data('timeout');
      return (tm) ? tm : 5000;
    },
    onPagerEvent : function(zeroBasedSlideIndex, slideElement) {
      jq$('#splash_cycle').data('timeout',Number.POSITIVE_INFINITY);
    },
    fx : 'fade',
    pager : '#nav_cycle',
    pauseOnPagerHover : 1,
    activePagerClass : 'active',
    pagerAnchorBuilder : function(i,el) {
      return "<a href='#'></a>"
    },
    cleartypeNoBg : true
  });
});
