$(function(){
	$("#rightColumn .submit").click(function(){
		url = "index.php?id=calendrier&amp;L=0" ;
		them = $("#rightColumn #theme").val() ;
		lieux = $("#rightColumn #lieu").val() ;
		if (parseInt(them) > 0){
			url += "&tx_ttnews[theme]="+parseInt(them) ;
		}
		if (parseInt(lieu) > 0){
			url += "&tx_ttnews[lieu]="+parseInt(lieu) ;
		}
		location.href = url ;
	}) ;

}) ;

