I am working with Cuepoint.js to create text links that cue HTML5 video to a time marker corresponding with particular lines of text. I need to dynamically assign the links a time value already written to an array as a string. I know I need to use parseInt() to recast the values as integers when they are retrieved from the array. Since the links and their times are dynamic, I also need to assign the links their times within a for loop where they are then pushed to another array. Here's the codeI am working with Cuepoint.js to create text li