function $t(key){
	if(typeof language != 'undefined'){
		if(typeof language[key] != 'undefined'){
			return language[key];
		}
	}
	return key;
}
