function RedirectClick()
{
   var redirectionLocation;
   var dropDownList = document.getElementById('CareerDropDownList');
   redirectionLocation = dropDownList.value;

   window.location = redirectionLocation;
}