$(document).ready(function(){


$(function() {
	    $('#patrologos').sdswitch({
	    	time: 7200,
	    	animateTime: 2000,
	    	startElement: 0,
	    	showWindow: true,
	    	showTitle: true
	    });
	});
	
	
$(function() {
	    $('#patrologos2').sdswitch({
	    	time: 7200,
	    	animateTime: 2000,
	    	startElement: 0,
	    	showWindow: true,
	    	showTitle: true
	    });
	});

$(function() {
	    $('#patrologos3').sdswitch({
	    	time: 7200,
	    	animateTime: 2000,
	    	startElement: 0,
	    	showWindow: true,
	    	showTitle: true
	    });
	});
	


});
