	$(document).ready(function() { 

		$("a.fancy").fancybox({
			'titlePosition'	: 'over'
		});	

	});

	Cufon.replace('h2', {
		hover: true,
		textShadow: '1px 1px rgba(255, 255, 255, 0.3)',
		hoverables: { a: true }
	});		
	
