function gv22408(fv22408){
    var uv22408=fv22408.options[fv22408.selectedIndex].value; 
    if ((fv22408.selectedIndex > 0) && (uv22408)){
        window.self.location.href = uv22408;
    }
    fv22408.selectedIndex=0;
}
document.write('<form>');
document.write('<select name=\"beseenselectv22408\" onChange=\"gv22408(this);\">');
document.write('<option selected value=\"\"> -- QuickNav -- </option>');
document.write('<option value=\"index.shtml"> Fan&nbsp;Fiction&nbsp;Front&nbsp;Page </option>');
document.write('<option value=\"guidelines.shtml"> Submission&nbsp;Guidelines </option>');
document.write('</select>');
document.write('</form>');

