
var slideshow;

$(init);

function init () {
	//trace("indexInit ()");
	
	slideshow = new SlideShow("#image");
	slideshow.start();
}

