// Initialise
window.addEvent('domready', function() {
	new Proworx.Fader('#fader img', 'images/headers/', [
		'orange.jpg',
		'green.jpg',
		'purple.jpg',
		'physiotherapy.jpg',
		'acupuncture.jpg'
	], 5, 1);
});
