<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var topofpage	  = "yes"	// SHOW TOPOFPAGE
var BBB	  = "yes"	// SHOW BBB VALID LOGO



document.write('<span class="footer" class="printhide">');


   if (topofpage == "yes") {

document.write('<a href="#Top">Top of Page</a><br><br><br>');
}



   if (BBB == "yes") {

document.write('<a href="http://www.bbbonline.org/cks.asp?id=1080707122419" target="_blank"><img src="picts/bbbsealh1.gif" alt="Click to verify BBB accreditation and to see a BBB report." border="0"></a><br>');
}


document.write('</td></tr></table>');
document.write('<br>');

//  End -->
