I'm working on some code so I can quickly check to make sure that all the links in the footer of around 20 different pages are working correctly. I have the code for searching each individual page down, as something like:
strArr[0] = (footerDivId.childNodes[1].href == site);
What I want for...