cp ../head.txt index.html
awk -F":::" ' { print "<tr><td align=\042middle\042><a href=\042" $1 "\042><img align=\042center\042 border=\0423\042 src=\042small/" $1 "\042></a></td><td><b><font face=\042Verdana\042 size=-1 color=\042#8080C0\042>" $2 "<p><font color=\042#000040\042>" $3 "</font></b></td></tr>"}' pictures.txt >>index.html
cat ../tail.txt >>index.html

