document.write ("

Sei il visitatore N. "); var str = "231766"; for(x = 0; x < str.length; x++) { str1 = str.charAt(x); if (str1=="0") document.write('0'); if (str1=="1") document.write('1'); if (str1=="2") document.write('2'); if (str1=="3") document.write('3'); if (str1=="4") document.write('4'); if (str1=="5") document.write('5'); if (str1=="6") document.write('6'); if (str1=="7") document.write('7'); if (str1=="8") document.write('8'); if (str1=="9") document.write('9'); } document.write ("

");