var d = new Date()
document.write("© ")
document.write(d.getFullYear())
document.write(" Integrated Research Inc. All Rights Reserved.")
