window._alert=window.alert; 
window.alert=function(s) { 
_alert(s.replace(/&#(\d{5});/g,function(r,r1) {return String.fromCharCode(r1);})); 
} 
