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://sm2000.org/sm21/enewspilot.htm">NEW';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/147/index.htm">147';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/146/index.htm">146';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/145/index.htm">145';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/144/index.htm">144';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/143/index.htm">143';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/142/index.htm">142';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/141/index.htm">141';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/140/index.htm">140';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/139/index.htm">139';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/138/index.htm">138';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/137/index.htm">137';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/136/index.htm">136';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/135/index.htm">135';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/134/index.htm">134';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/133/index.htm">133';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/132/index.htm">132';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/131/index.htm">131';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/130/index.htm">130';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/129/index.htm">129';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/128/index.htm">128';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/127/index.htm">127';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/126/index.htm">126';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/125/index.htm">125';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/124/index.htm">124';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/123/index.htm">123';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/122/index.htm">122';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/121/index.htm">121'; 
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/120/index.htm">120';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/119/index.htm">119';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/118/index.htm">118';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/117/index.htm">117';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/116/index.htm">116';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/115/index.htm">115';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/114/index.htm">114';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/113/index.htm">113';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/112/index.htm">112';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/111/index.htm">111';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/www/110/">110';
html += '<OPTION value="http://godsdirectcontact.us/sm21/enews/">&lt;110';
html += '<OPTION value="http://godsdirectcontact.us/sm21/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);

