var f_form = document.getElementById('reservation-form');
var f_msg = document.getElementById('form-msg');
f_form.action += '?js';
