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>About Regen</a> |";
str+="<a href=corporate1.html class=bottom> Corporate Information</a> | <a href=onlineshopping.html class=bottom>";
str+="Shop Online</a> <br> <a href=faq.html class=bottom>FAQ</a> | ";
str+="<a href=testimonials.html class=bottom>Testimonials</a> | <a href=contact.html class=bottom>";
str+="Contact Us</a> | <a href=feedback.html class=bottom>Feedback</a> | <a href=sitemap.html class=bottom>Sitemap</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);