﻿
$(document).ready(function() {
    $('#slideshow').innerfade({
        speed: 'slow',
        timeout: 9000,
        type: 'sequence',
        containerheight: '154px'
    });
});

