jquerymobile and chartbeat

jquerymobile and chartbeat

Hi, do you have any experience of successful integration of chartbeat inside jquerymobile?
i've tried 

  1. $('#page_3232').live('pageshow',function(event){

  2.     try {
  3. $('#page_3232').find('div[level="2"] a[href="' + window.location.hash.replace("#", '') + '"]').addClass('ui-btn-active');
  4. $('#page_3232').find('div[level="1"] a[href="' + window.location.hash.replace("#", '') + '"]').addClass('ui-btn-active');
  5. document.title = "My new document title";
  6.      loadChartbeat(); 
  7.         var pageTracker = _gat._getTracker("XXX");
  8.         pageTracker._trackPageview();

  9.     } catch(err) {

  10.     }


 but it isn't working very well, do you have any idea about it?