full of money before."
I am very fond of the company of ladies. I like their beauty,
I like their delicacy, I like their vivacity, and I like their silence.
-- Samuel Johnson
if italic then write(htmlf,'</i>');
write(htmlf,'</font>');
writeln(htmlf,'</div>');
end;
17: (* adressen *)
begin
ali:=random(3);
case ali of
0: write(htmlf,'<div align=left>');
1: write(htmlf,'<div align=center>');
2: write(htmlf,'<div align=right>');
end;
if random(5)=4 then bold:=true else bold:=false;
if random(5)=4 then italic:=true else italic:=false;