var html="";
html += '<CENTER>';
html += '<FORM name="magazine">';
html += '<center><TABLE border=0 width="100%">';
html += '<TBODY>';
html += '<TR>';
html += '<TD>';
html += '<SELECT name="issue">';
html += '<OPTION value="http://sm21.net/enews/145/index.htm">145';
html += '<OPTION value="http://sm21.net/enews/144/index.htm">144';
html += '<OPTION value="http://sm21.net/enews/143/index.htm">143';
html += '<OPTION value="http://sm21.net/enews/142/index.htm">142';
html += '<OPTION value="http://godsdirectcontact.us/eNews/english/141/index.htm">141';
html += '<OPTION value="http://godsdirectcontact.us/eNews/english/140/index.htm">140';
html += '<OPTION value="http://godsdirectcontact.us/eNews/english/139/index.htm">139';
html += '<OPTION value="http://godsdirectcontact.us/eNews/english/138/index.htm">138';
html += '<OPTION value="http://godsdirectcontact.us/eNews/english/137/index.htm">137';
html += '<OPTION value="http://godsdirectcontact.us/eNews/english/136/index.htm">136';
html += '<OPTION value="http://sm21.net/enews/135/index.htm">135';
html += '<OPTION value="http://sm21.net/enews/134/index.htm">134';
html += '<OPTION value="http://sm21.net/enews/133/index.htm">133';
html += '<OPTION value="http://sm21.net/enews/132/index.htm">132';
html += '<OPTION value="http://sm21.net/enews/131/index.htm">131';
html += '<OPTION value="http://sm21.net/enews/130/index.htm">130';
html += '<OPTION value="http://sm21.net/enews/129/index.htm">129';
html += '<OPTION value="http://sm21.net/enews/128/index.htm">128';
html += '<OPTION value="http://sm21.net/enews/127/index.htm">127';
html += '<OPTION value="http://sm21.net/enews/126/index.htm">126';
html += '<OPTION value="http://sm21.net/enews/125/index.htm">125';
html += '<OPTION value="http://sm21.net/enews/124/index.htm">124';
html += '<OPTION value="http://sm21.net/enews/123/index.htm">123';
html += '<OPTION value="http://sm21.net/enews/122/index.htm">122';
html += '<OPTION value="http://sm21.net/enews/121/index.htm">121'; 
html += '<OPTION value="http://sm21.net/enews/120/index.htm">120';
html += '<OPTION value="http://sm21.net/enews/119/index.htm">119';
html += '<OPTION value="http://sm21.net/enews/118/index.htm">118';
html += '<OPTION value="http://sm21.net/enews/117/index.htm">117';
html += '<OPTION value="http://sm21.net/enews/116/index.htm">116';
html += '<OPTION value="http://sm21.net/enews/115/index.htm">115';
html += '<OPTION value="http://sm21.net/enews/114/index.htm">114';
html += '<OPTION value="http://sm21.net/enews/113/index.htm">113';
html += '<OPTION value="http://sm21.net/enews/112/index.htm">112';
html += '<OPTION value="http://sm21.net/enews/111/index.htm">111';
html += '<OPTION value="http://sm21.net/eNews/enews110">110';
html += '<OPTION value="http://sm21.net/eNews/">&lt;110';
html += '<OPTION value="http://sm21.net/cnews/">ch';

html += '</SELECT>'
html += '<INPUT TYPE =BUTTON value="Okay" OnClick="top.location.href=this.form.issue.options[this.form.issue.selectedIndex].value">';
html += '</TD>';
html += '</TR>';
html += '</TBODY>';
html += '</TABLE></center>';
html += '</FORM>';
html += '</CENTER>';
document.write(html);
