var cText = '';
var url = window.location.href;
var s = url.split('/');

if(s[s.length-1] == 'index.html'){
cText += '<div id="footer_right">Copyright © 2012 New Jersey Christmas Tree Growers Association <span>|</span> Web Design : <a href="http://www.graphicmatter.com/" target="_blank">Graphic Matter, Inc. </a></div>'
}

else{
cText += '<div id="footer_right">Copyright © 2012 New Jersey Christmas Tree Growers Association <span>|</span> Web Design : <a href="http://www.graphicmatter.com/" target="_blank">Graphic Matter, Inc. </a></div>'
}
document.write(cText);
