var width = 250;
var height = 700;
var gallery=[
{img:'images\/shellies.jpg',caption:'Shellies Miniature Mania'}
];
// definition of width, height
// and gallery for additional slideshows here
function start() {
var shw = new SlideShow('homeslideshow',width,height,gallery);
// additional new SlideShow statements here
}
window.onload = start

