

$(function() {
  $('#teaser div').cycle({
  	timeout: 6000,
  	pause: 1
	});
});

