function npfAddEv(elm,listener,fn){ try{ elm.addEventListener(listener,fn,false); }catch(e){ elm.attachEvent("on"+listener,fn); } } npfAddEv(window,"load",function(){ var css = document.createElement("link"); css.setAttribute("rel","stylesheet"); css.setAttribute("type","text/css"); css.setAttribute("href",(("https:" == document.location.protocol) ? "https://" : "http://") + "bandainamcoent.co.jp/common/include/products/css/products.css?rel=2016-09-13-1"); document.getElementsByTagName("head")[0].appendChild(css); }); document.write('\
\ '); var now = new Date(); document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://") + "bandainamcoent.co.jp/common/js/tracklist.js?" + now.getTime() + "'type='text/javascript'%3E%3C/script%3E"));