codice:
for(i=1;i<500;i++) {
document.write(eval("x"+i))
}