Lol, sweet. Looking forward to the ESP version.
Small typo, in case anyone comes across this:
dave.methvin wrote:
$("a[@href=^http]:not([@href*='internal.com/']):not(.thickbox)")
.bind("click", function(){ return !window.open(this.href); });
Should be [@href^=http], not [@href=^http]
Thanks,
Adam