var saigai_test_referer="undef";

/*
addPreloadImage (
	"image/t_index_english_o.gif",
	"image/t_index_text_o.gif"
);
*/

function printPromotion () {
	if ((getFlashPlayerVersion () < 6) || (getLocationSearch ("html") == "1")) {
		document.write (
			'<img src="image/p_index_promotion.jpg" usemap="#PromotionImageMap" width="738" height="181" border="0" alt=""><br>\n' +
			'<a onclick="openMediaPlayerWindow (this); return false;" href="http://www.kddi.com/media_player/flash.html" target="_blank"><img src="image/t_index_promotion.gif" width="738" height="23" border="0" alt="Flashアニメーションを表示するには、Macromedia Flash Player (プラグイン) が必要です。"><\/a><br>\n' +
			'<img src="/common/image/_.gif" width="1" height="8" alt=""><br>'
		);
	} else {
		document.write (
			'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ' +
				'id="Promotion" width="738" height="200">' +
				'<param name="base" value="swf">' +
				'<param name="movie" value="swf/index_promotion.swf?time=' + (new Date).getTime () + '">' +
				'<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" ' +
					'base="swf" name="Promotion" width="738" height="200" ' +
					'src="swf/index_promotion.swf?time=' + (new Date).getTime () + '"' +
				'><\/embed' +
			'><\/object><br>'
		);
	}
}

