<?php

$function   
"randchar";
$filetype   ".function.php";
$filename   $function.$filetype;
$sourcefile highlight_file($filenameTRUE);
$document   NULL;

@include(
"HtmlDocument.template");

print(
$document);

?>