")
for (nCounter=1;nCounter<101;nCounter++) {
document.write ("" + nCounter + " |
")
if (nCounter==25||nCounter==50||nCounter==75) {
var nValue=confirm("The count is up to " + nCounter + "\nClick \'Cancel\' to stop the count or click \'OK\' to continue")
if (nValue==false) {
break;
}
else{
alert("Here we go with another 25...")
}
}
}
document.write("