var _gaq = _gaq || [];
  var ghost = window.location.hostname;
  var _uacct = ((ghost.indexOf('vertexinc.com')<0)?"UA-411229-3" : "UA-411229-1");
  _gaq.push(['_setAccount', _uacct]);
  _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';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  })();


//EDM custom for tracking pdf, etc. - jquery required
	$(document).ready(function(){
		var filetypes = /\.(zip|swf|exe|pdf|doc*|xls*|ppt*|mp3)$/i;
		try { 
		var pageTracker = _gat._getTracker(_uacct);
		     pageTracker._trackPageview();  
		 } catch(err) {}  
		$('a').each(function(index, value){
			var href =$(value).attr('href');
			if (href.match(filetypes)){
					 $(value).click(function() {  
						pageTracker._trackEvent('Download', 'Click - ' + href);	 		 	
					});
				}	
			});
	});
  
  
  
  

