[jQuery] Thickbox and Yahoo Stores

[jQuery] Thickbox and Yahoo Stores


I'm helping someone set up thickbox to work on their yahoo store. It
seems like Yahoo has a built-in click tracking system that is messing
up the thickbox though.
For example clicking on a thickbox link that points to "theFile.htm"
first makes a request to yahoo for something like:
http://a.analytics.yahoo.com/p.pl?a=.......
with a ton of analytical data appended to the URL. It returns a
tracking gif, and the real content of theFile.htm never loads. (you
just stare at thickbox's loadingAnimation.gif forever)
Has anyone ever seen this before and come up with a workaround?