$(document).ready(function() {
	
	fade = $('<div id="slideshow"><center><font size="2" face="Courier New" color="#FFFFFF">ładowanie zdjęć...</font></center></div>');
	$("#contenttwo").prepend(fade);

	
});

$(function(){
    $('#slideshow').crossSlide({
  fade: 4
}, [
  
  {
    src:  '\/images\/Z1.jpg',
    href: '',
    from: 'center top 1.5x',
    to:   'center bottom 1x',
    time: 8
  },  {
    src:  '\/images\/Z2.jpg',
    href: '',
    from: 'bottom right',
    to:   'top left',
    time: 5
  },  {
    src:  '\/images\/Z3.jpg',
    href: '',
    from: 'bottom left 1.9x',
    to:   'top right 1.1x',
    time: 8
  }
]);
});