$(document).ready(function() {	
	if (!$('h2').hasClass('typeface-js')) {
		$('h2').addClass('typeface-js');
	}
	$('img').attr('title', '');
});
