var html="";
html += '<FORM name="emagazine">';
html += '<SELECT onChange="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)" name="issue">';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/175/a175.htm">175';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/174/a174.htm">174';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/173/a173.htm">173';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/172/a172.htm">172';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/171/a171.htm">171';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/170/a170.htm">170';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/169/a169.htm">169';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/168/a168.htm">168';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/167/a167.htm">167';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/166/a166.htm">166';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/165/a165.htm">165';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/164/a164.htm">164';
html += '<OPTION value="http://www.godsdirectcontact.org/unicode/news/163/a163.htm">163';
html += '</SELECT>'
html += '<INPUT TYPE =BUTTON value="GO"  OnClick="window.open(this.form.issue.options[this.form.issue.selectedIndex].value)" style="font-size: 8pt; color: #238EA1">';
html += '</FORM>';
document.write(html);
