// GLOBAL NAVIGATION
$(document).ready(function(){
/*
	$("#globalNavigation a").each( function() {
		var title = $(this).children().attr("title");
		alert(title);
		if ( title != undefined) {
			$(this).append("<br />" + title);
		}
	});
	$("#globalNavigation .current img").each( function() {
		var src_on = $(this).attr("src").replace(/(\.gif|\.jpg|\.png)$/, "_on" + "$1" );
		$(this).attr("src", src_on);
	});
*/

	$(".mt-enclosure-image a").lightBox({
		imageLoading: '/statric/images/lightbox/loading.gif',
		imageBtnClose: '/statric/images/lightbox/close.gif',
		imageBtnPrev: '/statric/images/lightbox/prev.gif',
		imageBtnNext: '/statric/images/lightbox/next.gif',
	});

});
