/*
-----------------------------------------------
Home JavaScript
Site: ohel.co.uk
Version: 27 May 2009
----------------------------------------------- */

window.addEvent('domready', function() {
	homeAnim();
});

/* Home Animation (mt + slideshow)
----------------------------------------------- */
function homeAnim() {
	var data = ['header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg','header6.jpg','header7.jpg','header8.jpg'];
	var homeSlides = new Slideshow("header", data, {thumbnails: false, captions: false, controller: false, hu: "/images/", delay: 1500, duration: 1500});
}
