$(function() {
	
	// We need to check to see if there is a div that has the ID slideshow
	if ($("#SlideShow").length > 0)
	{
		$('#SlideShow').cycle({timeout: 2000, delay: -1000});
	}
});
