// JavaScript Document
$(function(){
	
		// Datepicker
		$('#datepicker').datepicker({
			inline: true
		});
			
});
