(function($) {
  $(function() {
    /* make reservation link */
		$("a[href*=secure.rezovation.com]").click(function(){
      _gaq.push(['_trackPageview', '/reservation/click']);
      setTimeout('document.location = "' + this.href + '"', 100);
    });
  });
})(jQuery);
