
点图进入相册
<script type="text/javascript">
var commentPermission = '0';
setCPShow();
if($('commentContent')){
if (haveValue(getCookie('cc'))){
$('commentContent').value = unescape(getCookie('cc'));
setCookie('cc', '', '', '/', 'blog.sohu.com');
}
}
initCForm();
if($('emotionBox')){
$('emotionBox').innerHTML = Emotion.getEmotionIcons();
setCmtEmoEvent();
}
</script>