$(document).ready(function(){ 
$('#slideShow').innerfade({ animationtype: 'fade',
						   speed: 1000,
						   timeout: 4000,
						   type: 'sequence',
						   containerheight: 275,
						   runningclass: 'h2' }); 
});