
	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"));
	try {
		var pageTracker = _gat._getTracker("UA-6775884-1");
		pageTracker._trackPageview();
	} catch(err) {}

	$(document).ready(function(){ $(document).pngFix(); }); 
	  

	$("a[href$=pdf]").addClass("pdf");
	$("a[href$=zip]").addClass("zip");
	$("a[href$=js]").addClass("script");
	$("a:not([href^='http://www.sebastianhelzle.net'])").not("[href^='#']")
	  .addClass("external")
	  .attr({ target: "_blank" });

