﻿function whatnew(){
document.write("<div>");

// ↓★編集1行目【document.write("】と【");】の間に表示したい文を入力する
document.write("2009/09/27　宿河原店、NEW staff 入りました！よろしくお願いいたします（＾＾）ｖ<a>");

document.write("</div>");
document.write("<div>");

// ↓★編集2行目【document.write("】と【");】の間に表示したい文を入力する
document.write("2009/09/27　頭皮洗浄大好評！！まだの方は是非お試しを！！</a>");

document.write("</div>");
document.write("<div>");

// ↓★編集3行目【document.write("】と【");】の間に表示したい文を入力する
document.write("2009/06/01～　六本木店☆トリートメントキャンペーン実施中！！ </a>");

document.write("</div>");
document.write("<div>");


document.write("</div>");
}