var globalBaseSiteURL = "../emoryhr";
var globalHelpfulLinks = [
	"",
	"http://it.emory.edu",
	"http://www.emory.edu/dining/cardfacstaff.html",
	"http://www.ets.emory.edu",
"http://www.hr.emory.edu/eu/employeestoolkit/otherresources/employmentverification/index.html",
	"http://www.emory.edu/EEO/",
	"https://www.finance.emory.edu/index.cfm",
	"http://map.emory.edu",
	"http://www.epcs.emory.edu/park/",
	"https://www.finance.emory.edu/external/deptpages/pay/index.cfm"
	];
function globalGoToHelpfulLink(select)
{
	var i = select.selectedIndex;
	if (i != 0) window.open(globalHelpfulLinks[i]);
}