Event.observe(window, 'load', function() {
    new Control.Tabs('update-tabs');
	initScroll();
});

function initScroll() {
	new AC.Scrollinator('scroll',
	AC.Scrollinator.Strategies.Right,
	$('scroll').getElementsByTagName('img') );
}
