/* Author: Kevin Cunningham

*/

$(function(){
	// Datepicker
	$('input.datepicker').datepicker({
		inline: true
	});
});
























