function Casino(){
	var url = document.getElementById('casinos').value;
	location.href = url;
}