function changeLOLSite(e)
{
  if (e.options[e.selectedIndex].value != "")
    window.open(e.options[e.selectedIndex].value);
  e.selectedIndex = 0;
}