// JavaScript Document

function wgcalc(form){
form.fConfirmationCode.value=(form.f0.value + form.f1.value);
}
