$(function(){
	$('#select1').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?movie=2818&mute=1";
	});
	$('#select2').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/daily.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?movie=2240&mute=1";
	});
	$('#select5').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?movie=2249&mute=1";
	});
	$('#select6').change(function(){
		tid = this.value;
		location.href = "http://" + document.domain + "/" + $theater[tid] + "/film.php?movie=2240&mute=1";
	});	
});

