6c6
<   $('a', context).click( function() {
---
>   jQuery('a', context).click( function() {
30c30
<         if (ga.trackMailto && $(this).is("a[href^=mailto:]")) {
---
>         if (ga.trackMailto && jQuery(this).is("a[href^=mailto:]")) {
