

var cpfooterimage = new Array()

cpfooterimage[2008] = 'images/body_footer_2008.png'
cpfooterimage[2009] = 'images/body_footer_2009.png'
cpfooterimage[2010] = 'images/body_footer_2010.png'
cpfooterimage[2011] = 'images/body_footer_2011.png'
cpfooterimage[2012] = 'images/body_footer_2012.png'
cpfooterimage[2013] = 'images/body_footer_2013.png'


var cry = new Date();

var cryear = cry.getFullYear() 

function copyimage(){
document.write('<img src="'+cpfooterimage[cryear]+'" width="664" height="63">');	
}								  
