$(document).ready(function()
{

	if ($('div#centre_slides').length)
	{
		setInterval( "slideSwitch()", 5000 );
	}
	
	
	if ($('div.featured_slider').length)
	{
		setInterval( "slideSwitch()", 5000 );
	}
	
});
