<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">

<title>Ask the Ouija</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="resource-type" content="document" />
<meta http-equiv="author" content="bitesizeinc.net" />
<meta name="Rating" content="general" />
<meta name="Content-language" content="EN-US" />
<meta http-equiv="distribution" content="Global" />

<SCRIPT language=Javascript src="ouija.js"></SCRIPT>
<SCRIPT language=Javascript>
function init()
{
var say;
document.forms[0].text.focus();
move_item(find_by_id('point'),650,100);
say=find_by_id('tosay').innerHTML.replace(/'/g,"").replace(/"/g,"");
spell_word(find_by_id('point'),say);

//document.onmousedown=drags
//document.onmouseup=new Function("dragapproved=false")
}
</SCRIPT>

</head>
<body onLoad="init()">
<img src="/img/board.jpg">
<img id="point" class="drag" src="/img/planchette.gif">
<center>
<FONT COLOR="green"><client_name>:</FONT> <FONT COLOR="black"> <client_input></FONT><br>
<div id="outf">
<FONT COLOR="red">Spirit:</FONT>
</div>
<FORM METHOD="POST" ACTION="/chat/ainebot-0.8.8/aine.cgi">
<INPUT TYPE="text" NAME="text" SIZE="35">
<INPUT TYPE="submit" NAME="submit" VALUE="Say">
<INPUT TYPE="hidden" NAME="virtual" VALUE="<client_id>">
</FORM>
</center>
<div id="tosay" style="visibility:hidden;z-index:-1;top:0px;"><aine_output></div>
</body></html>
