// initiate mootools

window.addEvent('domready', function() {
	
	if($defined($$('.imageRotation')[0])) {
		// initiate view class
		new viewer($$('.imageRotation img'), {
			mode: 'alpha',
			interval: 10000
		}).play(true);
	}

});
