onFunctionsLoad()
This function is called after successfully loading a user functions file when a job is started.
This is the first event to be called for a Batch Wizard job.
function onFunctionsLoad() {
// optionally change the start date & time here
$_JOB.startdate=date("ddd',' MMM dd yyyy");
$_JOB.starttime=time("hh':'mm':'ss tt");
}