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