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