function quota(str) { return (str != null) ? '"' + str + '"' : '""'; } document.write( '' + ''); document.write('');