>>714
function koushiki_init()
{
if (preg_match('/\.drupal$/', $_GET['q'])) {
print theme('page', t('Hello, Koushiki!'));
}
}