$(document).ready(function(){
	
	// -- create mailto links for email addresses
	$(".msging").defuscate();
	
	$.sifr({
		path: 'assets/templates/cpa/fonts/',
		save: true, 
		style: 'margin: 0'
	});
	$('h2 span').sifr({ font: 'DIN', fontSize: 23 });
	if($("h2").length > 0) $('h2').css('visibility', 'visible');
	
	// Apply pngFix for IE6
	if($.browser.msie && ( /6.0/.test(navigator.userAgent) || /5.5/.test(navigator.userAgent) ) ){ 
		$(document).pngFix();
		$("#outer_container").get(0).runtimeStyle.filter = "";
	}
	
});
