 $(window).bind("load", function() { 
        
        
        	$("input.datepicker").datepicker(); 
      
 });
 
 