$().ready(function(){


$.sifrSettings({ path: 'michnior_pro/js/fonts/' , color: '#60604b', font: 'tahoma', fontSize: '12px'});
    
    $('h2').sifr();
    $('.iter').sifr({color: '#F78F1E'});
	$('h3').sifr({fontSize: '16px', color: '#F78F1E'});
});