function txFooter (serv) {
document.write('<div align="center">');
document.write('<table id="foottab" width="100%" height="20" cellpadding="0" cellspacing="0" border="0"><tr valign="top"><td class="fletf">&nbsp;</td>');
document.write('<td class="fmiddle" align="justify">');
var browserName=navigator.appName;
if (browserName=="Microsoft Internet Explorer") {
 if ((serv=="P") || (serv=="S") || (serv=="E") || (serv=="I") ) { // plaatsgebrek vermijden
  document.write(' <span class="meeruitleg"><a href="javascript:window.external.AddFavorite(location.href, document.title);">Toevoegen aan favorieten</a></span>');
 } else {
  document.write(' <span class="meeruitleg"><a href="javascript:window.external.AddFavorite(location.href, document.title);">Voeg deze pagina toe aan je favorieten</a></span>');
 }
 document.write(' &#x2022; ');
}
var adres = null;
if (serv=="X") { adres="info@taxistop.be"; }
if ((serv=="P")||(serv=="S")) { adres="carpoolbank@taxistop.be"; }
if (serv=="E") { adres="eventpool@taxistop.be"; }
if (serv=="I") { adres="eurostop@taxistop.be"; }
if (serv=="B") { adres="b&b@taxistop.be"; }
if (serv=="F") { adres="ferry@taxistop.be"; }
if (serv=="H") { adres="huisruil@taxistop.be"; }
if (serv=="G") { adres="huisruil@taxistop.be"; }
if (serv=="O") { adres="oppas@taxistop.be"; }
if (serv=="M") { adres="mmc@taxistop.be"; }
if ((adres=="")||(adres==null))    { adres="info@taxistop.be"; }
document.write('<span class="meeruitleg">Opmerkingen of suggesties: <a href="mailto:' + adres + '">' + adres + '</a></span>');
//if (browserName=="Microsoft Internet Explorer") {
// var l_event='onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.taxistop.be\');"';
// document.write(' &#x2022; <span class="meeruitleg"><a href="#" + ' + l_event + '>Taxistop als je homepage</a></span>');
//}
var curdate = new Date();
var year = curdate.getFullYear();
document.write(' &#x2022; &copy; Taxistop ' + year);
document.write('</td>');
document.write('<td class="fright">&nbsp;</td></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>');
