function openWinPrivacy() {
            aWindow=window.open("http://www.brainfox.com/privacy/","thewindow","width=775,height=310,scrollbars=yes,resizable=yes");
}
function openWinCopyright() {
            aWindow=window.open("http://www.brainfox.com/copyright/","thewindow","width=775,height=310,scrollbars=yes,resizable=yes");
}
function writeCopyRightTxt() {
var today = new Date();
var year = today.getFullYear();
document.write("&copy; " + year + " Brainfox. All rights reserved.");
}