function Resource(key , value){
	this.key = key;
	this.value = value;
}