google.load("jquery", "1.3.2");
google.load("jqueryui", "1.7.2");
google.setOnLoadCallback(function() {
	jQuery('head').append('<link href="http://admin.guesttrails.com/stylesheets/colorbox.css" media="screen" rel="stylesheet" type="text/css" />');
  $.getScript('http://admin.guesttrails.com/javascripts/jquery.colorbox-min.js', function() {
	  $("#gt-res").colorbox({href: $(this).attr('href'), innerWidth: 520, innerHeight: 540, scrolling: false, iframe: true, overlayClose: false, opacity: 0.5, close: "", onLoad:function(){$("#olrFooter").show();}, onClose:function(){$("#olrFooter").hide();} });
    set_legal();
    if( $("#parking_link") ) {
      $("#parking_link").colorbox({href: "#parking", inline: true, overlayClose: true, innerWidth: 520, innerHeight: 540, scrolling: false, opacity: 0.5, close: "" });
    }
  });
  var path = window.location.pathname.substring(1).split("/");
  if(path[0] == "online_reservations" && path[1].length == 6) {
    $.getScript('http://admin.guesttrails.com/javascripts/jquery.colorbox-min.js', function() {
      set_legal();
      $.fn.colorbox({href:'/websites/olr/'+path[1], innerWidth:520, innerHeight:540, scrolling:false, iframe:true, overlayClose:false, opacity:0.5, close:'', onLoad:function(){$("#olrFooter").show();}, onClose:function(){$("#olrFooter").hide();} });
    });
  }
  function set_legal(){
    var legal = $('<div id="olrFooter" style="display:none; z-index: 9999; font-size: .9em; margin-left: 20px; width: 540px; text-align: center; position: relative; top: 580px; color: #D3D3D3;">Patents (6,384,850) (6,871,325) (6,982,733)</div>');
    $("#colorbox").append(legal);
    $("#colorbox").css("padding-bottom","60px");
  };
});
