$(document).ready(function() {
	
	// Setup cufon
	Cufon.replace('.links h3, .contact-jeff h2, .intro h2, .post h1, .post h2, .back-to-properties a, .prop-image .status');
	Cufon.replace('#navigation a, .post h2 a', {
		hover: true
	});	
	
	// Setup the carousels
	var body = $('body');
	if (body.hasClass('home')) {
	    XCarousel({holder: '.listings', wrapper: '.listings ul', slides: 'li',
	               transition: 'slide', axis: 'horizontal'
	               });
	}	
	
});