// JavaScript Document
$(document).ready( function(){ 
	$('#roll').innerfade({ 
		speed: 'slow', 
		timeout: 5000, 
		type: 'sequence', 
		containerheight: '220px' 
	});  
} );