function displaySPECommonFooter(){
	var footer  = "<div id='footer'>"
	footer  += "<div id='footerintl' >"
	footer  += "<a id='footer_intl_icon' href='http://www.sonypictures.net/'  rel='external'>Sony Pictures International</a>"
	footer  += "<a title='AXN' href='http://www.axn.co.jp/' rel='external'><img src='http://www.sonypictures.jp/global/styles/images/axn.gif' alt='AXN' /></a>"
	footer  += "<a title='ANIMAX' href='http://www.animax.co.jp/' rel='external'><img src='http://www.sonypictures.jp/global/styles/images/animax.gif' alt='ANIMAX' /></a>"
	footer  += "<a title='AXN Mystery' href='http://www.mystery.co.jp/' rel='external'><img src='http://www.sonypictures.jp/global/styles/images/mystery.gif' alt='AXN Mystery' /></a>"
	footer  += "</div>"
	footer  += "<ul id='footerinfo'>"
	footer  += "<li class='listfirst'><a href='http://www.sonypictures.jp/corp/about/'>会社案内</a></li>"
	footer  += "<li><a href='http://www.sonypictures.jp/corp/press/'>プレスリリース</a></li>"
	footer  += "<li><a href='http://www.sonypictures.jp/corp/feedback.php'>お問い合わせ</a></li>"
	footer  += "<li><a href='http://www.sonypictures.jp/sitemap/'>サイトマップ/リンク</a></li>"
	footer  += "</ul>"
	footer  += "<div id='footerlegal'>"
	footer  += "<div id='footercopyright'>"
	footer  += "&copy; 2010 Sony Pictures Digital Inc. All Rights Reserved."
	footer  += "</div>"
	footer  += "<ul>"
	footer  += "<li class='listfirst'><a href='http://www.sonypictures.jp/corp/privacy.html'>個人情報の取り扱いについて</a></li>"
	footer  += "<li><a href='http://www.sonypictures.jp/corp/tos.html'>使用条件について</a></li>"
	footer  += "</ul>"
	footer  += "</div>"
	footer  += "</div>"
return footer;
}



// Google Analytics
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

var header = document.getElementsByTagName("head")[0];
var scriptTag = document.createElement("script");
scriptTag.setAttribute("src", gaJsHost + "google-analytics.com/ga.js");
scriptTag.setAttribute("type", "text/javascript");

header.appendChild(scriptTag);

function analytics() {
　try {
　　var pageTracker = _gat._getTracker("UA-11202923-1");
　　pageTracker._trackPageview();
　} catch(err) {
　　// alert("Google Analytics:" + err);
　}
}

if (window.attachEvent) {
　window.attachEvent("onload", analytics);
} else {
　window.addEventListener("load", analytics, false);
}