| 違反投稿 |
<div id="recentcomments"></div>
<script type="text/javascript"><!--
/* コメントRSSオブジェクト */
var comments_rss_request = {
maxNum: 10,
commentLength: 30,
openButton: '\u25bc',
closeButton: '\u25b2',
notButton: '\u25bd',
prefix: '',
suffix: 'さん',
myNameIs: '',
targetID: 'recentcomments',
data: '',
method: 'GET',
async: true,
fileName: function() {
return document.URL.match(/http:\/\/blog\.livedoor\.jp\/.+?\/|http:\/\/.+?\//) + 'recent_comments.xml'
},
toggleButton: [],
commentMore: [],
commentConti: [],
toggle: function(i) {
this.toggleButton[i].innerHTML = this.toggleButton[i].innerHTML == this.openButton ? this.closeButton : this.openButton;
this.commentMore[i].style.display = this.commentMore[i].style.display == 'none' ? 'inline' : 'none';
this.commentConti[i].style.display = this.commentConti[i].style.display == 'none' ? 'inline' : 'none';
}, |