var Year = new Date(); 
				
function showDate(){
document.write('<p class="copyrightText">&copy; Securit World '+Year.getFullYear()+'</p>');
}

