﻿/* Sousa Hotels */
 
$(function() {
  $("select[name='fromday']").children("option[value='" + new Date().getDate() + "']").attr("selected", "selected");
  $("select[name='frommonth']").children("option[value='" + (new Date().getMonth() + 1) + "']").attr("selected", "selected");
 /* start();*/
});
