// Cufon replaces for 42RAW.dk
	
	Cufon.replace('h1')('h2')('h3')('h4');
	
	Cufon.replace('.region-sidebar-first .section h1', {
		textShadow: '1px 1px #000',
	});
	
	Cufon.replace('.ydelse_box h3', {
		textShadow: '1px 1px #000',
	});
	
	Cufon.replace('h1.title', {
	});

