var thepage = (new String(document.location));

document.write('<a href="http://pioneerbuildersonline.com" class="');
if (thepage.length < 34) {document.write('thefooterlit');} else {document.write('thefooter');}
document.write('">HOME</a>&nbsp;');

document.write('<a href="http://pioneerbuildersonline.com/profile" class="');
if (thepage.match('pioneerbuildersonline.com/profile')) {document.write('thefooterlit');} else {document.write('thefooter');}
document.write('">PROFILE</a>&nbsp;');

document.write('<a href="http://pioneerbuildersonline.com/portfolio" class="');
if (thepage.match('pioneerbuildersonline.com/portfolio')) {document.write('thefooterlit');} else {document.write('thefooter');}
document.write('">PORTFOLIO</a>&nbsp;');

document.write('<a href="http://pioneerbuildersonline.com/contact" class="');
if (thepage.match('pioneerbuildersonline.com/contact')) {document.write('thefooterlit');} else {document.write('thefooter');}
document.write('">CONTACT</a>&nbsp;');


