/* lightbox */
$(document).ready(function() {
	//$('p.p-fotografie a').lightBox();
	//$('div.gallery a').lightBox();
	//$('div.detail-pojem a').lightBox();
	$("a[href$='.jpg']").lightBox();
	$("a[href$='.JPG']").lightBox();
	$("a[href$='.gif']").lightBox();
	$("a[href$='.GIF']").lightBox();
	$("a[href$='.png']").lightBox();
	$("a[href$='.PNG']").lightBox();
	$("a[href$='.jpeg']").lightBox();
	$("a[href$='.JPEG']").lightBox();
	// $('a[rel*=lightbox]').lightBox();
	// $('a').lightBox();
});
/* /lightbox */

// kontrola proti SPAMU (formular)
window.onload = function ()
{
	if (document.getElementById('antispam'))
	{
	var antispam = document.getElementById('antispam');
	antispam.style.display = 'none';
	}
	if (document.getElementById('sbot'))
	{
    var antis = document.getElementById('sbot');
    antis.value = '11'+'1';
    }
   
    return true;
}
