$(document).ready(function() {
    $(function(){
    
    	// Run tooltip
		$(".tooltip").tipTip();
		
		$("#input-26").date_input();
		
	});		
});
