// JavaScript Document
// antispam:
function mkemail(u,h,q) {
        mkemaila(u,h,q);
        mkemailt(u,h);
        document.write('</a>');
	}

function mkemaila(u,h,q) {
        var e = u + '@' + h + q;
        document.write('<a href="mailto:' + e + '">');
	}

function mkemailt(u,h) {
        document.write(u + '@' + h);
	}

// ukaz stav pocitadla JMENO - bez zapocteni pristupu:
function minipoc(jmeno) {
        document.write('<a href="http://pocitadlo.netway.cz/"><IMG style="border: 0px;" ');
        document.write('SRC="http://pocitadlo.co.cz/cgi-bin/wc/-c/2/-d/6/-r/-n/-f/555555/-b/FFFACD/');
	   document.write(jmeno+'" WIDTH=60 HEIGHT=15 ALIGN=right></a>');
	}


 

