$(document).ready(function(){

  // Book Now Widget Tabs
  $('#tabs li#tab-paintball a').attr("href", "#book-paintball");
  $('#tabs li#tab-laser a').attr("href", "#book-laser");

  var $tabs = $('#tabs').tabs({selected: 0});
  
  $tabs.tabs('select', location.hash == '' ? 0 : location.hash);
});
