/**
 * @author jmcginnis
 */

google.setOnLoadCallback(function(){
   _initPngFix();
});
function _initPngFix()
{
	load_ifixpng();
	$('.herotext').ifixpng();
	$('.herofreetrial h4').ifixpng();
}