
    function IncludeJavaScript(jsFile)
    {
            document.write('<script type="text/javascript" src="' + jsFile + '"></script>');
    }

    document.write('<link rel="shortcut icon" href="img/icon.jpg" />');

    document.write('<title>Kabarett Streusalz Böblingen</title>');

    document.write('<link type="text/css" href="css/footer_style.css" rel="stylesheet" media="screen" />');
    document.write('<link rel="shortcut icon" href="img/favicon.ico" />');
    document.write('<link type="text/css" href="css/main.css" rel="stylesheet" media="screen" />');
    document.write('<link type="text/css" href="css/jquery_styles.css" rel="stylesheet" media="screen" />');
    document.write('<link type="text/css" href="css/bouncing_menu_style.css" rel="stylesheet" media="screen" />');
    document.write("<link href='http://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>");
    document.write("<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>");

    IncludeJavaScript('js/include.js');

    IncludeJavaScript('js/balloon.config.js');
    IncludeJavaScript('js/balloon.js');
    IncludeJavaScript('js/balloon-dom-event.js');

    /* Achtung: Die Reihenfolge der folgenden zwei Zeile ist ZWINGEND!!! */
    IncludeJavaScript('js/bouncing_menu_jquery.min.js');
    IncludeJavaScript('js/bouncing_menu_jquery.easing.1.3.js');

    document.write('<link rel="stylesheet" type="text/css" href="js/highslide/highslide.css" media="screen"/>');

    IncludeJavaScript('js/highslide/highslide_full_for_spielplan.js');
//    IncludeJavaScript('js/highslide/swfobject.js');

    document.write('<link href="js/shadowbox-3.0.3/shadowbox.css" rel="stylesheet" type="text/css"></link>');

    IncludeJavaScript('js/shadowbox-3.0.3/shadowbox.js');

//    IncludeJavaScript('http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php');

    IncludeJavaScript('js/slideshow.js');

    window.onload = function(){
        Shadowbox.init();
    };
