<!--
// WDI javascript - v. 1.5.  Yippee, send me a cookie.


document.write('<form name="list" action="http://www.wendy.dreaminggates.com/cgi-bin/search/search.pl" method="post" onmouseenter="list.stuff.value=_enter;" onmouseleave="list.stuff.value=_leave;">');

if (!_name) {var _name='there'};
// var _name='there';
var _enter='Hello '+_name+'... move the mouse over any menu link, and I will describe it.';
var _leave='Goodbye.';
var _home='Home : the introduction page, in case you get lost.';
var _about='About : more information than anyone needs about the author.';
var _faq='FAQ : these are questions often asked by fans, interviewers, and other exotic beasts.';
var _buy='Purchase : buy works by Isdell and other starving artists.';
var _info='Info / Links : information, links, and tools for aspiring writers.';
var _tellme='Tell me your name.';
var _contact='Contact : Ways to talk to the author and other visitors.';
var _scribble='Scribblings : Excerpts, unpublished works, and similar silliness.';
// var _unofficial='Unofficial Site : Exactly what it says, the non-official, un-sanctioned site.';
var _search='Search : Enter a search term in the box and click Go.';
var _null='';

document.write('<TABLE border=0 align=left style="font-weight: bold; text-align: center; width: 800px; position: absolute; left: 1px; top: 1px; background: #efefef; font-size:90%;"><TR><td width=250px rowspan=2>');

document.write('<a href="index.htm"><img src="book.gif" border=0 style="position: absolute; left: 1px; top: 1px;" alt="A friendly open book, with link to homepage"></a>');

document.write('<div style="position:absolute; left:115px; top:1px; font-size:90%;">');

document.write('<textarea name="stuff" rows=2 cols=2 wrap=virtual style="background: none; color: #000000; font-family: serif; font-size: 11pt; font-style: italic; font-weight: bolder; width: 115px; height: 150px; overflow: hidden; padding-top: 15px; padding-left: 5px;" readonly></textarea>');

document.write('</div>&nbsp;</td>');

document.write('<td><A HREF="index.htm" ONMOUSEOVER="list.stuff.value=_home;"><nobr>Home</nobr></a></td>');

document.write('<td><A HREF="about.htm" ONMOUSEOVER="list.stuff.value=_about;"><nobr>About</nobr></a></td>');

document.write('<td><A HREF="faq.htm" ONMOUSEOVER="list.stuff.value=_faq;"><nobr>FAQ</nobr></a></td>');

document.write('<td><A HREF="buy.htm" ONMOUSEOVER="list.stuff.value=_buy;"><nobr>Purchase</nobr></a></td>');

document.write('<td><A HREF="info.htm" ONMOUSEOVER="list.stuff.value=_info;"><nobr>Info / Links</nobr></a></td>');


// document.write('<td><A HREF="#" ONMOUSEOVER="list.stuff.value=_tellme;"><nobr>Tell name: <input type="text" size=8 name="nameBox" value="Me"><input type="button" value="send" onClick="var _name=list.nameBox.value; window.alert(_name);"> </nobr></a></td>');

document.write('<td><A HREF="contact.htm" ONMOUSEOVER="list.stuff.value=_contact;"><nobr>Contact</nobr></a></td>');

document.write('<td><A HREF="scribble.htm" ONMOUSEOVER="list.stuff.value=_scribble;"><nobr>Scribblings</nobr></a></td>');

// document.write('<td><A HREF="http://www.geocities.com/wendy_isdell/index.htm" ONMOUSEOVER="list.stuff.value=_unofficial;"><nobr>Unofficial Site</nobr></a></td>');

document.write('<td><input type="hidden" name="usernum" value="2056032136" /><input type="hidden" name="cpv" value="1" /><nobr><input type="text" size="10" name="keywords" value="Search"/ onClick="list.keywords.value=_null;" ONMOUSEOVER="list.stuff.value=_search;"><input type="submit" value="Go" /></nobr>');

document.write('</tr></table></form>');


/*


// No rightclick script v.2.5
// (c) 1998 barts1000 -- barts1000@aol.com

var message="Hey! Come on, ask before you borrow from the site.\nInternational copyright in effect, you know...\n(c)1994-2004 W.D. Isdell\nALL RIGHTS RESERVED\n\n(Yes, I mean it.)";

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

// --> 

*/