Linking externally

I’m stuck, If this piece of code states where too link some images from the library:

var images = ["hil", "mtn", "ice"];

How can I change the code so it links instead to some external images ?

Thx!