$(document).ready(function() {
	$('.thickbox').nyroModal();
	$('a[rel=external]').attr("target","_blank").addClass('external');

	Cufon.replace('#nav>ul>li>a',{ fontFamily: 'Futura Md',hover:true});
	Cufon.replace('#news h2',{ fontFamily: 'Futura Md'});
	Cufon.replace('#section h2,#section h3,.confirmation h1',{ fontFamily: 'Futura Lt'});

	var k = top.location + 'a';
	if(k.indexOf('kiosek') != -1) {
		$("a[target='_blank']").attr({target: "_self"});
		$("a[rel='external']").attr({target: "_self"});
		$("a[href$='pdf']").removeAttr("href");
		$("a[href$='avi']").removeAttr("href");
		$("a[href$='mpg']").removeAttr("href");
		$("a[href~='download']").removeAttr("href");
		$("a[href^='http']").removeAttr("href");
		$("a[href^='mailto:']").removeAttr("href");
		$("a[href^='http://www.mapy.cz']").removeAttr("href");
	}

	w = $(window).width();
	if (w<1000) {$("body").addClass("narrow");}

	$(window).resize(function(){
		w = $(window).width();
		if (w<1000) {
			$("body").addClass("narrow");
		} else {
			$("body").removeClass("narrow");
		}
	});

});
