$ = jQuery;

$(window).load(function()
{
	if($("#ie6").length== 0)
	{

	}

		kalendr();
		$('input.astoriadp').datePicker({clickInput:true})
	
});
