
// PNG透過
var IE7_PNG_SUFFIX = ".png";

// google Analytics
var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-16163181-1']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();

// ツイッター設定
var settingTW = {
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 612,
  height: 268,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#000'
    },
    tweets: {
      background: '#FFF',
      color: '#000',
      links: '#4cb2ed'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}

// $(function(){


// });

