jQuery(document).ready(function() {
	jQuery('#intro .images').innerfade({
		speed: 'slow',
		timeout: '3000'
	});
});