﻿var _gaq = _gaq || [];

  (function() {
    var ga = document.createElement('script');
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
        'http://www') + '.google-analytics.com/ga.js';
    ga.setAttribute('async', 'true');
    document.documentElement.firstChild.appendChild(ga);
  })();
   
   
   
   $(document).ready(
                function()
                {
                    var href = location.href;
                    if (href.indexOf('/Careers/') >= 0)
                    {
                         _gaq.push(
  	                     ['_setAccount', 'UA-16329568-1'],
  	                    ['_trackPageview'],
  	                    ['b._setAccount', 'UA-417475-1'],
  	                    ['b._trackPageview']
                        );                        

                        
                    }
                    else
                    {
                        _gaq.push(['_setAccount', 'UA-417475-1']);
                        _gaq.push(['_trackPageview']);
                    }
                        
                }
            );

