$(function() {
		$("#datepicker").datepicker();
		
		$('#datepicker').change(function() {
  			var datum=document.getElementById('datepicker').value;
  			
  			
  			if(document.URL.indexOf('index.php')<0){
  				window.location.href = document.URL+"index.php?id=809&tx_aponolanot_pi1[function]=displayNot&tx_aponolanot_pi1[view]=simpleTable&tx_aponolanot_pi1[date]="+datum;
			 
  			}else{
				window.location.href = document.URL+"&tx_aponolanot_pi1[function]=displayNot&tx_aponolanot_pi1[view]=simpleTable&tx_aponolanot_pi1[date]="+datum;
			}
		});
		
	});
	


