$(function(){
	$('#select1').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?film=1886#movieSchedule";
	});
	$('#select2').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/weekly.php";
	});
	$('#select3').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/index.html";
	});
	$('#select4').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?film=1555#movieSchedule";
	});
		$('#select5').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?film=1887#movieSchedule";
	});
	$('#select6').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?film=1368#movieSchedule";
	});	
});
