function mmFooter (serv) {
 var subdir="";
 switch (serv){
  case "E": subdir="europa/"; break;
  case "M": subdir="mobib/"; break;
  default : subdir="autodelen/";
 }
 document.write('<table border="0" width="935" 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/transpix.gif" border="0" width="935" height="1"></td>');
 document.write('</tr>');
// eigenlijke footer
 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">Toevoegen aan favorieten</a></span>');
  document.write(' &#x2022; ');
 }
 var adres = "webmaster@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 ' + year + '</span>');
 document.write('<span class="subfooter"> &#x2022; <a href="/nld/' + subdir + 'sitemap.htm" class="subfooter"><img src="/img/icons/sitemap.gif" alt="sitemap" border="0" hspace="3" vspace="0" align="absmiddle">Sitemap</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>');
}
	
