function goBack() {
history.go(-1);
}
function verify() {
var themessage = "";
if (document.modCode.whichRepo.value=="x") {
themessage += "Sorry, there are no repos to modify!
";
}
if (themessage == "") {
document.modCode.submit();
} else {
$("#formErrors").html('