$(document).ready(function(){
	//alert('test');
	$('.wp-caption-text').each(function(){
		$(this).html($(this).html().replace(/ - /, "<br/>"));
	});
	Cufon.replace('h4', {
		color: '-linear-gradient(#357fcc, #1f4b89)',
		fontFamily: 'Eagle',
		textShadow: '1px 1px rgba(0, 0, 0, 0.2)'
	});
});