function writeColumnIcon() {

 document.write('<a href="/index.html#dailycolumn" onmouseover="showColumn()" onmouseout="hideColumn()"><img src="/share/img/column/l2_' + 'tanosimi' + '.gif" border="0" alt="" /></a>');

}

function writeColumnText() {

 document.write('<img src="/share/img/column/l2_' + 'tanosimi' + '_over.gif" alt="" />');

}

function showColumn() {

 //alert(document.getElementById('content-head').style._x);

 document.getElementById('column-txt').style.display = 'block';

}



function hideColumn() {

 //alert('hide');

  document.getElementById('column-txt').style.display = 'none';

}



function minmaxInit() {



}

function writeHeadContents() {

 document.write('<a href="https://www.so-net.ne.jp/myso-net/"><img src="/contents/SSI/header/img/2005/head_myso-net.gif" alt="My So-net" width="86" height="25" border="0"></a><a href="/10th/"><img src="/contents/SSI/header/img/10th_logo_l2.gif" alt="So-net10周年" width="91" height="25" border="0"></a>');

 }

 

 

/*-------------L2 header info-----------------



l2txt = '[お知らせ] 8/16(水)1:00-7:00 メンテナンス：リンク先が表示されないことがあります。';

l2link = 'http://www.so-net.ne.jp/blog/maintenance/blog0816.html';



function prWrite() {

  document.write('<a href="' + l2link + '">' + l2txt + '</a>');

 }*/
 
 
function prWrite() {
ord=Math.random()*10000000000000000;
document.write('<iframe src="http://ad.jp.doubleclick.net/adi/top.scn.headertext/;sz=330x16;ord=' + ord + '?" width="330" height="16" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no">');
document.write('</iframe>');
 }
