<?php
$template = <<<END
Thank you for purchasing this item.<br /><br />
You may return to <a href="index.php">town</a>, the <a href="index.php?do=buy">item store</a>, or use the direction buttons to continue exploring.
END;
?>