$(function(){
	Cufon.replace('#text h1, #text h2');
	Cufon.replace('h2 a, #header .navigation a, .more a, #content .navigation a', { hover: true });
	
	$('.qa-post').each(function(i){
		$(this).find('p[style*=right]').eq(0).addClass('questioner');
	});
	
	$('.sharing').appendTo('.share');
	
	//$('#text.post-4305 .post-body img').removeAttr('height');
	//$('#text.post-4305 .post-body img').removeAttr('width');
});
