if (typeof jQuery !== 'undefined') {
	jQuery.noConflict();
	jQuery().ready(function($) {
		$('img.slideshow').slideShow({
			images: ['1.jpg', '2.jpg', '3.jpg', '4.jpg', '5.jpg']
		});
	});
}
