var folder = "/booking/";
/*$(document).ready(function() {
	$("#currency option").each(function () {
		if ($(this).text() == 'EUR')
		{
			$(this).attr('selected', 'yes');
			return;
		}
	});
});*/
