// leave in page for way to customize layout of tooltip
// and avoid errors if onmouseovers/outs before page completely loaded
function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.show(e, msg);
}
function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.hide();
}
// variables for tooltip content
var tipRich = '<div class="tp1">Seller of this property providing information believes it to be correct but not guaranteed, and should be independently verified.<br><br>Era Premier Partners does not represent the seller of this property; however, we do offer professional buyer representation. We will dedicate our services as a Buyer Broker to represent you exclusively in the purchase of this property!<br><br>Contact us for additional information: info@welcome2lexington.com or 1.866.454.3911</div>';
