function tlacitko () { num = num + 1; this.render = function(onlyDown, strings) { onlyDown = (!onlyDown) ? false : true; strings = (!strings) ? '' : strings; /*document.write('

Reklama zde

'); $('p#jsTlacitko'+num).find('a.buttonNon').click(function() { $(this).attr('href', $(this).data('href')); });*/ if (!onlyDown) { var parent = $('.latest_firstpost .main'), pocet = parseInt(parent.children('*').length), vysledok = Math.round(pocet/2), obsah = (strings == '') ? $('p#jsTlacitko'+num).clone() : strings; if (strings == '') { obsah.find('img').attr('src', 'http://www.jsmeonline.cz/images/468x60-primo-oranzova.gif').parent().parent().append('

').insertAfter(parent.children(':nth-child('+vysledok+')')).find('a.buttonNon').click(function() { $(this).attr('href', $(this).data('href')); }); } else { $('
', { html: obsah }).append('

').insertAfter(parent.children(':nth-child('+vysledok+')')).find('a.buttonNon').click(function() { $(this).attr('href', $(this).data('href')); }); } } } } var tlacitko = new tlacitko();