Welcome to the world of dance!
The schedule for the 2023/2024 season can be found HERE!
You can still join some courses! Contact us for more info.
And how did we celebrate 25 years of Zig-Zag? Dancing, of course! New choreography by ALL ZZ teachers, where you will also see most of the dance techniques we teach:
window.setTimeout(function(){
// First check, if localStorage is supported.
if (window.localStorage) {
// Get the expiration date of the previous popup.
var nextPopup = localStorage.getItem( 'nextNewsletter' );
if (nextPopup > new Date()) {
return;
}
// Store the expiration date of the current popup in localStorage.
var expires = new Date();
expires = expires.setHours(expires.getHours() + 24);
localStorage.setItem( 'nextNewsletter', expires );
}
DiviArea.show('#upozorneni');
}, 1000);