Code:
<img src="images/print.png" alt="" />
That's no accessibility. How would a blind man know what the image contains?
Right:
Code:
<img src="images/print.png" alt="printer" />
As for the script tag: huh? Your code is 100% valid XHTML.
More background info needed.....