var ihtml = '<div class=\'gotop\'><a href="#haut">Haut</a></div>';

ihtml += '<table id=\'tlinks\'><tr>';
ihtml += '<td id=\'td01\'>Association québécoise pour la réadaptation psychosociale</td>';

/* Remove commenting of the following lines for new links to show. 
ihtml += '<td><a href="/information/droits.html"> Les droits d\'auteurs</a></td>';
*/
ihtml += '<td><a href="/membership/devenir.html">Devenir Membre</a></td>';
ihtml += '<td><a href="/information/contact.html">Contactez-nous</a></td>';
ihtml += '<td><a href="/information/liens.html">Liens Utiles</a></a></td>';


ihtml += '</tr></table>';

ihtml +='<p id=\'copyright\'>';
ihtml +='Conception du site: <a href="http://www.tapered-edge.com">Tapered Edge by design &#169\; 2010 tous droits réservés.</a>';
ihtml +='</p>';	

document.getElementById("trailer").innerHTML = ihtml;