<!-- Beginfunction selectaplace(form) {var appname= navigator.appName;var appversion=parseInt(navigator.appVersion);if (appname == "Netscape" && appversion >= 3) {var formindex=form.select1.selectedIndex;var storage=form.select1.options[formindex].text;if (form.select1.options[formindex].value != "none") {var msg=storage+"You are now being transferred to the -> "+storage;for (var spot=0;spot<msg.length-storage.length;spot++) {var x=msg.substring(spot,msg.length);form.select1.options[formindex].text=x;for(var d=0;d<150;d++) { };}window.location=form.select1.options[formindex].value;form.select1[formindex].text=storage;} else  {form.select1[formindex].text="Not a real option!";for(var d=0;d<1250;d++) { };form.select1[formindex].text=storage;   }}else {var formindex=form.select1.selectedIndex;window.location=form.select1.options[formindex].value;   }}function makeMyMenu() {document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');document.write ('<option value=>view another book');document.write ('<option value=index.html>The College Male');document.write ('<option value=stolenpanties.html>He Sold my Panties');document.write ('<option value=phone.html>Talk Dirty to Me');document.write ('<option value=virginitylost.html>Innocence Lost');document.write ('<option value=andyinspace.html>Andy in Space');document.write ('<option value=likeandy.html>Like Andy');document.write ('<option value=womanmustlove.html>A Woman Must Love');document.write ('<option value=sincereguy.html>A Really Sincere Guy');document.write ('<option value=muscleboy.html>Muscle Boy');document.write ('<option value=officeslut.html>The Office Slut');document.write ('<option value=beerbitch.html>Get Me a Beer, Bitch');document.write ('<option value=garage.html>Andy\'s Garage');document.write ('<option value=loverboy.html>Lover Boy');document.write ('<option value=foundher.html>I Found Her This Way');document.write ('<option value=spork.html>Sporked!');document.write ('<option value=parkbench.html>What\'s in My Pocket');document.write ('<option value=funkychicken.html>Wave Your Hands');document.write ('<option value=halitosis.html>The Chronic');document.write ('<option value=longdistance.html>Long Distance Lover');document.write ('<option value=porn.html>Porn!');document.write ('<option value=painter1.html>Naked for Andy');document.write ('<option value=otherbrother.html>The Other Brother');document.write ('<option value=manhunt.html>Man Hunt');document.write ('<option value=potpie.html>Turkey Pot Pie');document.write ('<option value=uncommon.html>UnCommon Encounter');document.write ('<option value=cowpoked.html>Cow Poked');document.write ('<option value=pillowfight.html>Pillow Fight');document.write ('<option value=toolboyrun.html>Tool Boy Running');document.write ('<option value=beachbacne.html>Beach Bacne Bingo');document.write ('<option value=harmless.html>Harmless');document.write ('<option value=anxiety.html>Anxiety');document.write ('<option value=prefergirls.html>I Prefer Girls');document.write ('<option value=freakon.html>Freak On');document.write ('<option value=gun.html>Look Me In the Eye');document.write ('<option value=brainfreeze.html>Brain Freeze');document.write ('<option value=keyhole.html>Keyhole Desires');document.write ('<option value=allmylove.html>All My Love');document.write ('<option value=hitcher.html>The Hitcher');document.write ('<option value=smellmyfinger.html>Smell My Finger');document.write ('<option value=neighbor.html>Love Thy Neighbor');document.write ('<option value=space_cowboy.html>Space Cowboy');document.write ('<option value=andyeyes.html>Eyes of Andy');document.write ('<option value=andylicious.html>Andylicious');document.write ('<option value=interview.html>The Interview');document.write ('<option value=butterface.html>Butter Face');document.write ('<option value=ebate.html>Masturbating to E!');document.write ('<option value=sbd.html>S.B.D.');document.write ('<option value=livingwithdick.html>Living with Dick');document.write ('<option value=andysplace.html>Andy\'s Place');document.write ('<option value=pantiesoptional.html>Panties Optional');document.write ('<option value=prisoneroflove.html>Prisoner of Love');document.write ('<option value=roofies.html>Roofies');document.write ('<option value=graphics/>-----------------------');document.write ('<option value=/>Dose Home');document.write ('</select>');document.write ('</form>');}makeMyMenu();// End -->