<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->
</head>
<body>
document.write('<span class="phonetitle">');
document.write('The Village Group');
document.write('</span><br>
');
document.write('738 Main Street<br>
');
document.write('Waltham, MA 02451<br>
');
document.write('PHONE: <span class="phonetitle">(781) 647-7178<br>
</span>');
document.write('FAX: <span class="phonetitle">(781) 398-2228<br>
</span>');
document.write('<br>
E-mail us: ');
document.write(' <a href="mailto:info@yourdomain.com" class="link">info@village.com</a><br>
');
// End --&gt;
</body>
</html>

