$(document).ready(function()
{
	$('#generic_top_images').innerfade(
	{
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '230px' 
	});
});
