1 2document.write('<table class="footer" border="0">') 3 4document.write('<tr>') 5 6document.write(' <td valign="top" align="left">Copyright © 2004-2015 <a href="http://www.qos.ch/">QOS.ch</a></td>') 7 8//document.write(' <td rowspan="2">'); 9//document.write(' <a href="http://twitter.com/qos_ch">'); 10//document.write(' <img alt="Follow @qos_ch" src="images/follow_us.png" />'); 11//document.write(' </a>'); 12//document.write(' </td>'); 13 14 15document.write('</tr>') 16 17AAT = '@' 18DOOTT = '.' 19document.write('<tr>') 20document.write('<td align="left" colspan="1">') 21document.write('We are actively looking for volunteers to proofread the documentation. Please send your corrections or suggestions for improvement to "corrections' + AAT +'qos'+DOOTT+'ch". See also the <a href="http://articles.qos.ch/contributing.html">instructions for contributors</a>.'); 22document.write('</td>') 23document.write('</tr>') 24 25 26document.write('</table>') 27 28 29