﻿function errorHandler() {
    alert(arguments[0] + " on line " + arguments[2]);
    return true;
}
