/**
 * JS to start fast booking
 */
$(document).ready(function () {
   start(); 
});

