$(document).ready(function(){
                $("#top_banner").switchable("#slide1 > div > img", {
                    effect: "scroll"
                }).carousel().autoplay({
                    api: true
                });
                
                $(".tabs-trigger").switchable(".tabs-panel", {
                    effect: "ajax"
                });
            });
