function IntCopy(){
myDate = new Date();
myYear = "Copyright&copy; "+myDate.getFullYear()+" United World Securities Japan K.K. All Rights Reserved.";
document.write(myYear);
}
