j$(document).ready(function() {
    currentYear = new Date().getFullYear();
    j$('div#footer address span').text('2007 - '+currentYear);
});

