function initArray() {  
      this.length = initArray.arguments.length
      for (var i = 0; i < this.length; i++)
      this[i+1] = initArray.arguments[i]
}

var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900

document.write('<BR><div align="center"><table width="770" height="29" cellspacing="0" cellpadding="4" border="0" background="shared/footer_bg.gif"><tr><td width="20">&nbsp;</td><td valign="middle" class="w2l">&copy; 2006-'+year+' C. &amp; O. Gie&szlig;bach</td><td valign="middle" class="w2c"><a href="index.html" style="text-decoration:none; color:#ffffff">Home</a> | <a href="impressum.html" style="text-decoration:none; color:#ffffff">Impressum</a> | <a href="kontakt.html" style="text-decoration:none; color:#ffffff">Kontakt</a></td><td valign="middle" class="w2r">')

var MOYArray = new initArray("1","2","3","4","5","6","7","8","9","10","11","12");
var LastModDate = new Date(document.lastModified);

var mydate=new Date()
var year=mydate.getYear()
var type=navigator.appName
var version=parseInt(navigator.appVersion)

if (type=="Netscape"&&version>=5)
document.write('Letztes Update: ' + LastModDate.getDate() + '.' + MOYArray[(LastModDate.getMonth()+1)] + '.' + (LastModDate.getYear() + 1900))

else if (type=="Microsoft Internet Explorer"&&version>=4)
document.write('Letztes Update: ' + LastModDate.getDate() + '.' + MOYArray[(LastModDate.getMonth()+1)] + '.' + LastModDate.getYear())

else if (type=="Opera"&&version>=5)
document.write('Letztes Update: ' + LastModDate.getDate() + '.' + MOYArray[(LastModDate.getMonth()+1)] + '.' + (LastModDate.getYear() + 1900))

else
document.write('&nbsp;');

document.write('</td><td width="20">&nbsp;</td></tr></table><p class="g3c"><a href="reiki.html" style="text-decoration:none; color:#808080">Was ist Reiki?</a> | <a href="zur_person.html" style="text-decoration:none; color:#808080">Zur Person</a> | <a href="angebot.html" style="text-decoration:none; color:#808080">Mein Angebot</a> | <a href="behandlung.html" style="text-decoration:none; color:#808080">Behandlung</a> | <a href="wegbeschreibung.html" style="text-decoration:none; color:#808080">Wegbeschreibung</a></p></div>');


