// JavaScript Document

share.tracking = false;


share.url = 'http://www.17-sai.jp/';//update this if your url is not dynamic. If this is done in flash, it will overwrite this setting

share.title = '『17歳の肖像』4月17日（土）TOHOシネマズ　シャンテほか全国ロードショー オフィシャルサイト';

share.tweet = '『17歳の肖像』4月17日（土）TOHOシネマズ　シャンテほか全国ロードショー│あの頃に戻っても、私は私を止めたりしない・・・『アバウト・ア・ボーイ』『ハイ・フィデリティ』のニック・ホーンビィが贈る青春ドラマ│http://www.17-sai.jp/';//This is only for twitter

share.description = '『アバウト・ア・ボーイ』『ハイ・フィデリティ』のニック・ホーンビィが贈る青春ドラマ。１６歳のジェニーは年上の男性と恋に落ち、刺激的な大人の世界を体験してゆくが──。';//This will not work for facebook
share.delicious.description = 'Angelina Jolie stars in Salt, a contemporary espionage thriller about a CIA agent who is accused of being a Russian spy and becomes a federal fugitive. Also starring Liev Schreiber.';//This will not work for facebook

addLoadEvent(function(){
	if(top.location != location){
		var a = document.getElementsByTagName('a');
		if(extendOnClick){
			for(var i=0; i<a.length; i++){
				extendOnClick(a[i],function(){
                                      var href = this.getAttribute('href');
                                      if(href){
                                              top.location = href;
                                      }
                                      return false;
                               });
			}
		}
	}
});

