<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<div id ="footer_wrapper"> ');

document.write('<span class ="footer">&copy; Copyright ');

    today=new Date();
    year0=today.getFullYear();
    document.write(year0);

document.write(' <a href="/index.html" target="_top" class ="footer">Tungsten Capital Partners</a> ');

document.write('All Rights Reserved | ');

document.write(' <A HREF="/contact-us.html" class ="footer">Contact Us</a> | <a href="/about-us.html" class ="footer">About Us</a> | ');

document.write('website&nbsp;design&nbsp;by&nbsp;<a HREF="http://www.swhowarddesign.com" class ="footer" target="_blank">swhoward&nbsp;design</a>'); 

document.write('</span><br><br><br></div>');

//  End -->
