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

