// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "http://www.webcamsexychat.com - Tous droits r&#233;serv&#233;s - &#169; Design XGRAPHIC 2007";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2007 ");
