var footer_right = '';

footer_right += '<nobr>';
footer_right += '<span class="copyright">';
footer_right += '<a href="http://www.nifty.com/policy/community_rule.htm" class="copyright">コミュニティルール</a>&nbsp;|&nbsp;';
footer_right += '<a href="http://www.nifty.com/policy/privacy.htm" class="copyright">個人情報保護ポリシー</a><br>';
footer_right += '<a href="http://support.cocolog-nifty.com/howto/2006/03/post_6215.html" class="copyright">Copyright</a> &copy; NIFTY 2007 All Rights Reserved.';
footer_right += '</span>';
footer_right += '</nobr>';

var head = document.getElementsByTagName( 'head' );
var link=document.createElement( 'link' );
link.rel="stylesheet";
link.type="text/css";
link.href= 'http://www.cocolog-nifty.com/css/footer/right.css';
head[0].appendChild( link );

document.write( footer_right );