function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<select name="site" size=1>');
document.write('<option value="">Choose Where You Want To Go....');
document.write('<option value="http://ravenwood7.com">Shekinahs Realms of RavenWood');
document.write('<option value="http://astropro.us">Astral*Star Profiles');
document.write('<option value="../shine/index.html">Shine Your Light');
document.write('<option value="../tetra/postoff.html">The Digital Postcard');
document.write('<option value="../abuse/abuse-realm.html">Abuse, Missing Children and Other Causes Realm');
document.write('<option value="../angels/angel-realm.html">Angels Realm');
document.write('<option value="../gallery/artistic-realm.html">Artist Endeavors Realm');
document.write('<option value="../masters/masters-realm.html">Ascended Masters Realm');
document.write('<option value="../astro/astro-realm.html">Astrology Realm');
document.write('<option value="../awards/awards-realm.html">Awards Realm');
document.write('<option value="../christian/christian-realm.html">Christianity Realm');
document.write('<option value="../links/link-realm.html">Cosmic Links Realm');
document.write('<option value="../gifts/gifts-realm.html">Dedications and Gifts Realm');
document.write('<option value="../sierra/memories-realm.html">Fond Memories - Memorial Realm');
document.write('<option value="../gypsy/gypsy-realm.html">Gypsys Magic Wagon Realm');
document.write('<option value="../holidays/holiday-realm.html">Holiday Seasons Realm');
document.write('<option value="../innerspace/journey-realm.html">Journey to Innerspace Realm');
document.write('<option value="../tetra/member.html">Membership Realm');
document.write('<option value="../native/native-realm.html">Native American Realm');
document.write('<option value="../causes/causes-realm.html">Patriotic Brotherhood Realm');
document.write('<option value="../tarot/tarot-realm.html">Sacred Tarot Realm');
document.write('<option value="../kabbalah/kabbalah-realm.html">Kabbalah Realm');
document.write('<option value="../tetra/light-realm.html"> Realm of Light, Love and Universal Wonder');
document.write('<option value="http://www.oneandonly.com/index.htm?AssociateID=18004&MID=14051">Tetras Soul Mates - Meet Your Match!');
document.write('<option value="../rings/rings-realm.html">Web Rings Realm');
document.write('<option value="../wiccan/wiccan-realm.html">Wiccan Realm'); 
document.write('<option value="../worldpeace/peace-realm.html">World Peace Realm');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');