/*
 * Footer Script 1.0 - Call footer to have dynamic year jscript
 *
 * ISG - Patrick
 * 01/09/2010
 */
 
Stamp = new Date();

year = Stamp.getYear();

if (year < 2000) year = 1900 + year;

document.write('<br><br><p class="footerlinks padding"><a href="/apply_now.html" title="business loan application">Apply Now</a> | <a href="/contact_us.html">Contact Us</a> | <a href="/requirements.html" title="business loan application requirements">AFS Requirements</a> | <a href="/faq.html">F.A.Q.</a> | <a href="/become_a_partner.html">Become a Partner</a> | <a href="/request_a_call_back.html">Request a Call Back</a> | <a href="/testimonials.html" title="business finance solutions">Testimonials</a> | <a href="/links.html">Links</a> | <a href="/media_center.html">Media Center</a> | <a href="http://merchantcashadvanceblogs.blogspot.com" target="_blank" rel="nofollow">Blog</a> | <a href="/careers.html">Careers</a><br><br> &copy; ' + year + ' American Finance Solutions | All rights reserved | <a href="/sitemap.html">Sitemap</a><br><br></p>');


