// JavaScript Document

var flashversion = "9.0.115";

if(typeof(swfobject)=='object' && swfobject.hasFlashPlayerVersion(flashversion)){
	//console.log(swfobject.getFlashPlayerVersion());
	
	var head = document.getElementsByTagName('head');
	var flashstyle = document.createElement('style');
	var css = '#flashcontent h2 {display: none} #flashcontent p {display: none}';

	flashstyle.setAttribute('type','text/css');
	

	if(head[0]){
		if(flashstyle.styleSheet){//cause you can't put text in the webstandards way in ie
			flashstyle.styleSheet.cssText = css;
		}else{
			flashstyle.appendChild(document.createTextNode(css));
		}
		head[0].appendChild(flashstyle);
	}

}

share.tracking = false;

share.url = "http://www.moon-otoko.jp/";
share.title = "映画「月に囚（とら）われた男」4月10日（土）より公開 | オフィシャルサイト";
share.description = "デヴィッド・ボウイの息子、ダンカン・ジョーンズ監督デビュー作！＜月＞の裏側でたったひとり、美しくも残酷な運命をたどる男──閉鎖された月を舞台にした一人劇という難役を実力派俳優サム・ロックウェルが見事に演じきった。ロボットの声でオスカー俳優ケヴィン・スペイシーも出演。4月10日（土）恵比寿ガーデンシネマほか全国ロードショー。";
share.myspace.description = '';
share.tweet = "『月に囚（とら）われた男』4月10日（土）恵比寿ガーデンシネマほか全国ロードショー！│＜月＞の裏側でたったひとり、美しくも残酷な運命をたどる男の物語│デヴィッド・ボウイの息子、ダンカン・ジョーンズ監督デビュー作！ http://moon-otoko.jp";

share.delicious.description = '';//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;
                               });
			}
		}
	}
});
