//Library routines loaded up for all pages in index.cgi
//(C)AdVistar, Inc.--All Rights Reserved.
// www.AdVistar.com
function inner(myID,myMESS) {
document.getElementById(myID).innerHTML=myMESS;
}
function copyrightNotice(company) {
if (company=='citygold')
document.write('Professional full-service site management by
Citygold (a Lincoln, NE company)')
else {
var today=new Date;
document.write('www.NSHBA.org
');
document.write('© ',today.getFullYear(),' Nebraska State Home Builders Association');
}
}
//END