

var ats = document.getElementsByTagName("A");for (var i=0;i<ats.length;i++){if (ats[i].attachEvent)ats[i].attachEvent("onclick",qmvp_kill_links2);else if (ats[i].addEventListener)ats[i].addEventListener("click",qmvp_kill_links2,true);}function qmvp_kill_links2(e){e=e || window.event;var ta = e.srcElement || e.target;if(ta.className.indexOf("qmparent")+1)return;alert("Links may be tested by publishing or saving the menu.\r\n\r\nThe item you clicked will link to: "+ta.getAttribute("href"));e.cancelBubble = true;if (e.stopPropagation)e.stopPropagation();if (e.preventDefault)e.preventDefault();e.returnValue = false;return false}
