﻿
document.write ('<div id="footer-wrap">');
document.write ('<div id="footer">');

document.write ('<p class="links"><a href="index.html">Home</a>|<a href="who-we-are.html">Who We Are</a>|<a href="how-it-works.html">How it Works</a>|<a href="sell-your-house-now.html">Sell Your House</a>|<a href="testimonials.html">Testimonials</a></p>');
var d = new Date();
var curr_year = d.getFullYear();
document.write('<p>&copy; Copyright 2007 - ' + curr_year + ' 920-CASH. All Rights Reserved. 920-CASH is a division of PA Deals, LLC.<br />');

document.write ('</div>');

document.write ('</div>');
document.write ('</body>');
document.write ('</html>');


