function trackMe(company) {
   var trackid = "";
	 if (company == 1 || company == 11 && company == 14 || company == 16)
	    trackid = "UA-1843015-1"
	 else if (company == 2)
	    trackid = "UA-1843015-2"
	 else if (company == 3)
	    trackid = "UA-1843015-3"
	 else if (company == 4)
	    trackid = "UA-1843015-4"
	 else if (company == 5)
	    trackid = "UA-1843015-5"
	 else if (company == 6)
	    trackid = "UA-1843015-6"
	 else if (company == 7)
	    trackid = "UA-1843015-7"
	 else if (company == 8)
	    trackid = "UA-1843015-8"
	 else if (company == 18)
	    trackid = "UA-1843015-9"
//   var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
//   document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

   var pageTracker = _gat._getTracker(trackid);
   pageTracker._trackPageview();
}	 
