function SetHRBunner2(){
	var m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();
  hit[0] = 1; adv[0] = '<a href="http://www.bridal-esthe.com/pr/bus/index.html"><img src="http://www.bridal-esthe.com/img/bn_bus.jpg" width="393" height="45" border="0" class="img_border"  alt="" /></a>';
  
  hit[1] = 1; adv[1] = '<a href="http://www.bridal-esthe.com/pickup/adc/adc.html"><img src="http://www.bridal-esthe.com/img/bn_dental_393_45.jpg" width="393" height="45" border="0" class="img_border"  alt="" /></a>';  
 
  hit[2] = 2; adv[2] = '<a href="http://www.bridal-esthe.com/salon/bellelumiere/bellelumiere.html"><img src="/img/bellelumiere.jpg" width="393" height="45" border="0" class="img_border"  alt="" /></a>';




  for(i=0; i<=hit.length - 1; i++) {
    m += hit[i];
  }
  n = Math.floor(Math.random() * m);
  n++;
  for(i=0; i<=hit.length - 1; i++) {
    x = y;
    y += hit[i];
    if(x<n && n<=y) ad = adv[i];
  }
//SetHRBunner()=usn;
	if(jQuery('#right_bunner').length>0){
  				jQuery('#right_bunner').html(ad);
	}
}







