function txFooter (serv) {
 var subdir="";
 if (serv=="B") {
  subdir="bedrijven/";
 }
 else {
  subdir="particulieren/";
 }
 document.write('<table border="0" width="975" cellpadding="0" cellspacing="0" width="100%">');
 document.write('<tr height="1">');
 document.write('  <td class="background" width="100%" align="center" height="1"><img src="/img/alg/px207fb0.gif" border="0" width="928" height="1"></td>');
 document.write('</tr>');
// eigenlijke footer
 document.write('<tr height="36" valign="middle">');
 document.write('  <td class="footer" width="100%" align="center">&copy Carpoolplaza.be | <a href="/rbx/' + subdir +'">Bruxelles</a> | <a href="/rbr/' + subdir +'">Brussel</a> | <a href="/rvl/' + subdir +'">Vlaanderen</a><br>');
 document.write('<img src="/img/alg/transpix.gif" width="30" height="8" /></td>');
 document.write('</tr>');
 document.write('</table>');
 document.write('<div align="center">');
 document.write('<table id="foottab" width="100%" height="20" cellpadding="0" cellspacing="0" border="0"><tr valign="top">');
 document.write('<td class="fmiddle" align="justify">');
 var browserName=navigator.appName;
 if (browserName=="Microsoft Internet Explorer") {
  document.write(' <span class="subfooter"><a href="javascript:window.external.AddFavorite(location.href, document.title);" class="subfooter">Ajouter à vos favoris</a></span>');
  document.write(' &#x2022; ');
 }
 var adres = "carpool@taxistop.be";
 document.write('<span class="subfooter">Remarques et suggestions: <a href="mailto:' + adres + '" class="subfooter">' + adres + '</a></span>');
 var curdate = new Date();
 var year = curdate.getFullYear();
 document.write('<span class="subfooter"> &#x2022; &copy; Taxistop 2008 - ' + year + '</span>');
 document.write('<span class="subfooter"> &#x2022; <a href="/rwl/' + subdir + 'privacy.htm" class="subfooter">Vie priv&eacute;e</a></span>');
 document.write('</td>');
 document.write('</tr></table>');
 document.write('</div>');
 // // lro 13/12/2007 11:04AM
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );
 document.write('<script src="/js/gat.js" type="text/javascript"></script>');
}
	