$(document).ready(function(){
	//Setup the main rotater on the home page
	$('#slider_entertainment').cycle({
	speed:       800,
	timeout:     3000,
	pager:		'.control ul',
	pagerEvent: 'click',
	fastOnEvent: false
	});
	
	//Setup the main rotater on the home page
	$('#slider_events').cycle({
	speed:       800,
	timeout:     3000,
	pager:		'.control ul',
	pagerEvent: 'click',
	fastOnEvent: false
	});
	
	//Setup the main rotater on the home page
	$('#slider_lifestyle').cycle({
	speed:       800,
	timeout:     3000,
	pager:		'.control ul',
	pagerEvent: 'click',
	fastOnEvent: false
	});
	
	//Setup the main rotater on the home page
	$('#slider_socialmedia').cycle({
	speed:       800,
	timeout:     3000,
	pager:		'.control ul',
	pagerEvent: 'click',
	fastOnEvent: false
	});
	
});
						

