function locationClass(){
	this.X = 0;
	this.Y = 0;
}