﻿
var rDomain = top.location.href;
if (typeof refDomain == 'undefined') {
  rDomain = top.location.href;
}
else { rDomain = refDomain }


if (typeof borderWidth == 'undefined') {
    var borderWidth = 0;
}


//document.write("<iframe frameborder=\"0\" align=\"centre\" src=\"LiveBooking.aspx?rid=" + restaurantID + "&rd=" + rDomain + "\" style=\"width: 238px; height: 490px; border:" + borderWidth + "px solid black;   \">");
document.write("<iframe frameborder=\"0\" align=\"centre\" src=\"http://weblive.com.au/LiveBooking.aspx?rid=" + restaurantID + "&rd=" + rDomain + "\" style=\"width: 238px; height: 490px; border:" + borderWidth + "px solid black;   \">");
document.write("</iframe>");



