/* 
tdr-all-hd_950
簡易版ヘッダー　幅950px　背景100%
data:20010128
*/


document.write('<script language="JavaScript" src="http://www.tokyodisneyresort.co.jp/js/jquery.js"></script>');
document.write('<link rel="stylesheet" href="http://www.tokyodisneyresort.co.jp/css/tdr_hd.css" type="text/css" charset="utf-8" />');

document.write ('<div id="tdr-all-hd_950">');
document.write ('<div id="DisnyJp">' );

if ( !document.all )
{
	document.write( '<script type="text/javascript" src="http://navbar.disneyinternational.com/jp/chrome/synbar/tdr-all-synbar_950.js" charset="Shift_JIS"></script>' );
}

document.write( '</div>');

document.write ('<div id="tdr-hd">');
document.write ('<p class="Nvlogo"><a href="http://www.tokyodisneyresort.co.jp/index.html" target="tdrhome"><img src="http://www.tokyodisneyresort.co.jp/images/header/tdr_hd_logo950.gif" alt="東京ディズニーリゾート" width="210" height="68" /></a></p>');
<!-- searchBtn -->
document.write ('<div id="searchBtn"><form id=searchbox action="http://search.tokyodisneyresort.co.jp/" onsubmit="return checkForm()" name="seachForm"><div class="popTermArea"><input type="text" name="q" size="50" id="q"><button type="submit" value="検索" class="searchBtnImg TxtImg">検索</button></div></form></div>');
<!-- popTerm -->
document.write ('<script src="http://search.tokyodisneyresort.co.jp/popterm/js/popterm.js" charset="utf-8" type="text/javascript"></script>');
document.write ('<script><!--');
document.write ("var p = new popTerm({'form': 'searchbox', 'query': 'q'});");
document.write ('--></script>');
<!-- //searchBtn -->
document.write ('<ul class="otherNavi">');
document.write ('<li class="Nvtdrhp"><a href="http://www.tokyodisneyresort.co.jp/index.html" target="tdrhome"><img src="http://www.tokyodisneyresort.co.jp/images/header/tdr_hd_hp_off.gif" alt="東京ディズニーリゾート・オフィシャルウェブサイト  TOPページ" width="311" height="22"/></a></li>');
document.write ('</ul>');
document.write ('</div>');
document.write ('</div>');
document.write ('<div class="clear"></div>');

if ( document.all )
{
	
function addEvent(elm, evType, fn, useCapture) {
	if (elm.addEventListener) {
		elm.addEventListener(evType, fn, useCapture);
		return true;
	}
	else if (elm.attachEvent) {
		var r = elm.attachEvent('on' + evType, fn);
		return r;
	}
	else {
		elm['on' + evType] = fn;
	}
}

addEvent(window, "load", function() {
	  document._write = document.write;
	  var html = [];
	  document.write = function(s){html.push(s);}
$.ajax({
        url: "http://navbar.disneyinternational.com/jp/chrome/synbar/tdr-all-synbar_950.js",
        scriptCharset:"Shift_JIS",
        dataType:"script",
        complete : function(){
			document.write = document._write;
          $("#DisnyJp").append(html.join(''));
        }
      });
	});
}

