/* nospam */
function nospamf(box, domain) {
 if(typeof(domain)=="undefined") domain="seznam.cz";
 var proto=String.fromCharCode(109,97,105,108,116,111,58)
 w=window.open(proto+box+String.fromCharCode(64)+domain);
 if (w!=null) w.close(); //FF
}
function nospam(box, domain, attr) {
 if(typeof(domain)=="undefined") domain="seznam.cz";
 if(typeof(attr)=="undefined") attr="";
 document.write("<a href=\"javascript:nospamf('"+box+"', '"+domain+"')\""+(attr.length>0?" ":"")+attr+">"+box+String.fromCharCode(64)+domain+"</a>");
}
function zavinac() {
 document.write(String.fromCharCode(64));
}
/* /nospam */

/* 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 */

/* zebra table */
$(document).ready(function(){
   $(".t-listek tr").mouseover(function(){$(this).addClass("over");}).mouseout(function(){$(this).removeClass("over");});
   //$(".t-zebra tr:even").addClass("alt");
});
/* /zebra table */

/* 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;
}
/* /kontrola proti SPAMU (formular) */
