  _gaq.push(['_setAccount', 'UA-7233922-1']);
  //attempt to track tab name if available
  var tabName = '';
  try {
    // Set starting slide to 1
var startSlide = 1;
// Get slide number if it exists
if (window.location.hash) {
startSlide = window.location.hash.replace('#','');
}
tabName = $('#tab-content ul').children().get(startSlide-1);
tabName = tabName.firstChild.innerHTML.replace(/&amp;/g,'and').replace(/ /g,'-').replace(/[^a-zA-Z0-9-~!*%_.\s]/g,'');
  }
  catch(e){}
  if (tabName != undefined && tabName.length > 0) {
  if (document.location.pathname.match(/\/$/))
_gaq.push(['_trackPageview',document.location.pathname + tabName]);
else
_gaq.push(['_trackPageview',document.location.pathname + '/' + tabName]); 
  }
  else {
  _gaq.push(['_trackPageview']);
  }

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


