'];
L.push('
Error: ');
L.push(msg);
L.push('
Code: ');
L.push(err.error || '500');
L.push('
');
$obj.html(L.join('')).slideDown();
}
function error(err) {
_display_error($('#error'), err);
}
function fatal(err) {
_display_error($('#loading'), err);
}