ユノが大切にしている東方神起を心から応援しています。強烈ユノペンですが、一緒に苦労してくれた賢いチャンミンが愛おしい。
時々見えるユノの不器用な程の真面目さと、少年のようなあどけなさに、たまらなく母性がつかまれてしまいます。
ステージで魅せるキングのパフォーマンスでは、魂が揺さぶられ、その魅力のギャップと幅広さの大海原に投げ込まれてしまった感じ。
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});