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


