var Year = new Date(); 				function showDate(){document.write('&copy;'+Year.getFullYear());}