" msg.document.write(oTemp); msg.document.write("
"); msg.document.write("
"); for (Count = 1; Count <= oEntities.length; Count++) { if (leftString(oEntities[Count],1) == '+') { oOperator = "
"; oTemp = rightString(oEntities[Count], oEntities[Count].length - 1); oInput = "
" } else if (leftString(oEntities[Count],1) == '-') { oOperator = "
"; oTemp = rightString(oEntities[Count], oEntities[Count].length - 1); oTemp = oInput = "
"; } else { oOperator = "
"; oInput = "
"; } oRegion = "
" if (Count == 1) { msg.document.write(oInput); msg.document.write(oRegion); } else { msg.document.write(oOperator); msg.document.write(oInput); msg.document.write(oRegion); } } msg.document.write("