var newtext = "Some ideas to get you started:";
newtext += " What's the make and model of your helmet? Color or Graphics Name?";
newtext += " Where did you buy it?";
newtext += " How long have you had it?";
newtext += " What's the best thing about it (pros)?";
newtext += " What's the worst thing about it (cons)?";
newtext += " What's the bottom line? Would you recommend it to someone else?";
document.htmlForm2.submission_text.value = newtext;