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