function WriteCopyright(){
var myDate=new Date();
var fyear=myDate.getFullYear();
document.write("Copyright(c)"+fyear);
}