$(document).ready(function(){
	$('.website_topmenu li a').each(function(i, o){
		$(o).html('<span>'+$(o).text()+'</span>');
	});
	$('a.website_text_round_link').each(function(i, o){
		$(o).html('<em><b>'+$(o).text()+'</b></em>');
	});
	Cufon.replace('h3, h2, h1, .website_topmenu li', { fontFamily: 'RomanSerif', textShadow: '#0d0705 1px 1px', color: '-linear-gradient(#fffdf2, #ede4aa)' });
});
