// Google Friend Connect
//基本設定
var skin = {};
skin['BORDER_COLOR'] = 'transparent';
skin['ENDCAP_BG_COLOR'] = '#999999';
skin['ENDCAP_TEXT_COLOR'] = '#ffffff';
skin['ENDCAP_LINK_COLOR'] = '#ffffff';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#0099FF';
skin['CONTENT_TEXT_COLOR'] = '#666666';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#0099FF';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#66666';
skin['POSITION'] = 'bottom';
skin['DEFAULT_COMMENT_TEXT'] = '- \u3053\u3053\u306b\u30b3\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0 -';
skin['HEADER_TEXT'] = '\u30b3\u30e1\u30f3\u30c8';
skin['POSTS_PER_PAGE'] = '5';
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);

//ソーシャルバー
google.friendconnect.container.renderSocialBar(
 { id: 'div-1482709890286402030',
   site: '08878168563045813106',
   'view-params':{"scope":"SITE","features":"video,comment","showWall":"true"}
 },
  skin);

//関心
google.friendconnect.container.renderOpenSocialGadget(
 { id: 'div-2930601413172290749',
   url:'http://www.google.com/friendconnect/gadgets/poll.xml',
   site: '08878168563045813106'
 },
  skin);
