<!--
var max = 3;
var usn;

us = new Array(max);

us[0] = '<a href="http://www.bridal-esthe.com/purpose/conscious/index.html"><img src="http://www.bridal-esthe.com/img/bn_conscious.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="" /></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="" /></a>';
--- */

/*
us[3] = '<a href="http://www.cadensia-bridal.com/"><img src="http://www.bridal-esthe.com/img/bn_cadensia.jpg" width="393" height="45" border="0" class="img_border"  alt="" /></a>';
--*/


usn = max * Math.random();
usn = Math.floor(usn);

document.write(us[usn]);
//-->
