﻿function copyright(){
	myDate= new Date();
	yy=myDate.getFullYear();
	document.write ("Copyright (C) "+yy+" 海外発送.net All rights reserved.");
}

copyright()
