// JavaScript Document
function doRedirect(item) {
    location.href = item.value;
};
