$(function () {
	$.sifr({path:'/js/fonts'});
	$('.text-content h1, .text-content h2, .text-content h3, #sidebar h2').sifr({ font:'trajan-bold' });
	
	$('#home-slider ul').jcarousel({ scroll:1, wrap: 'last' });
});