
$(document).ready(function() {
	$('#jAdvert1').slideshow({
		timeout: 5500
	});
});

$(document).ready(function() {
	$('#jAdvert2').slideshow({
		timeout: 5500
	});
});