/**Bikehaus - Partner & Headerslider**/
/**by Michael Brinsteiner - www.escpro.de 2010**/
$(document).ready(
                                function(){
                                        $('#news').innerfade({
                                                animationtype: 'slide',
                                                speed: 750,
                                                timeout: 2000,
                                                type: 'sequence',
                                                containerheight: '1em'
                                        });

                                        $('ul#show').innerfade({
                                                speed: 1000,
                                                timeout: 5000,
                                                type: 'sequence',
                                                containerheight: '110px'
                                        });

                        });