           $(document).ready(
                                function(){
                                        $('#image-rotate').innerfade({
                                                animationtype: 'fade',
                                                speed:'slow',
                                                timeout: 4000,
                                                type: 'sequence',
                                                containerheight: '220px'
                                        });
                        });
