Someone in another forum directed me that the script rewrites the <a> tag- from inside the script, not my html- and that i need to go in and edit that part of the script and add my target there. I cant quite find where this may be though..
i found this on line 169 of the script:
Code:
this.imgPlay = $("<a></a>").appendTo(this.imgNav);
might it have something to do with that? Can i add my target definition inside the A tag?