function translate(key){
	var translation = translations[key];
	return (translation+'' != 'undefined')?translation:key;
}
