function gotoSel(formindex)
{
var thisSelect = document.forms[formindex - 1].elements[0];
var sURL = thisSelect.options[thisSelect. selectedIndex].value;
if (sURL != "")
{
window.location.href = sURL;
thisSelect.selectedIndex = 0;
}
}
document.write('<select name="redir" size="1" onChange="gotoSel(1)" class="index">')
document.write('<option value=" " selected>Тематические сайты</option>')
document.write('<option value="http:\/\/www.daopharm.ru">Дао-Фарм</option>')
document.write('<option value="http:\/\/www.insult.ru">Инсульт</option>')
document.write('<option value="http:\/\/hemorroi.ru">Геморрой</option>')
document.write('<option value="http:\/\/mammoleptin.ru">&laquo;Маммолептин&raquo;</option>')
document.write('<option value="http:\/\/hypertonia.ru">Гипертония</option>')
document.write('<option value="http:\/\/stenocardia.ru">Стенокардия</option>')
document.write('<option value="http:\/\/sexforever.ru">Sexforever.ru</option>')
document.write('</select>')
