	// 変数の初期化
	//var strSiteImageTitle	 = "北電情報システムサービス株式会社";
	//var strSiteImagePath	 = "./images/site_image.jpg";
	//var intSiteImagewidth	 = 880;
	//var intSiteImageHeight	 = 270;
	//var strSiteImageObject	 = "<img src=\""+strSiteImagePath+"\" width=\""+intSiteImagewidth+"\" height=\""+intSiteImageHeight+"\" alt=\""+strSiteImageTitle+"\" title=\""+strSiteImageTitle+"\" />";
	// 最新記事を表示
	//document.write(strSiteImageObject);

document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='880' height='270' id='top' align='middle'>	<param name='allowScriptAccess' value='sameDomain' /><param name='allowFullScreen' value='false' />	<param name='movie' value='images/top.swf' /><param name='wmode' value='transparent' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' />	<embed src='images/top.swf' wmode='transparent' quality='high' bgcolor='#ffffff' width='880' height='270' name='top' align='middle' allowScriptAccess='sameDomain' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />	</object>");
