
jQuery(document).ready(function()
{

slideshow();

});



function slideshow()
{
jQuery('.slideshow #slider').innerfade({
animationtype: 'fade', 
speed: 'normal',
timeout: '5000',
type: 'sequence',
containerheight: 'auto'
});
}


