
// NOTE: If you use a ' add a slash before it like this \'

/*document.write(' <a href="contact.htm" class="foot">Contact</a> | ');
document.write(' <a href="about.htm" class="foot">About</a> | ');
document.write(' <a href="index.html" class="foot">Home</a>');*/


document.write('<table border="0" width="100%"><tr><td> 2010 <a href="index.html" target="_top" class="foot">LINEEX</a></td>');
 
document.write('<td align="right">');

document.write('<a href="http://validator.w3.org/check?uri=referer">');
document.write(' <img src="picts/valid-html401.png" border="0px"');
document.write(' alt="Valid HTML 4.01 Transitional"></a>');

document.write('<a href="http://jigsaw.w3.org/css-validator/check/referer">');
document.write(' <img style="border:0;" src="picts/valid-css.png" border="0px"');
document.write(' alt="CSS V&acute;lido" /></a>');

document.write('</td></tr></table>');




