// VMNF.NET: Portal de Vitor M. N. Fernandes
// Escreve o address
function dw_address(valid_code, valid_url, w3c_xhtml){
  if (valid_code==1){
		document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" class="footer1"><tr><td width="33%" align="left">');
		document.write('<a href="http://www.linux.org/" target="Linux"><img style="border:0;width:88px;height:31px" src="/_imagens/poweredby-linux.png" alt="Powered by Linux" /></a>');
		document.write('<!-- a href="http://http://www.apache.org/" target="Apache"><img style="border:0;width:88px;height:31px" src="/_imagens/poweredby-apache.png" alt="Powered by Apache" /></a -->');
		document.write('<a href="http://www.mysql.com/" target="MySQL"><img style="border:0;width:88px;height:31px" src="/_imagens/poweredby-mysql.png" alt="Powered by MySQL" /></a>');
		document.write('<a href="http://www.php.net/" target="PHP"><img style="border:0;width:88px;height:31px" src="/_imagens/poweredby-php.gif" alt="Powered by PHP" /></a>');
		document.write('</td><td width="34%">');
		document.write('<center><font size="1">');
		document.write('Webmaster: ');
		document.write('<a href="m&#97;&#105;&#108;&#116;&#111;:v%6d%6ef%40%79a%68oo%2e%63o%6d" title="">');
		document.write('&#118;&#109;&#110;f&#64;&#121;&#97;h&#111;&#111;.&#99;om</a><br />');
		document.write('<b>Vitor M. N. Fernandes<br />');
		document.write('QUINTA DA PIEDADE - PÓVOA DE SANTA ÍRIA - PORTUGAL<b>');
		document.write('</font></center>');
		document.write('</td><td width="33%" align="right">');
		if (w3c_xhtml==-1){
			document.write('<img style="border:0;width:88px;height:31px" src="/_imagens/valid-xhtml10_b-w.gif" alt="Not yet valid XHTML 1.0 :-( !" />');
			document.write('<img style="border:0;width:88px;height:31px" src="/_imagens/valid-css_b-w.gif" alt="Not yet valid CSS :-( !" /></a>');
		}else{
			document.write('<a href="http://validator.w3.org/check?uri=' + valid_url + '" target="Validator-XHTML"><img style="border:0;width:88px;height:31px" src="/_imagens/valid-xhtml10.gif" alt="Valid XHTML 1.0!" /></a>');
			document.write('<a href="http://jigsaw.w3.org/css-validator/validator?uri=' + valid_url + '" target="Validator-CSS"><img style="border:0;width:88px;height:31px" src="/_imagens/valid-css.gif" alt="Valid CSS!" /></a>');
		}
		document.write('<a href="http://www.w3.org/Style/CSS/" target="MadeWith-CSS"><img style="border:0;width:88px;height:31px" src="/_imagens/cssmade.png" alt="Made with Cascading Style Sheets!" /></a>');
  	document.write('</td></table>');
  }else{
		document.write('<center><font size="1">');
		document.write('Webmaster: ');
		document.write('<a href="m&#97;&#105;&#108;&#116;&#111;:v%6d%6ef%40%79a%68oo%2e%63o%6d" title="">');
		document.write('&#118;&#109;&#110;f&#64;&#121;&#97;h&#111;&#111;.&#99;om</a><br>');
		document.write('<b>Vitor M. N. Fernandes<br>');
		document.write('QUINTA DA PIEDADE, PÓVOA DE SANTA ÍRIA, PORTUGAL<b><br><br>');
		document.write('</font></center>');
	}
};