<!--
//showSWF('images/introduction1.0.1.swf',940,240,'images/noflash.jpg');
function showSWF20120119(path,width,height,substitute_image){
	var mime = "application/x-shockwave-flash";
	var n = navigator;
	var d = document;
	if (n.userAgent.indexOf('Mobile') == -1){
		var hash = new Date();
		var time = hash.getTime();
		path = path + "?timer=" + time;
		d.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+width+'" height="'+height+'">');
		d.write('<param name="movie" value="'+path+'"></param>');
		d.write('<param name="quality" value="high"></param>');
		d.write('<param name="wmode" value="transparent"></param>');
		d.write('<embed src="'+path+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
		d.write('</embed>');
		d.write('</object>');
	}
	else {
		d.write('<div id="apple">');
		d.write('<div id="apple_in">');
		d.write('<img src="apple/logo.gif" alt="LAND OF TOMORROW"><br />');
		d.write('<a href="blog/" title="BLOG"><img src="apple/blog.gif" alt="BLOG" border=0></a><img src="apple/slash.gif" border=0><a href="apple/marunouchi.html" title="MARUNOUCHI"><img src="apple/marunouchi.gif" alt="MARUNOUCHI" border=0></a><br />');
		d.write('<br />');
		//d.write('<a href="http://www.superamarket.jp/introduction/"><img src="http://www.superamarket.jp/introduction/banner/lotsm.jpg" border=0></a>');
		//d.write('<br />');
		//d.write('&raquo; <a href="http://third.tomorrowland.jp/moresale2012winter/" target="_blank">2011 WINTER MORE SALE SCHEDULE</a><br />');
		d.write('<br /><hr size=1 noshade color=#ccc />');
		d.write('<a href="http://www.tomorrowland.jp/en/">ENGLISH SITE</a> | <a href="http://www.tomorrowland.jp/home.php">TOMORROWLAND CO.,LTD HOME</a><br />');
		d.write('<br />');
		d.write('Copyright(C) TOMORROWLAND Co.,Ltd. All Rights Reserved.');
		d.write('</div>');
		d.write('</div>');
	}
}
//-->
