cp ../head.txt index.html
chmod 644 index.html
echo '<td colspan="2"><font face="Verdana" color="#FFFFFF"><b>' >>index.html
head -10 pictures.txt | grep -v ":::" >>index.html
echo "</b></td></tr>" >>index.html
awk -F":::" '/:::/ { print "<tr><td align=\042middle\042><a href=\042" $1 "\042><img align=\042center\042 border=\0420\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

