function optionPlays(a) {
	for (var i in playArray) {
		if (i != 'tbd') document.write('<option>' + playArray[i][0] + '</option>'); 
	}
}
