<!-- Hide from other browsers
// These are the links within Inlands Region, SCA
document.writeln("<form>"); 
document.writeln('<div align="center">'); 
document.writeln('<font size="-1"><strong>Inlands Region web sites</strong></font><br />');
document.writeln('<select name="select1" onchange="PullDownMenu(this.form)" size=1>');
document.writeln("<option selected value=0> --- Choose One --- </option>");
document.writeln('<option value="../../sca/">Inlands Region</option>');
document.writeln('<option value="http://www.wastekeep.org/">Barony of Wastekeep</option>');
document.writeln('<option value="http://www.wealdsmere.&#111;&#114;&#103;/">Barony of Wealdsmere</option>');
document.writeln('<option value="http://www.vulkanfeldt.org">Barony of Vulkanfeldt</option>');
document.writeln('<option value="http://ambergard.antir.com/">Shire of Ambergard</option>');
document.writeln('<option value="../../pendale">Shire of Pendale</option>');
document.writeln('<option value="http://www.dregate.com">Shire of Dregate</option>');
document.writeln('<option value="../../grimwith">Grimwithshire</option>');
document.writeln('<option value="../../lyonsmarche">College of Lyonsmarche</option>');
document.writeln('<option value="http://akornebir.wastekeep.org/">Canton of Akornebir</option>');
document.writeln('<option value="../../silverhart">Canton of Silverhart</option>');
document.writeln('<option value="http://www.cranvehaven.org">College of Cranehaven</option>');
document.writeln('<option value="../../ithra/">University of Ithra</option>');
document.writeln('</select>');
document.writeln('<font size="-1"><br />');
document.writeln('Select a branch from the menu.<br />');
document.writeln('your browser will jump to the page.</font>');
document.writeln('</div></form>');
// Stop hiding from other browsers ... last modified 11/27/07 -->