$(document).ready(function() {
	$('#actionStory').after('<div id="actionButtons">').cycle({
		timeout: 7000,
		pager: '#actionButtons'
	});
});