$(document).ready(function() {
    $("head").append("<link>");
    css = $("head").children(":last");
    css.attr({
      rel:  "stylesheet",
      type: "text/css",
      href: "/_js/jquery-ui/css/south-street/jquery-ui.css"
    });
	
	$("#datumod").datepicker({
		buttonText: "Kalendář - zvolte nejbližší datum odjezdu"
	});

});
