<!-- page footer

var foo;

foo ="<center><font face=\"verdana\" size=\"1\">";
foo += "Diese Site verwendet Frames. Wenn Ihnen die Menueleiste abgeht, klicken Sie bitte "; 
foo += "<a href=\"http://www.alpinschule-salzburg.at/frame.html\" target=\"_top\">hier</a>.";
foo += "<hr noshade width=\"98%\" size=\"1\">";
foo += "Alpinschule Salzburg &nbsp;&nbsp; Oberwinkl 59 &nbsp;&nbsp;  A-5026 Salzburg<br>";
foo += "mobil +43(0)699 - 11 16 92 00<br>";
foo += "skype internettelefonie&nbsp;&nbsp;robert6301<br>";
foo += "<a href=\"mailto:office@alpinschule-salzburg.at\">office@alpinschule-salzburg.at</a><br>";
foo += "<br>";

document.write(foo);

var a = "Alpinschule Salzburg"
var m = "&copy; " + a + ", updated " + document.lastModified;
var p = m.length-8;
document.write(m.substring(p, 0));

document.write("<br><br></font></center>");

// end -->
