I did a little messing around and might have found a solution. I couldn't change rel to id, since then I would have duplicate ids, but I found this in the script:
Code:
if (pagelinks[i].getAttribute("rel") && pagelinks[i].getAttribute("rel")=="thumbnail"){ //Begin if statement
I changed rel to class, then did the same on the page and it's now validating. Here's the page: http://www.altogether.accountsupport.com/clipart3.html
Can anyone see why this wouldn't work or see any problems it might cause?
Thanks,
Deborah
Bookmarks