If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
no subject
Date: 2005-Jan-02, Sunday 16:19 (UTC)<?php
function printPageStart( $pageTitle ) {
echo "<html><head><title>$pageTitle</title></head>";
include("header.htm");
}
?>
(Dear lord - that was a mission to write in!!)