var str = "491"; var begin = "Visitatore: \"";"; for(x = 0;x < str.length; x++) { str1 = str.charAt(x); }document.write("Visitatore: " + str);