// Footer
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


var now = new Date();
var curYear = now.getYear();	


document.write('<div class="footer">');
document.write('<p>');
document.write('&copy; '+curYear+' The Private Label Company |');
document.write('<a href="/default.aspx"> Home</a> | ');
document.write('<a href="/default.aspx?page=61"> Contact Us</a> | ');
document.write('<a href="'+window.location.href+'#" onClick="MM_openBrWindow(\'/default.aspx?page=72\',\'TermsOfUse\',\'width=500,height=420,scrollbars=yes\');">Terms of Use</a> | ');
document.write('<a href="'+window.location.href+'#" onClick="MM_openBrWindow(\'/default.aspx?page=71\',\'PrivacyPolicy\',\'width=500,height=420,scrollbars=yes\');">Privacy Policy</a> | ');
document.write('<a href="/default.aspx?page=60">Site Map</a>');
document.write('</p>');
document.write('</div>');