myDate = new Date(); 
 Year = myDate.getYear();
 if (Year<2000) 
 { 
   Year = 1900 + Year; 
 } 
 if (Year == 00) 
 { 
   Year = 2000
 } 


document.write("COPYRIGHT&nbsp;&copy;&nbsp;")
document.write(Year)
document.write("&nbsp;CORPORATE&nbsp;ADVISERS&nbsp;M&A&nbsp;OFFICE.&nbsp;ALLRIGHT&nbsp;RESERVED.")