$(document).ready( function(){ $('#slideshow').innerfade({ /*animationtype: 'slide', */speed: 1500, timeout: 8000, type: 'random', containerheight: '345px' }); }); 
