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 style="font-family:Courier New;font-size:12px;" onChange ="formHandler(this.form);">');
document.write('<option value="">Check out more --');
document.write('<option value="index.cfm?action=home">--Home Page');
document.write('<option value="index.cfm?action=inspirational">--~Inspirational Pages~');
document.write('<option value="index.cfm?action=Wlfgllrya">--The Wolf Gallery');
document.write('<option value="index.cfm?action=inspirational">--Native American Wisdom');
document.write('<option value="index.cfm?action=tributes">--*September 11 Tributes*');
document.write('<option value="index.cfm?action=Pow">--Veteran&acute;s Pages');
document.write('<option value="index.cfm?action=holidays">--Holiday Pages');
document.write('<option value="index.cfm?action=home">--Games!!');
document.write('<option value="Games/Dalyscope.cfm">--Daily Horoscope');

document.write('<option value="">');
document.write('<option value="">MISC. PAGES --');
document.write('<option value="index.cfm?action=Lakeapps">--My Lake Applets');
document.write('<option value="index.cfm?action=Backgrounds">--Free Backgrounds');
document.write('<option value="index.cfm?action=Backgrounds5">--Patriotic  Backgrounds');
document.write('<option value="index.cfm?action=Awards">--Awards I Received');
document.write('<option value="index.cfm?action=Webrings">--My Web Rings');
document.write('<option value="index.cfm?action=Linksetc">--Great Links!');
document.write('<option value="index.cfm?action=RAOK">--Kindness Korner');
document.write('<option value="index.cfm?action=Meetme">--Meet Ishaah!');
document.write('</select>');
document.write('</form>');