function copyright(){
myDate = new Date();
myYear = "COPYRIGHT© BONTAK 2006-"+myDate.getFullYear()+" ALL RIGHTS RESERVED.";
document.write(myYear);
}
