﻿/* Script to generate footer */
/* This script is copyright Thomas Soldan(thomas.soldan@cultcoders.net) */
/* No use without our permissions! */

/* Absolute prefix for pic and link path they reference on locale site*/
var path = GetPath(); 

document.write(
  '<span style="text-align:center;">Copyright 2009, &#169; TKD-Verein "Bushido-Mistelbach"</span><br />'
  + '<span style="font-size:11px;">'
  + '<a href="#" title="Impressum" target="_self">Impressum</a> | '
  + '<a href="' + path + 'kontakt.html" title="Kontakt" target="_self">Kontakt</a> | '   
  + '<a href="' + path + 'webteam.html" title="Webteam vom Takwondo-Verein Bushido Mistelbach" target="_self">Webteam</a>'
  + '</span>'
);

/* ' + path + 'impressum.html */