<!-- 
emailname = "bruno"
emailserver = "kevius.se"
document.write("<a href='http://www.kevius.com/' target='_top'><img src='pictures/home.gif' alt='matmin' width='35' height='37' hspace='5' border='0'></a><HR SIZE=3 WIDTH='80%'>");
document.write("<p class='note'>by&nbsp;");
document.write("<A HREF='mailto:" + emailname + "@" + emailserver + "'>");
document.write(emailname + "@" + emailserver + "</A>");
document.write("<br>This Web page may be linked to any other Web pages.");
document.write("</P>");
document.write("<P ALIGN=right><A HREF='http://validator.w3.org/check/referer'><IMG SRC='http://www.w3.org/Icons/valid-html401' ALT='Valid HTML 4.0!' WIDTH=88 HEIGHT=31 BORDER=0 ALIGN=bottom></A> </P>")
-->