$(document).ready(function(){
	$.sifrSettings({path:'/Assets/Flash/'});
	$("h1").sifr({font:'Gill-Sans-MT',color:'#fff',fontSize:'24px'});
	$("h2").sifr({font:'Gill-Sans-MT',color:'#fff',fontSize:'18px'});
	$("p.phone").sifr({font:'Gill-Sans-MT',color:'#ffffff',fontSize:'20px'});
});
