

/* SITE SPECIFIC JAVASCRIPT */

$(document).ready(function(){
    $('.datepicker').datePicker({clickInput:true,createButton:false});
});