function whatsnew() {
document.write('<table width=530 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td class=text valign=top nowrap>9月3日</td>');
document.write('<td class=text valign=top><a href=whatsnew/index.html>９月１日より全頭検査開始！</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class=text valign=top nowrap>8月8日</td>');
document.write('<td class=text valign=top><a href=whatsnew/index.html>臨時営業日のご案内</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class=text valign=top nowrap>7月29日</td>');
document.write('<td class=text valign=top><a href=whatsnew/index.html>☆味蔵風冷麺☆８月３日より新登場！</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class=text valign=top nowrap>7月27日</td>');
document.write('<td class=text valign=top><a href=whatsnew/index.html>近日中に新登場！★味蔵冷麺★</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class=text valign=top nowrap>3月27日</td>');
document.write('<td class=text valign=top><a href=whatsnew/index.html>支援金募金箱の設置</a></td>');
document.write('</tr>');
document.write('</table>');
document.close();
}


function whatsnew_top() {
document.write('<table width=530 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr valign="top">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<p class="lmargin"><a href="whatsnew/index.html"><b>９月１日より全頭検査開始！</b></a></p>');
document.write('<p class="lmargin">　世間を騒がせた『セシウム藁騒動』から一か月、９月１日より岐阜県下の<br>肉用牛全てに放射性セシウムの検査が実施されるようになりました。<br>　今まで以上に『安全・安心』となった飛騨牛を是非ご賞味ください。　　　　　　　　　　</p>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.close();
}

