function trackPageView(path) {
  try { 
    pageTracker._trackPageView(path);
  } catch(e) {
    urchinTracker(path);
  }
}
