$(document).ready(function() {
	
	$('#close_engine').click(function() {
	  $('#engine_message').fadeOut('fast', function() {
	    // Animation complete.
	  });
	});
	
	Cufon.replace('h1, h1 span, #assets h3, body.media h1, h2 span, #add_comment h3, #forum_thread h2, #account_settings h4, #points h2, #author_blogs h2, #billing h2, #shipping h2, #checkout_progress h2, #summary_payment .module h2, #cash_payment h2, #paypal_payment h2, #contest .title h3, #campaign .title h3, #discography .span-7 h2, .section > .header .title', {
	    color: '-linear-gradient(0.2=#fff, 0.8=#333)',
		textShadow: '1px 1px rgba(0, 0, 0, 0.6)'
	});
});

