function slideshow() {
	new SlideShow({id: 'rotating-images', images: images, transition: 2, delay: 8, width: 320, height: 400});
}

function slideshow2() {
	new SlideShow({id: 'content-image', images: images, transition: 2, delay: 6, width: 550, height: 350});
}

