<!--
var max = 4;
var usn;

us = new Array(max);

us[0] = '<a href="http://www.bridal-esthe.com/salon/konami/konami.html"><img src="http://www.bridal-esthe.com/img/salon_konami.jpg" width="393" height="45" border="0" class="img_border"  alt="コナミスポーツクラブ　エステティック" /></a>';


us[1] = '<a href="http://www.bridal-esthe.com/pickup/adc/adc.html"><img src="http://www.bridal-esthe.com/img/pickup_adc.jpg" width="393" height="45" border="0" class="img_border"  alt="ホワイトニング特集" /></a>';


us[2] = '<a href="https://secure.bridal-esthe.com/booklet/form.html"><img src="http://www.bridal-esthe.com/img/present_b_banner.jpg" width="393" height="45" border="0" class="img_border"  alt=" ブライダルエステ情報誌『美theBEST』プレゼント！" /></a>';


us[3] = '<a href="http://www.hanayome-kirei.com/"><img src="http://www.bridal-esthe.com/img/beauty_cl.jpg" width="393" height="45" border="0" class="img_border"  alt=" 花嫁きれい.com" /></a>';




usn = max * Math.random();
usn = Math.floor(usn);

document.write(us[usn]);
//-->