// JavaScript Document
//<![CDATA[
function formHandler(form){
var URL = document.dropNavigation.site.options[document.dropNavigation.site.selectedIndex].value;
window.location.href = URL;
}
// End -->

//<![CDATA[
function formHandler(form){
var URL = document.pressReleasesDropDown.site.options[document.pressReleasesDropDown.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
