// JavaScript Document
 
function CC_noErrors() {
return true;
}
window.onerror = CC_noErrors;
 