/**
 * Created by IntelliJ IDEA.
 * User: smathews
 * Date: Oct 25, 2010
 * Time: 2:59:53 AM
 * To change this template use File | Settings | File Templates.
 */
var d = new Date();
document.write(d.getFullYear());
