function dropSwitch(){	var nHost = document.location.host;	var dropdownNavigation = document.forms['dropNav'].dropDown.value;	//document.location.href = "http://" + nHost + dropdownNavigation;	document.location.href = dropdownNavigation;}