// JavaScript Document
document.writeln('<p align="right">');


document.writeln('<img src="../icons/icon-arrow-left.gif" width="12" height="8">');
document.writeln('<a href="javascript:history.go(-1);" target="main">zurück</a><br>');
document.writeln('<br>');

document.writeln('<a href="main3.html" target="main">Impressum</a>');
document.writeln('<a href="main3haftungsausschluss.html" target="main">Haftungsausschluss</a><br>');
document.writeln('<a href="main3disclaimer.html" target="main">Disclaimer</a><br>');
document.writeln('<a href="main3agb.html" target="main">AGB</a><br>');

document.writeln('<br>');
document.writeln('<br>');

document.writeln('</p>');
