$(document).ready(function() {
	$('dl.faq dt').click(function() {
		if ($(this).next("dd").attr("class") == 'show') {
			_gaq.push(['_trackEvent', 'FAQ', $(this).closest("dl").attr("id"), $(this).html().replace(/(<([^>]+)>)/ig,"")]);
		}
	});
});
