That looks like (if it works at all) it would make an array like so:
Code:
slides3[0] = ["images/jordan2_s.jpg", "", "/images/jordan2.jpg"];
slides3[1] = ["images/jordan2_s.jpg", "", "/images/jordan2.jpg"];
slides3[2] = ["images/jordan2_s.jpg", "", "/images/jordan2.jpg"];
In any case, I'm not all that familiar with asp. To debug something like that, try it out. If there are no server errors reported, it would become just a matter of tweaking the asp code until the generated source (as seen in the browser's view source) depicts an array suitable for the script.
Bookmarks