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

Error!

'+themessage+'
'); scrollTo('main'); return false; } }