I have a textarea on my .asp page. It contains upto 17 lines of varying length text with a carriage return line feed on the end of each line. I need to split this string into 17 separate string using javascript and store these new strings in hidden variables on the page.