pictures = new Array(); 
var i=0;

picture = new Object();
picture.URL = "gallery/hospiz.jpg";
picture.caption = "Hospiz in St. Christoph"
pictures[i++] = picture;

picture = new Object();
picture.URL = "gallery/hospiz_corinne.jpg";
picture.caption = "Snow trying to get into the bar"
pictures[i++] = picture;

picture = new Object();
picture.URL = "gallery/hospiz_ketchup.jpg";
picture.caption = "Scariest thing in this picture? - The Tomato Sauce!"
pictures[i++] = picture;

picture = new Object();
picture.URL = "gallery/galzig_mast_snow.jpg";
picture.caption = "Mast at the top of Galzig - Looking eerie"
pictures[i++] = picture;

picture = new Object();
picture.URL = "gallery/galzig_mast_clear.jpg";
picture.caption = "Mast at the top of Galzig - Better conditions"
pictures[i++] = picture;


