<!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" xml:lang="en-US" lang="en-US" dir="ltr">
<head>
<title>InsanityVille » Shoutbox</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
<meta name="Title" content="InsanityVille">
<meta name="Author" content="Mocanu George-Adrian">
<meta name="Subject" content="InsanityVille Special Stuff">
<meta name="Description" content="InsanityVille Scripts Demos. AJAX Shoutbox">
<meta name="Keywords" content="insain scripts, php scripts, ajax shoutbox, jquery, ajax, shoutbox, jquery validation, ajax link checker, link cheker">
<meta name="Language" content="english">
<meta name="Distribution" content="free">
<meta name="Robots" content="All">
<meta name="verify-v1" content="r/NImAjDz0HRiUAolYgw6ctQfuyYPuRHvhpSgyiYDnA=" />
<script src="js/jquery.js" type="text/javascript" language="javascript"></script>
<script src="js/code.js" type="text/javascript" language="javascript"></script>
</head>
<body>
<div id="content">
<div id="header">
<a href="http://shoutbox.insanityville.com/"><h1>Shoutbox</h1></a>
<p>Check out the demos for the scripts <a href="http://insanityville.com" target="_blank" title="InsanityVille">InsanityVille</a> is offering for free download.</p>
</div>
<table>
<tr>
<td width="68%">
<h2>InsanityVille's AJAX Shoutbox <span style="font: normal xx-small Verdana;">v 0.1</span></h2>
<br />This Shoutbox is another exemplification of the power of AJAX.<br />
<h2>Please fill out the form:</h2>
<div class="formContainer">
<div class="form">
Nickname: <input type="text" id="shoutNickname" maxlength="50" size="10" class="textInput" />
Message: <input type="text" size="46" id="shoutMessage" maxlength="100" class="textInput" />
<input type="button" id="doShout" class="textInput" value="SHOUT!" />
<span id="msgbox" style="display:none"></span>
</div>
<div class="clear"> </div>
<div class="status"><span id="shoutStatus" class="shoutStatus">Fill in the fields above to shout!</span></div>
<div class="clear"> </div>
<div class="shouts" id="shoutsContainer"></div>
</div>
</td>
</tr>
</table>
<p id="footer">© 2008 InsanityVille. All rights reserved.</p>
</div>
</body>
</html>