


//フッタ表示用
function incFoot(){

html = '';
html = html
     + '2012. '
document.write(html);

}
