<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('');
document.write(' <span class="text-medium"><a href="index.html">Home</a> |</span>'); 
document.write(' <span class="text-medium"><a href="about.html">About Us</a> |</span>');
document.write(' <span class="text-medium"><a href="factoring.html">Factoring</a> |</span>');
document.write(' <span class="text-medium"><a href="brokers.html">Brokers</a> |</span>');
document.write(' <span class="text-medium"><a href="testimonials.html">Testimonials</a> |</span>');
document.write(' <span class="text-medium"><a href="apply.html">Apply</a> |</span>');
document.write(' <span class="text-medium"><a href="contact.html">Contact Us</a></span>');

document.write('<br>');

//  End -->