
//javascript file (address.js) for virtual address in footer
//Update this info to change across entire site!

function printVirtualAddress() {
document.write('<td valign="top" align="left" width="33%" class="footercontact">');
document.write('Wells Landers Group, LLC<br>');
document.write('7901 Jones Branch Drive<br>');
document.write('Suite 310<br>');
document.write('McLean, VA 22102');
document.write('</td>');
document.write('<td valign="top" align="center" width="33%" class="footercontact">');
document.write('Copyright 2009 Wells Landers Group, LLC<br>');
document.write('All Rights Reserved.<br>');
document.write('<a href="disclaimer.shtml">Disclaimer</a></td>');
document.write('<td valign="top" align="right" width="33%" class="footercontact">');
document.write('Phone: 703-635-3900<br>');
}
