function writeJS(){
var str='';
str+='<p class="title-tag">Professional Building Services Since 1985<\/p>';
str+='<!-- Primary Navigation -->';
str+='<dl class="prime-menu">';
str+='<dt class="hide"> primary navigation      <\/dt>';
str+='<dd class="right">  <a href="index.html" class="prime-menu">Home <\/a>    <\/dd>';
str+='<dd class="right">  <a href="about.html" class="prime-menu">About Us<\/a>    <\/dd>';
str+='<dd class="right">  <a href="projects.html" class="prime-menu">Projects <\/a>    <\/dd>';
str+='<dd class="">  <a href="contact.html" class="prime-menu">Contact Us <\/a>    <\/dd>';
str+='<\/dl>';
str+='<!-- \/Primary Navigation -->';
document.write(str);
}
writeJS();
