jQuery(function($) {$(document).ready(function() {
			$('#rotator').crossSlide(
				{sleep: 5, fade: 1, debug: true},
				[
				{src: 'images/rotator/intelligentslide.png', href: ''},
				{src: 'images/rotator/outgoing.png', href: ''},
				{src: 'images/rotator/introduceslide.png', href: ''},
				{src: 'images/rotator/contactslide.png', href: ''}
				]
			);
		});});
