document.getElementById('sitesOptions').onchange = function() {
	window.location.href = this.options[this.selectedIndex].value;
}
