var ALERT_TITLE="Alert";var ALERT_BUTTON_TEXT="Ok";var loaded=false;if(document.getElementById){window.alert=function(a){if(loaded){createCustomAlert(a)}else{loaded=true;setTimeout("createCustomAlert('"+a+"')",100)}}}function createCustomAlert(a){makePopup(null,365,200,"","/popup/alert/popup/?txt="+a,true)}function removeCustomAlert(){document.getElementsByTagName("body")[0].removeChild(document.getElementById("alertBox"))};
