/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 * www.codefaktor.de - Site-Wide JavaScript Library
 *
 * Copyright (c) 2010 Erik Abele Technology Consulting.
 * All rights reserved.
 * -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-19745935-1']);
_gaq.push(['_setDomainName', '.codefaktor.de']);
_gaq.push(['_trackPageview']);

(function() {
	var ga = document.createElement('script');

	ga.async = true;
	ga.type = 'text/javascript';

	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);
})();

