Currently I have this: http://jsfiddle.net/492cy/
I want to make the span id=textRange in to a hyperlink. Since I have different texts(from the array) populating textRange, I want each Text ("a dude", "a man", "a human") to become different hyperlinks. Thus the end result would be: clicking on "a dude" leads to website1.com, "a man" goes to website2.com, "a human" goes to website3.com