/* **********************************************
 facebookpage visibility script
*********************************************** */

var Timer_id;
var myappId = '999999999999999';

window.fbAsyncInit = function() {
 FB.init({appId: myappId , status: true, cookie: true, xfbml: true});
 FB.Canvas.setSize({ width: 520, height: 800 });
 clearTimeout(Timer_id);
 Timer_id = setTimeout(function() {FB.Canvas.setAutoResize(); FB.Canvas.setSize({ width: 520, height: 10});}, 500);
};
(function() {
  var e = document.createElement('script'); e.async = true;
  e.src = document.location.protocol +
    '//connect.facebook.net/ja_JP/all.js';
  document.getElementById('fb-root').appendChild(e);
}());

inserted by FC2 system