images = [
  "/images/tour_thumbs/lounge_01.jpg",
  "/images/tour_thumbs/lounge_04.jpg",
  "/images/tour_thumbs/lounge_05.jpg",
  "/images/tour_thumbs/court_03.jpg",
  "/images/tour_thumbs/change_room_01.jpg",
  "/images/tour_thumbs/gym_02.jpg",
]
Event.observe(window, "load", function() {  
    new Widget.Fader("home_page_image", images);  
});