$(function() {
	$(document).pngFix();
	$('a.whitepaper').click(function() {
		_gaq.push(['_trackEvent', 'PDFs', 'Download', 'White paper']);
	});
});

