function CActivity(){
	//Properties
	this.option;
	this.value;
	this.calories;
	this.minutes = 0;
	this.burn = 0;
}
