/**
 * Knihovna funkci
 */

$(document).ready(function () {
    /* odpocitavani */
    $("#counter").counter('2009-09-09 09:09:00');
});
