var newtext = "Some ideas to get you started:";
newtext += " How long have you had your helmet?";
newtext += " Where did you buy it?";
newtext += " What makes it unique?";
newtext += " How many rides or trips have you taken with it? Any unique places?";
document.htmlForm2.submission_text.value = newtext;