$(function() {
	
	if ($('.datepicker')) {
		$('.datepicker').datepicker();
	}
	
});
