﻿$(document).ready(function(){

	$('#annot-box-bg a').attr('href','/cs-CZ/aktuality.html?n=10');
	//$('#annot-box-bg img').attr('alt','Ze sklepa do sklepa 2011');

	var k = top.location + 'a';
	if(k.indexOf('kiosek') != -1) {
		$("a[href^='mailto:']").removeAttr("href");
		$("#copy a").removeAttr("href");
		$("a[target='blank']").attr({target: "_self"});
		$("a[target='_blank']").attr({target: "_self"});
		$("#map").hide();
		$("a[href$='jpg']").removeAttr("href");
	}
 
  
	// LIGHTBOX
	$('a.lightbox').lightBox({
		txtImage : 'Obrázek',
		txtOf	: 'z',
		overlayBgColor : '#2E2F1F',
		imageLoading:			'/public/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'/public/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'/public/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'/public/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'/public/images/lightbox-blank.gif'
	});
	

});


