var footer_left = '';

footer_left += '<nobr>';
footer_left += '<img src="http://www.cocolog-nifty.com/footer/images/circle-arrow2.gif" alt="ココログ トップ" width="12" height="12" class="icon">';
footer_left += '<a href="http://www.cocolog-nifty.com/" class="footer-navi">ココログ トップ</a>　';
footer_left += '<a href="http://www.nifty.com/" target="_blank"><img src="http://www.cocolog-nifty.com/footer/images/gotop.gif" alt="アット・ニフティトップページへ" width="88" height="17" border="0" class="icon"></a>';
footer_left += '</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/left.css';
head[0].appendChild( link );

document.write( footer_left );