$(function() {
    $('#topm').crossSlide({
		 fade: 3
    }, [
      {
		src: 'skins/default/images/32.png',
		from: 'top left',
		to:   'bottom right',
		time: 6
		},{
		src: 'skins/default/images/33.png',
		from: 'bottom right',
		to:   'top left',
		time: 6
		},{
		src: 'skins/default/images/34.png',
		from: 'bottom left',
		to:   'top right',
		time: 6 }
    ])
  });
