/* javascript copyright by : Henri Salles Apr 2 2011 */
var today  = new Date();
var year = today.getFullYear();
document.write('<b>Copyright &#169;' + year  + 'by Henri Salles.</b>You have the permission to reproduce, print, distribute and post the contents of this website contents, provided you mention proper citation and acknowledgment.');

