//change font on text within the following html tags
Cufon.replace('.header p, .content h1, .content h2, .nav li, .flags-bg span', {
	fontFamily: 'Today Medium',
	hover: 'true'
});

$(document).ready(function(){
	
	//initialize PNG fix
	$(document).pngFix(); 

});
