$(document).ready(function(){
            $('#hdrFade').innerfade({
                    speed: 'slow',
                    timeout: 6000,
                    type: 'sequence',
                    containerheight: '180px'
                });
            });
