 $(document).ready(function(){
	if($('#slideshow').length>0)
	{
		$('#slideshow').cycle({
			fx: 'fade',
			timeout: 6000,
			speed: 2000
		});
	}
	if($('#slideshow2').length>0)
	{
		$('#slideshow2').cycle({
			fx: 'fade',
			timeout: 6000,
			speed: 2000
		});
	}
 });
