startYear = 2007;
yearObj = new Date();
thisYear = yearObj.getFullYear();
if (startYear==thisYear){
	copyrightyear ="&copy;"+thisYear+" <a href='http://www.jvcmusic.co.jp/' target='_blank'>Victor Entertainment,Inc.</a> All rights reserved."
} else {
	copyrightyear ="&copy;"+startYear+"-"+thisYear+" <a href='http://www.jvcmusic.co.jp/' target='_blank'>Victor Entertainment,Inc.</a> All rights reserved."
};


