// JavaScript Document

Event.observe(window, "load", function() {
			var images = [
				"images/home2.jpg",
				"images/home3.jpg",
				"images/home4.jpg",
				"images/home5.jpg",
				"images/home6.jpg"
			];
			$("slideshow").up().title = $("slideshow").alt;
			new Blender("slideshow", images, {
				fadeDuration: 3,
				displayDuration: 5,
				attributes: { "border": "0" }
			});
		});
