// JavaScript Document
for(author_id in authors)
						document.write('<OPTION>'+authors[author_id]+'</OPTION>');