if (typeof jQuery !== 'undefined') {
	jQuery.noConflict();
	jQuery().ready(function($) {
		$('img.slideshow').slideShow({
			images: ['001.jpg', '002.jpg', '006.jpg']
		});
	});
}
