﻿<!--
posNum = 8;
document.write('<img src="/program/counter_php/counter.php?pos=0" top="60" width="0" height="0">');
for(i=posNum; i>0; i--){
document.write('<img src="/program/counter_php/counter.php?pos=' + i + '">');
}
//-->
