Modify this array to allow for links? Hi, I'm using this code for slideshows on my page. But I want to make it so that I can put a different link for each image. How can I modify this to do that? Code: window.onload = function() { var divId1 = "photodiv"; var imgId1="photoimg"; var imgArray1= new Array( "http://static.flickr.com/53/149047107_78ebdaf8bc.jpg?v=0", "http://static.flickr.com/48/149048049_3523869ba4.jpg?v=0", "http://static.flickr.com/56/149047438_fabcf2f7ce.jpg?v=0" ); ...