function update() {
var update_content = '<ul class="tr_update">';
update_content += '<img src="img/new.gif"><br />';

update_content += '<li><A href="model_list/index.htm" target="_top">7/29&nbsp;選抜モデル更新のお知らせ</A>&nbsp;</li>';
update_content += '<li><A href="model_list/index.htm" target="_top">7/1&nbsp;モデルリスト1部改訂</A>&nbsp;</li>';
update_content += '<li><A href="model_list/index.htm" target="_top">6/4&nbsp;小森 優奈　写真更新のお知らせ</A>&nbsp;</li>';
update_content += '<li><A href="model_list/index.htm" target="_top">5/24&nbsp;安西 ナナ　モデル追加のお知らせ</A>&nbsp;</li>';
update_content += '<li><A href="p_item/pack.htm" target="_top">5/7&nbsp;新商品撮影プラン(定額予約制）受付開始</A>&nbsp;</li>';
update_content += '<li><A href="p_item/pack.htm" target="_top">4/19&nbsp;新商品撮影プラン(パック制）受付開始</A>&nbsp;</li>';
update_content += '<li><A href="p_item/spinoff/index.php" target="_top">4/9&nbsp;商品撮影SPIN OFF企画 コラム記事</A>&nbsp;</li>';
update_content += '<li><A href="p_item/move.htm" target="_top">4/6&nbsp;商品撮影のりかえて割キャンペーン開始</A>&nbsp;</li>';
update_content += '<li><A href="p_item/index.htm" target="_top">4/6&nbsp;商品撮影料金プラン一部改定</A>&nbsp;</li>';
update_content += '<li><A href="http://twitter.com/MODELCODE" target="_new">4/6&nbsp;モデルコード公式twitter公開</A>&nbsp;</li>';

update_content += '</ul>';
document.write(update_content);
}