$(document).ready(function() {
$('.homeHeadReplace').sifr({
	path: 'fonts/',
	font: 'ITCAvantGardeExtraLight',
	color: '#000', 
	height: '90px',
	width: '550px',
});


$('.textReplace').sifr({
	path: 'fonts/',
	font: 'ITCAvantGardeExtraLight',
	color: '#f47920', 

});



});
