//show year for footer
function yyyy(){
theDay = (new Date()).getFullYear();
document.write(theDay);
}

function acc() {
document.write("<img src='http://www.mediainfo.jp/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'");
document.write(" width='1' height='1'>");
}

//フォーム用アクセスログ
function acc_form() {
document.write("<img src='https://www.mediainfo.jp/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'");
document.write(" width='1' height='1'>");
}

function twitter() {
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 549,
  height: 200,
  theme: {
    shell: {
      background: '#F2F2F2',
      color: '#000000'
    },
    tweets: {
      background: '#F2F2F2',
      color: '#000000',
      links: '#0775eb'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('infomedia_seo').start();
}

