I\'m sending variables to a text box as a concatenated string so I can include multiple variables in on getElementById call.
I need to specify a line break
document.getElementById("address_box").value = (title + "\n" + address + "\n" + address2 + "\n" + address3 + "\n" + address4);