if (!document.getElementById) {
 document.location.href="http://alumni.ecolint.net/authors/";
} 


function browseSelections(sStartPath) {

    var sLocation;
    
    var sFilename=sStartPath.replace(/\/authors\//i, "");
    
    switch (sFilename){
 
        case "index.html" :  sLocation = "bok.html";  break;
        case "index2.html" :  sLocation = "desoto.html";  break;
        case "index3.html" :  sLocation = "hofstadter.html";  break;
        case "adrianbuzo.html" :  sLocation = "margolis.html";  break;
        case "adriani.html" :  sLocation = "ciriecowilliamson.html";  break;
        case "albright.html" :  sLocation = "index.html";  break;
        case "bachofen.html" :  sLocation = "chaplin.html";  break;
        case "bartsch.html" :  sLocation = "corbett.html";  break;
        case "beare.html" :  sLocation = "bachofen.html";  break;
        case "bok.html" :  sLocation = "hofstadter.html";  break;
        case "boylan.html" :  sLocation = "buzo.html";  break;
        case "brynner.html" :  sLocation = "boylan.html";  break;
        case "buzo.html" :  sLocation = "frieden.html";  break;
        case "chaplin.html" :  sLocation = "vandulken.html";  break;
        case "chardavoyne.html" :  sLocation = "williamclark.html";  break;
        case "chrischandler.html" :  sLocation =  "index.html";  break;
        case "ciriecowilliamson.html" :  sLocation =  "index.html";  break;
        case "claman.html" :  sLocation = "richardson.html";  break;
        case "corbett.html" :  sLocation = "velmans.html";  break;
        case "cymbalista.html" :  sLocation =  "index.html";  break;
        case "davidchandler.html" :  sLocation =  "index.html";  break;
        case "dawson.html" :  sLocation = "mcnamara.html";  break;
        case "demadariaga.html" :  sLocation = "tuttle.html";  break;
        case "desoto.html" :  sLocation = "bok.html";  break;
        case "devarajan.html" :  sLocation = "worldbank.html";  break;
        case "frank.html" :  sLocation = "zohrab.html";  break;
        case "frieden.html" :  sLocation = "khouri.html";  break;
        case "galloway.html" :  sLocation = "henderson.html";  break;
        case "gandhi.html" :  sLocation = "desoto.html";  break;
        case "gill.html" :  sLocation = "oats.html";  break;
        case "hajjar.html" :  sLocation = "perez.html";  break;
        case "handy.html" :  sLocation = "adrianbuzo.html";  break;
        case "headmasters.html" :  sLocation = "watson.html";  break;
        case "henderson.html" :  sLocation = "beare.html";  break;
        case "hersch.html" :  sLocation = "bok.html";  break;   
        case "hofstadter.html" :  sLocation = "devarajan.html";  break;
        case "johnes.html" :  sLocation =  "index.html";  break;
        case "khouri.html" :  sLocation = "demadariaga.html";  break;
        case "leach.html" :  sLocation = "gill.html";  break;
        case "loetvelmans.html" :  sLocation = "bok.html";  break;
        case "lucia.html" :  sLocation = "sweetser.html";  break;
        case "margolis.html" :  sLocation = "galloway.html";  break;
        case "maurette.html" :  sLocation = "headmasters.html";  break;
        case "mcdermott.html" :  sLocation = "tarnopolzky.html";  break;
        case "mcnamara.html" :  sLocation = "rae.html";  break;
        case "nations.html" :  sLocation = "leach.html";  break;
        case "neilclark.html" :  sLocation = "handy.html";  break;
        case "oats.html" :  sLocation = "maurette.html";  break;
        case "perez.html" :  sLocation = "dawson.html";  break;
        case "published.html" :  sLocation = "index2.html";  break;
        case "rae.html" :  sLocation = "lucia.html";  break;
        case "richardson.html" :  sLocation = "brynner.html";  break;
        case "schwarzkopf.html" :  sLocation = "townsend.html";  break;
        case "sweetser.html" :  sLocation = "sze.html";  break;
        case "sze.html" :  sLocation = "mcdermott.html";  break;
        case "tarnopolzky.html" :  sLocation = "schwarzkopf.html";  break;
        case "townsend.html" :  sLocation = "neilclark.html";  break;
        case "tuttle.html" :  sLocation = "nations.html";  break;
        case "vandulken.html" :  sLocation = "chardavoyne.html";  break;
        case "velmans.html" :  sLocation = "loetvelmans.html";  break;
        case "watson.html" :  sLocation = "hajjar.html";  break;
        case "williamclark.html" :  sLocation = "adriani.html";  break;
        case "woolman.html" :  sLocation = "claman.html";  break;
        case "worldbank.html" :  sLocation = "bartsch.html";  break;
        case "zohrab.html" :  sLocation = "woolman.html";  break;
          
       default : 
           sLocation="index.html";
           break;   
    }

    document.location.href = sLocation;

}
