$(document).ready(function(){
	$('ul.random-gallery').innerfade({ speed: 'slow', timeout: 5000, type: 'random', containerheight: '100px' });
	
});
