
<!--
var sid="mitnamdliw_wildmantim";

function selectaplace(form) { //default is 0; what loads is determined by OPTION SELECTED VALUE
//Wildman Tim and D. Mark Newman Copyright 1997
//tailor to the browser capabilities (because MSIE 3.01 is Javascript crippled<g>)
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);

         if (appname == "Netscape" && appversion >= 3){

        var formindex=form.select1.selectedIndex;
        var storage=form.select1.options[formindex].text;
        if (form.select1.options[formindex].value != "none") {
        var msg=storage+"                        Você está sendo levado para -> "+storage;
                for (var spot=0;spot<msg.length-storage.length;spot++) {
                var x=msg.substring(spot,msg.length);
                form.select1.options[formindex].text=x;
                for(var d=0;d<150;d++) { };
                }

//parent.INDEXPAGE.location=form.select1.options[formindex].value;
//loads into a frame called INDEXPAGE under the parent ( top) window

//windowname.location=form.select1.options[formindex].value;
//loads into a named window. If there is not one by that name, it will be created

document.location=form.select1.options[formindex].value;
//loads into the current window;

                form.select1[formindex].text=storage;
        } else  {
                form.select1[formindex].text="Not a real option!";
                for(var d=0;d<1250;d++) { };
                form.select1[formindex].text=storage;
        }
}

        else {//do this only for MSIE 3.0x

        var formindex=form.select1.selectedIndex;


//parent.frame2.location=form.select1.options[formindex].value;
//loads into a named frame under the parent ( top) window

//windowname.location=form.select1.options[formindex].value;
//loads into a named window. If there is not one by that name, it will be created

document.location=form.select1.options[formindex].value;
//loads into the current window;}
} }
function makeMyMenu() {
   document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
      document.write ('<option value=#>Outros Sites');
    document.write ('<option value=#>');
   document.write ('<option value=http://www.melhoraqui.com.br/>- MelhorAqui.com.br');
   document.write ('<option value=http://www.noelia.com.br/>- Noelia Sirlene');
     document.write ('<option value=http://www.itabunabahia.com.br/>- Itabunabahia.com.br');
   document.write ('<option value=http://www.modarte.pdw.com.br/>- Modarte Models');
   document.write ('<option value=http://www.pdw.com.br/>- PDW Multimidia');
    document.write ('<option value=#>');
   document.write ('<option value=http://www.casadassandalias.com.br/>- Casa das Sandalias');
    document.write ('<option value=http://www.zenrique.com.br/>- Zenrique');
   document.write ('<option value=http://www.nannanene.com.br/>- Lojas Nanna Nenê');
     document.write ('<option value=http://www.diocese.itabunabahia.com.br/>- Diocese de Itabuna');
  document.write ('<option value=http://www.2pele.com.br/>- Segunda Pele');
 document.write ('<option value=http://poesiavirtual.pdw.com.br/>- Poesia Virtual');
   document.write ('<option value=http://www.orkut.com/Community.aspx?cmm=23635718>- Comunidade Orkut');
      document.write ('<option value=http://www.santefi.com.br/>- Santefi Turismo');
      document.write ('<option value=>');
      document.write ('</select>');
   document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
                makeMyMenu();

// -->
