document.writeln('
Hry právě probíhají!
');document.write('');document.writeln("function refreshctdwntvancouver(){ xsec = document.getElementById('vancouversecs').value; xmin = document.getElementById('vancouvermins').value; xhod = document.getElementById('vancouverhods').value; xday = document.getElementById('vancouverdays').value; xsec -= 1; if(xsec < 0){ xsec = 59; xmin -= 1; } if(xmin < 0){ xmin = 59; xhod -= 1; } if(xhod < 0){ xhod = 23; xday -= 1; } xdens = 'dní'; if(xday < 5) xdens = 'dny'; if(xday < 2) xdens = 'den'; if(xday < 1) xdens = ''; if(xday < 1) xday = ''; document.getElementById('vancouversecs').value = xsec; document.getElementById('vancouvermins').value = xmin; document.getElementById('vancouverhods').value = xhod; document.getElementById('vancouverdays').value = xday; if(xsec < 10) xsec = '0' + xsec; if(xmin < 10) xmin = '0' + xmin; document.getElementById('contdwnvancouver').innerHTML = xday + ' ' + xdens + ' ' + xhod + ':' + xmin + ':' + xsec;}setInterval('refreshctdwntvancouver()', 1000);");document.write('');