<?php
include 'header.php';?>
<div class="rounded">
<div class="title"><img src="/images/face-monkey.png" style="float:left;margin:5px 5px 5px 5px;">Hey there! Got something for your friends to like?</div><br>
<img src="/images/motionspace.png" alt="Spacer" border="0"></img><br />
Enter something you like here, then click "Share this like! <br />
<script type="text/javascript" src="/files/textbox_validation.js"></script>
<form method="POST" action="files/verify.php" name="formLikemsg">
<textarea cols="10" rows="10" name="likesubmit" class="comments" style="text-align: left" maxlength="150" wrap="off"></textarea><br>
<div align="center"> <?php
require_once('files/recaptchalib.php');
$publickey = "YOUR PUBLIC KEY HERE"; // you got this from the signup page
echo recaptcha_get_html($publickey);
?>
<div class="buttons">
<button type="submit" class="positive" value="Submit">
<img src="/images/tick.png" alt=""/> Share this like! </button></div>
</form>
</div></div>
<br />
<?php
include 'pre-footer.php';
?>