jQuery(document).ready( function() {

    // ### Formulare ###########################################################
    
    if (detail != 'buchung' && detail != 'aktion' && detail != 'danke') { 
	    window.setTimeout(function() {
	        IBE.initOnLoad();
	    }, 20);
    }
    

    // ### Regionsseite ########################################################
    if (detail == 'zielgebiet') {
        // --- Regionsliste - Ausgabe starten ----------------------------------
        if (typeof cntAll != 'undefined' && cntAll > 0) {
            REGION.regionSortBy = (typeof regionSortBy != 'undefined') ? regionSortBy : 'norm';
            REGION.init();
        }
    }

    
}); // ENDE DocumentReady


