Seems to work here in IE 7 and Opera 9.01. You may need to refresh the page and/or clear your cache. To use an image from a different directory:
Code:
variableslide[0]=['/images/Indexpics/00.jpg', '', '']
This assumes that the images directory is off of the root of the domain. If it is off of the v2 directory (the directory where the page is), use:
Code:
variableslide[0]=['images/Indexpics/00.jpg', '', '']
To be sure, one may use the absolute path:
Code:
variableslide[0]=['http://www.rcfcbc.com/v2/images/Indexpics/00.jpg', '', '']
Also, and I have no idea if this is a problem or not, case matters on the web. So, the directory must be (for example):
Indexpics
on the server, not:
indexpics
And, all of the images must be in there if all of the images are listed as in there.
Bookmarks