var str="";
str+="<table width=100% border=0 cellspacing=0 cellpadding=4><tr><td align=center class=bottom>";
str+="<a href=index.html class=bottom>Home</a> | <a href=about1.html class=bottom>Über REGEN</a> |";
str+="<a href=corporate1.html class=bottom> Hersteller Information</a> | <a href=shop.html class=bottom>";
str+="Online Einkauf</a> | <a href=faq.html class=bottom>FAQ</a> | ";
str+="<a href=testimonials.html class=bottom>Was die Kunden Sagen</a> | <a href=contact.html class=bottom>";
str+="Kontaktieren Sie uns:</a><br>";
str+="Copyright &copy; Raylon Industries. All rights and content reserved.<br>";
str+="Powered by: Calcutta Computer Company";
str+="</td></tr></table>";
document.write (str);
