<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Free PHP Guestbook Script - PHPKode™ PHPGuestbook</title>
<meta name="Keywords" content="PHP guestbook, guestbook, guest book, php" />
<meta name="Description" content="Free PHP guestbook script allows visitors to comment on your website, it supports smileys, an online administration console and anti-spam features." />
<link rel="stylesheet" href="kode_theme_default.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.form.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#kode_guestbook").load("kode_core.php");
return false;
});
</script>
</head>
<body>
<div id="kode_guestbook"><img src="images/loading.gif" width="40" height="40" alt="Loading..." /></div>
</body>
</html>