Կոդ:
<script>

// *************
// ** Age-Web Timer
// *************

 var ints = 1;
 
 
 function alertes () {
 
 document.getElementById('calc').innerHTML = ints;
 
 if ( ints == 0 ) {
 document.location.href = 'http://www.maxzone.do.am/';
 ints = '--';
 }
 if ( ints > 0 ) {
 ints--;
 }
 };
 
 function refresh(){
 if(ints > 0) time_Interval = setInterval("alertes ()", 1000 );
 };
 
 refresh(); 
 
</script>
ախեր սենց արա կարցեմ ուրիշ ձև չի լինում,ենթադօմաինից ենթադօմիան.