i have a link that uses:
onclick="opener.location=this.href; self.close();"
which i also want to incorporate some google analytic code:
onClick="javascript: pageTracker._trackPageview('/downloads/map'); ">
can i incorporate both of these in one onclick event?