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


