sub seperate_page {
get_time();
open (TOPHTML, "$path_to_header") or die "where's the html file? : $!";
my @html_file = ;
close TOPHTML;
my $newhtml= strftime ("%m_%d_%Y", localtime ());
open (NEWHTML, ">$news_directory\/$newhtml-$$.html") || die "Cannot create $newhtml ($!)";
print NEWHTML @html_file;
print NEWHTML qq|\n
::: $topic :::
\n
\n
posted by
$name\n
$time_words.
\n
$words