jQuery(document).ready(function(){
	jQuery("#frmSearchCosmoresBooking").cosmoresbooking( 	{
		'checkInDateFailureMessage':'Check-in Date is required.',
		'checkInDateName':'check_in_datehere_cosmores',
		'hotelUrl':'https://hotelcivitas.cosmores.com',
		'numberOfMonths':1,
		'siteId':655,
		'checkOutDateFailureMessage':'Check-out date field is required', 
		'checkOutDateName':'check_out_date_cosmores', 
		'adultsName':'adults_cosmores', 
		'roomsName':'rooms_cosmores', 
		'childrenName':'children_cosmores',
		'buttonName':'button_cosmores', 
		'childrenCancelText':'Cancel', 
		'childrenOKText':'OK',
		'childrenText':'Child', 
		'childrenHeaderText':'Age(s) of children.'
		/*'firstDay':1,
		'dateFormat':'yy-mm-dd',
		'showToday':true */
	}
	);
	
});

