var path = '../images/index/';
var images = [
	'ber1.jpg',
	'img-1.jpg',
	'img-4.jpg',
	'ber2.jpg',
	'img-2.jpg',
	'bert1.jpg',
	'img-3.jpg',
	'img-5.jpg',
];
window.onDomReady(function(){
	myShow = new Slideshow('slideshow', { type: 'pan', duration: [1000, 4000], width: 700, height: 150, images: images, hu: path });
});
