// JavaScript Document for top links
// example: document.write('HTMLCODE');
// add each line of HTML code Inside the single quotes(' ') 
// make sure you add a backslash ( \ )  in front of all double quotes ex. \"

document.write('<div class=\"nav\">');
document.write('<a class=\"nav\" href=\"http://bryanconstruction.com\" >Home</a> | <a class=\"nav\" href=\"http://bryanconstruction.com/Leed/index.html\" >LEED</a> | <a class=\"nav\" href=\"http://bryanconstruction.com/Butler_Builder/index.html\" >Butler Builder</a> | <a class=\"nav\" href=\"http://bryanconstruction.com/Locations/index.html\"  >Locations</a> | <a class=\"nav\" href=\"http://bryanconstruction.com/Careers/index.html\" >Careers</a> ||| <a class=\"style8\" href=\"http://link393.net/" target="_blank" >BUILT BY</a> ');

document.write('</div>');

