$(document).ready(function()
{
	// Cufon
	Cufon.replace('#header h3, #header h4',																	{textShadow: 'rgba(0, 0, 0, 0.5) 0 1px'});
	Cufon.replace('h2.page-title, h3.section-title, h3.event-title, h3.comment-title, h3.comments-title',	{});
	Cufon.replace('.entry-title',																			{hover: true});
	Cufon.replace('h3, #sidebar h4, #author-description h4',												{});
	Cufon.replace('#found h4',																				{textShadow: '#000 0 -1px'});
	
	$('ul.sf-menu').superfish();
	$(document).pngFix();
	
	$('.tweet').tweet(
	{
		username				: 'ykt2010',
		join_text				: '&rsaquo;',
		avatar_size				: 24,
		count					: 1,
		loading_text			: 'Loading Tweet...'
	});
});