<?
if($parent_number!=0) {
  
$title="Re:" $title;
  
$quotation=">";
  
$contents=$quotation $contents;
  
$contents=ereg_replace("\r\n|\r|\n""\n" .$quotation,$contents);
  
$contents=$contents "\n";
}

include(
"./write4.ihtml");
?>