function dependant_selector_struct(day) {
	this.day = day;
	this.times = new Array;
}
