var html = '<tr>';
	html += '<td colspan="2" class="footer"><a href="index.htm">Home</a> | <a href="about.htm">About Us</a> | <a href="products.htm">Products</a> | <!--<a href="testimonials.htm">Testimonials</a> |--> <a href="stories.htm">Success Stories</a> | <a href="faqs.htm">FAQs</a> | <a href="contact.htm">Contact Us</a><br>&copy;2007 sharedfunding.com All rights reserved.';
	html += '</td>';
	html += '</tr>';
	html += '</table>';
	html += '</td>';
	html += '</tr>';
	html += '</table>';
	html += '<map name="Map">';
	html += '<area shape="rect" coords="338,227,407,246" href="about.htm">';
	html += '</map>';
document.write(html);