I need to do a huge replacement on my site 400+ items with the new asynchronous tracking.
pageTracker._trackEvent('footer_search', 'search', 'search-footer');
Im using aptana and it has a regex replacement, it needs to look like this, notice the [ ].
_gaq.push(['_trackEvent', 'footer_search', 'search', 'search-footer']);
Much appreciated!