//クリスマス用FLASH
function xmas() {
document.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="300" height="100">\n');
document.write('<param name=movie value="xmas_f1.swf">\n');
document.write('<param name=quality value=high>\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="xmas_f1.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="100" menu="false">\n');
document.write('</embed>\n'); 
document.write('</object>\n');
document.write('<a href="shops.html" target="main">忘年会・クリスマスのご予約はクーポン一覧をご覧下さい</a><br>\n');
document.write('クリスマスパーティは<a href="../vineria/" target="main">VINERIA</a>、<a href="../takano/index.html" target="main">リストランテタカノ</a>で！<br>\n');
document.write('忘年会・クリスマスに<a href="../pikcy/index.html" target="main">ピクシー</a>をご利用下さい。\n');
}

//正月用FLASH
function newyears() {
document.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="300" height="100">\n');
document.write('<param name=movie value="ny_f_tai.swf">\n');
document.write('<param name=quality value=high>\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="ny_f_tai.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="100" menu="false">\n');
document.write('</embed>\n'); 
document.write('</object>\n');
document.write('<a href="shops.html" target="main">新年会のご予約はクーポン一覧をご覧下さい</a>\n');

}
