$(document).ready(function() {
	
	/* */
	/* Initiates a Datepicker drop down */
	/* */
	$(".datepicker").datepicker({ 
		showAnim: 'slideDown',
		dateFormat: 'dd/mm/yy'
	});
	
	
});
