title = document.title;
url = location.href;

document.write(
'<ul id="social">',


// <a href="javascript:void(0);" onclick="window.open(‘http://mixi.jp/share.pl?u=ここにhttp://のアドレス&k=ここにmixiのチェックキー','share',['width=632','height=456','location=yes','resizable=yes','toolbar=no','menubar=no','scrollbars=no','status=no'].join(','));">mixiチェック</a>


'<li><a href="javascript:void(0);" onclick="window.open(\'http://mixi.jp/share.pl?u='+encodeURIComponent(url)+'&k=d4e0b8cafad8980e94451f55351c6aa08949047a\',\'share\',[\'width=632\',\'height=456\',\'location=yes\',\'resizable=yes\',\'toolbar=no\',\'menubar=no\',\'scrollbars=no\',\'status=no\'].join(\',\'));"><img src="/COMMON/IMAGES/sbm01.gif" width="18" height="18" alt="mixiチェック" /></a></li>',
'<li><a href="javascript:void(0);" onclick="window.open(\'http://twitter.com/home?status='+encodeURIComponent(title)+' '+encodeURIComponent(url)+'\',\'twitter\'); return false;" target="_blank"><img src="/COMMON/IMAGES/sbm02.gif" width="18" height="18" alt="この記事をツイートする" /></a></li>',
'</ul>'
);
document.close();

