// Display Footer image


function displayFooter()
{
    var d = new Date();
    var year = d.getFullYear();
    document.write('<td><img src=\'images/footer_'+year+'.gif\' width=\'898\' height=\'54\' /></td>')

}
