// Initiate Banne-Tracking
jQuery(document).ready(function() {

	jQuery.lazy({
		src: '/fileadmin/templates/scripts/jquery/jquery.highlight-1.1.js',
		name: 'highlight'
		});

	jQuery.lazy({
		src: '/fileadmin/templates/scripts/jquery/jquery.hybrismap.js',
		name: 'hybrisMap',
		dependencies: {
			css: ['/fileadmin/templates/css/hybrismap.css']
		},
		cache: false		
		});

	jQuery('#nav_alle').highlight(["Všechny","Všechna"]);
	});

