<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<span class="whitetext">');
document.write('<b>Ordonez &amp; Vogelsang, LLC</b><br>');
document.write('</span><br>');
document.write('1701 Wynkoop St.<br>');
document.write('Suite 127<br>');
document.write('Denver CO 80202<br>');
document.write('303-898-8042 ph<BR></span>');
document.write('720-554-7630 fax<BR></span>');
document.write('<BR>e-mail us: ');
var a = 'info';
var b = 'ovllc';
var c = 'com';
var z = a + '@' + b + '.' + c;
document.write(' <A HREF="mailto:' + z + '" class="whitetext">' + z + '</a>');
document.write('</span><br>');
//  End -->

