﻿var msg = new Array();

// 設定開始（メッセージの内容を設定してください）

msg[0] = '<a href="customer/#reform_001"><img src="example/001/img/customer.jpg" width="200" height="150" alt="大分県大分市　F様" />大分県大分市　F様<br /></a><p>本日は、本棚の仕上げをしていただきありがとうございました。<br />お陰様で、居心地のいい居間になりました。</p><a href="customer/#reform_001" title="続きを読む" class="more">続きを読む</a>';
msg[1] = '<a href="customer/#reform_013"><img src="example/013/img/customer_001.jpg" width="200" height="150" alt="大分県大分市 I様" />大分県大分市 I様<br /></a><p>かべをつくってくれたおにいさんへ<br />このあいだかべをつくったりぬったりしてくれてありがとうございます</p><a href="customer/#reform_013" title="続きを読む" class="more">続きを読む</a>';
msg[2] = '<a href="customer/#reform_021"><img src="example/021/img/customer_thumb_toppage.gif" width="200" height="150" alt="大分県大分市 S様" />大分県大分市 S様<br /></a><p>次は外壁工事をお願いしたいし、家の中のリフォームもお願いしたいと思っています。</p><a href="customer/#reform_021" title="続きを読む" class="more">続きを読む</a>';

// 設定終了


var no = Math.floor(Math.random() * msg.length);

// 表示開始
document.write(msg[no]);
// 表示終了

