function txFooter (serv) {
 var subdir="";
 if (serv=="V") {
  subdir="vrager/";
 }
 else {
  subdir="oppasser/";
 }
 document.write('<table border="0" width="975" cellpadding="0" cellspacing="0" width="100%">');
// eigenlijke footer
 document.write('<tr height="36" valign="middle">');
 document.write('  <td class="footer" width="100%" align="center">&nbsp;</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 width="137" align="left">&nbsp;</td>');
 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">Toevoegen aan favorieten</a></span>');
  document.write(' &#x2022; ');
 }
 var adres = "oppas@taxistop.be";
 document.write('<span class="subfooter">Opmerkingen of suggesties: <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="/1/oppas/' + subdir + '1privacy.htm" class="subfooter">Privacy Policy</a></span>');
 document.write('</td>');
 // document.write('<td width="137" align="right"><a href="http://www.taxistop.be" target="_blank"><img src="/img/oppas/txBottom.gif" align="right" border="0" alt="Taxistop"></a></td>');
 document.write('<td width="137" align="right">&nbsp;</td>');
 document.write('</tr></table>');
 document.write('</div>');

 document.write('<div style="position: relative; top: -66px; left: 400px; width:90px; height:25px; background-color: #ffffff">');
 document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr valign="top">');
 document.write('<td width="100%" align="center"><a href="http://www.taxistop.be" target="_blank"><img src="/img/oppas/txBottomSmall.gif" align="center" border="1" alt="Taxistop"></a></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>');
}
	
