$(document).ready(function() {

	Cufon.replace("#navigation ul li a, #blog-sample h3, #photo-pod h3 a, #middle-buttons ul li.odd a, .page-header h2, h2.more-brands, #default h2", { hover: true });

	// Rotate images
	$('#in-cahoots .imageContainer').show().cycle();
	$('#photo-pod .imageContainer').show().cycle();
});

