function showAlert() {
	if (chkflash() == 'NG') {
		document.write('<div class="borderedBlock">');
		document.write('<dl class="pluginDownload">');
		document.write('<dd>');
		document.write('<ul>');
		document.write('<li>');
		document.write('<p>このページでは一部Flashを利用した動画が使われています。<br>ご覧になるにはFlash Playerの最新版（無料）が必要です。</p>');
		document.write('<ul class="linkList">');
		document.write('<li><a href="http://get.adobe.com/jp/flashplayer/" class="window"><img src="/common/img/banner/get_flash_player.gif" alt="" class="banner" width="112" height="33">Flash Player 最新版<img src="/common/img/icon/window.png" alt="新しいウィンドウで開く" class="window" width="12" height="10"></a></li>');
		document.write('</ul>');
		document.write('</li>');
		document.write('</ul>');
		document.write('</dd>');
		document.write('</dl>');
		document.write('<!-- /.borderedBlock --></div>');
	}
}



