﻿jQuery(function($){	

	i18n_dict = {};	
	$.i18n.setDictionary(i18n_dict);
	
	$.i18n.dateFormat = 'dd/mm/yy';	
});
