$(document).ready(function()
{
	var size = $('body').width();
	
	if( size < 480 )
	{
	/*	$('#portfolio li a').each(function()
		{
			var url = $(this).parent().children('.redirArticle').attr('href');
			$(this).removeAttr('rel').attr('href', url);
		})
		$('#hana_flv_flow3_1').css('width', '100%').css('height', '100%')*/
	}
})
