/* ------------------------------------------------------------ */
/*                                                              */
/*                         global param                         */
/*                                                              */
/* ------------------------------------------------------------ */

var _hpath     = (location.href.substr(location.href.length-1,1)=='/') ? (location.pathname+'index.html'):location.pathname;
var _hpath_ary = _hpath.substr(1).split('/');
var _dcpp      = '/' + _hpath_ary.slice(0,-1).join('/');
var _html      = _hpath.substring(_hpath.lastIndexOf('/',255)+1,255);
var _ch        = 'dc';
var _hstyle    = 'clouds2';





/* ------------------------------------------------------------ */
/*                                                              */
/*                       Web Analytics                          */
/*                                                              */
/* ------------------------------------------------------------ */
document.write('<script type="text/javascript" src="http://analytics.disneyinternational.com/analytics/wdigWebAnalytics.js"></script>');





/* ------------------------------------------------------------ */
/*                                                              */
/*                           hitBox                             */
/*                                                              */
/* ------------------------------------------------------------ */
function hbchk () {
	if((location.href.indexOf("//disneychannel.jp",0)>-1)||(location.href.indexOf("www.disneychannel.jp",0)>-1)) {
		return true;
	} else {
		return false;
	}
}
function writeHitbox(){
	if (hbchk()) {
		document.write('<script type="text/javascript" src="/_global/js/analytics.js"><\/script>');
	}
}
