// JavaScript Document

<!--Footer-->

var d = new Date();
var currentyear = d.getFullYear();

document.write('<table border="0" cellspacing="0" cellpadding="0" align="center" width="875" class="footer">');
document.write('<tr>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="bottom"><a href="../shop/index.php">Products</a>|<a href="../gallery/index.php">Gallery</a>|<a href="../shop/information.php?info_id=7">Tutorial</a>|<a href="../shop/information.php?info_id=8">Installations</a>|<a href="../shop/information.php?info_id=6">About Us</a>|<a href="../shop/contact_us.php?info_id=9">Contact Us</a>|<a href="../shop/information.php?info_id=10">Shipping and Return</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="bottom" style="padding-bottom:5px;" >Copyright 2007-2010. StairPartsNow.com. All rights reserved.</td>');
document.write('</tr>');
document.write('</table>');

<!--Footer-->